We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1679d commit 54d95b5Copy full SHA for 54d95b5
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+0.11.0 (2025-02-04)
2
+* Support EEP70 strict generators, coming in OTP28
3
+
4
0.10.0 (2025-01-21)
5
* Add a new top-level form to parse Structural Search and Replace templates.
6
Cargo.toml
@@ -6,7 +6,7 @@ edition = "2018"
keywords = ["incremental", "parsing", "erlang"]
7
license = "MIT"
8
name = "tree-sitter-erlang"
9
-version = "0.10.0"
+version = "0.11.0"
10
11
build = "bindings/rust/build.rs"
12
include = [
0 commit comments