Skip to content

Commit

Permalink
Bumps version
Browse files Browse the repository at this point in the history
Co-authored-by: Hendrik van Antwerpen <[email protected]>
  • Loading branch information
BekaValentine and hendrikvanantwerpen committed Jul 17, 2023
1 parent 48c7d24 commit 42b8027
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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).

## v0.11.0 -- 2023-07-17

### Library

#### Added

- Store a debug attribute for the matched syntax node, providing information about the syntactic category of the match that gave rise to the graph node.

## v0.10.5 -- 2023-06-26

#### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tree-sitter-graph"
version = "0.10.5"
version = "0.11.0"
description = "Construct graphs from parsed source code"
homepage = "https://github.com/tree-sitter/tree-sitter-graph/"
repository = "https://github.com/tree-sitter/tree-sitter-graph/"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To use it as a library, add the following to your `Cargo.toml`:

``` toml
[dependencies]
tree-sitter-graph = "0.10"
tree-sitter-graph = "0.11"
```

To use it as a program, install it via `cargo install`:
Expand Down

0 comments on commit 42b8027

Please sign in to comment.