Skip to content

Commit 067d669

Browse files
alanzfacebook-github-bot
authored andcommitted
Prepare for release of version 0.14.0
Summary: As title Reviewed By: michalmuskala Differential Revision: D72639436 fbshipit-source-id: d5a7e37894e94532c9c3cf0517bdedf6cac5a41f
1 parent 81989eb commit 067d669

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
0.13.0 (2025-02-0y)
1+
0.14.0 (2025-04-08)
2+
* OTP 28 features support
3+
- based floating point literals [EEP-75](https://www.erlang.org/eeps/eep-0075)
4+
- nominal types [EEP-69](https://github.com/erlang/eep/blob/master/eeps/eep-0069.md)
5+
- zip generators [EEP-73](https://github.com/erlang/eep/blob/master/eeps/eep-0073.md)
6+
0.13.0 (2025-03-11)
27
* Bump tree-sitter version to 0.22.4
38
* Align operator precedence parsing with what the Erlang compiler does
4-
0.12.0 (2025-02-0y)
9+
0.12.0 (2025-02-07)
510
* Parse escript shebangs as a top-level form
611
* Allow a bare expression as a top-level form. This means the grammar
712
can now handle rebar.config and similar files. By @williamthome

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66
keywords = ["incremental", "parsing", "erlang"]
77
license = "MIT"
88
name = "tree-sitter-erlang"
9-
version = "0.13.0"
9+
version = "0.14.0"
1010

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

0 commit comments

Comments
 (0)