Skip to content

Commit

Permalink
Prepare version 0.1.0
Browse files Browse the repository at this point in the history
Summary: Preparing to publish a new version of https://crates.io/crates/tree-sitter-erlang to bring in the recent changes for OTP 26 support.  And fix the ELP github CI

Reviewed By: michalmuskala, perehonchuk

Differential Revision: D46796302

fbshipit-source-id: 8320d63a5d8b3aa6829992864bf641fdea735ca5
  • Loading branch information
alanz authored and facebook-github-bot committed Jun 16, 2023
1 parent c431b0b commit 5dba13d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.0 (September 26, 2022)
0.1.0 (June 16, 2023)
* Add support for OTP 26 constructs
* maybe
* map comprehension

0.0.1 (September 26, 2022)

* Initial Release
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2018"
keywords = ["incremental", "parsing", "erlang"]
license = "MIT"
name = "tree-sitter-erlang"
version = "0.0.1"
version = "0.1.0"

build = "bindings/rust/build.rs"
include = [
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"nan": "^2.14.1",
"prettier": "^2.2.1",
"tree-sitter-cli": "^0.20.7"
"tree-sitter-cli": "^0.20.8"
},
"main": "bindings/node",
"tree-sitter": [
Expand Down

0 comments on commit 5dba13d

Please sign in to comment.