Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
Summary: As title

Reviewed By: robertoaloi

Differential Revision: D57386368

fbshipit-source-id: 0d863881ba4ddc60809e1eceac519184c7b15feb
  • Loading branch information
alanz authored and facebook-github-bot committed May 16, 2024
1 parent 868306b commit b2ab8f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.6.0 (2024-05-15)
* Bump tree-sitter-cli to 0.22.5

0.5.0 (2024-03-18)
* Bump tree-sitter-cli to 0.22.1

0.4.0 (2023-12-15)
* Enable parsing an expression with guards in a macro replacement

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.5.0"
version = "0.6.0"

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

0 comments on commit b2ab8f2

Please sign in to comment.