Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 4ced096

Browse files
author
Hendrik van Antwerpen
committed
Release tree-sitter-stack-graphs-java v0.3.0
1 parent 7b15ca4 commit 4ced096

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

languages/tree-sitter-stack-graphs-java/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## v0.3.0 -- 2024-03-06
99

10-
## [0.2.0] - 2023-03-21
10+
The `tree-sitter-stack-graphs` is updated to `v0.8`.
11+
12+
### Changed
13+
14+
- The `cli` feature is now required to install the CLI.
15+
16+
## v0.2.0 -- 2023-03-21
1117

1218
### Added
1319

languages/tree-sitter-stack-graphs-java/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tree-sitter-stack-graphs-java"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Stack graphs for the Java programming language"
55

66
homepage = "https://github.com/github/stack-graphs/tree/main/languages/tree-sitter-stack-graphs-java"

languages/tree-sitter-stack-graphs-java/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To use this library, add the following to your `Cargo.toml`:
1313

1414
```toml
1515
[dependencies]
16-
tree-sitter-stack-graphs-java = "0.2.0"
16+
tree-sitter-stack-graphs-java = "0.3"
1717
```
1818

1919
Check out our [documentation](https://docs.rs/tree-sitter-stack-graphs-java/*/) for more details on how to use this library.

0 commit comments

Comments
 (0)