Skip to content

Commit f1d2ef5

Browse files
Release tree-sitter-stack-graphs-typescript v0.2.0
1 parent 91e8a5e commit f1d2ef5

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,19 @@ 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.2.0 -- 2024-03-06
9+
10+
The `tree-sitter-stack-graphs` is updated to `v0.8`.
11+
12+
### Added
13+
14+
- An experimental VSCode LSP plugin that supports code navigation based on the stack graph rules. _Purely an experiment, not ready for serious use!_ Requires the `lsp` feature to be enabled.
15+
16+
### Changed
17+
18+
- Various improvements to the rules for imports and packages.
19+
20+
## v0.1.0 -- 2023-01-27
921

1022
### Added
1123

languages/tree-sitter-stack-graphs-typescript/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-typescript"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Stack graphs definition for TypeScript using tree-sitter-typescript"
55
readme = "README.md"
66
keywords = ["tree-sitter", "stack-graphs", "typescript"]

languages/tree-sitter-stack-graphs-typescript/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-typescript = "0.1.0"
16+
tree-sitter-stack-graphs-typescript = "0.2"
1717
```
1818

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

0 commit comments

Comments
 (0)