Skip to content

Commit 5dba13d

Browse files
alanzfacebook-github-bot
authored andcommitted
Prepare version 0.1.0
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
1 parent c431b0b commit 5dba13d

File tree

4 files changed

+15
-10
lines changed

4 files changed

+15
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1-
1.0.0 (September 26, 2022)
1+
0.1.0 (June 16, 2023)
2+
* Add support for OTP 26 constructs
3+
* maybe
4+
* map comprehension
5+
6+
0.0.1 (September 26, 2022)
27

38
* Initial Release

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2018"
55
keywords = ["incremental", "parsing", "erlang"]
66
license = "MIT"
77
name = "tree-sitter-erlang"
8-
version = "0.0.1"
8+
version = "0.1.0"
99

1010
build = "bindings/rust/build.rs"
1111
include = [

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"nan": "^2.14.1",
1515
"prettier": "^2.2.1",
16-
"tree-sitter-cli": "^0.20.7"
16+
"tree-sitter-cli": "^0.20.8"
1717
},
1818
"main": "bindings/node",
1919
"tree-sitter": [

0 commit comments

Comments
 (0)