Skip to content

Commit

Permalink
bump version to 0.7.0
Browse files Browse the repository at this point in the history
Summary: Bump version for imminent release with OTP27 support

Reviewed By: jcpetruzza

Differential Revision: D59686905

fbshipit-source-id: 6810638d37295ca627d2a2d4b37a7b94873a15f8
  • Loading branch information
alanz authored and facebook-github-bot committed Jul 12, 2024
1 parent 9a04980 commit 19ca500
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.7.0 (Jul 12, 2024)
* Add support for OTP 27

0.6.0 (2024-05-15)
* Bump tree-sitter-cli to 0.22.5

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
keywords = ["incremental", "parsing", "erlang"]
license = "MIT"
name = "tree-sitter-erlang"
version = "0.6.0"
version = "0.7.0"

build = "bindings/rust/build.rs"
include = [
Expand Down

0 comments on commit 19ca500

Please sign in to comment.