Skip to content

Commit

Permalink
Release tree-sitter-stack-graphs-typescript v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikvanantwerpen committed Mar 6, 2024
1 parent 91e8a5e commit f1d2ef5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion languages/tree-sitter-stack-graphs-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## v0.2.0 -- 2024-03-06

The `tree-sitter-stack-graphs` is updated to `v0.8`.

### Added

- 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.

### Changed

- Various improvements to the rules for imports and packages.

## v0.1.0 -- 2023-01-27

### Added

Expand Down
2 changes: 1 addition & 1 deletion languages/tree-sitter-stack-graphs-typescript/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tree-sitter-stack-graphs-typescript"
version = "0.1.0"
version = "0.2.0"
description = "Stack graphs definition for TypeScript using tree-sitter-typescript"
readme = "README.md"
keywords = ["tree-sitter", "stack-graphs", "typescript"]
Expand Down
2 changes: 1 addition & 1 deletion languages/tree-sitter-stack-graphs-typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To use this library, add the following to your `Cargo.toml`:

```toml
[dependencies]
tree-sitter-stack-graphs-typescript = "0.1.0"
tree-sitter-stack-graphs-typescript = "0.2"
```

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

0 comments on commit f1d2ef5

Please sign in to comment.