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 9491995 commit b72ddffCopy full SHA for b72ddff
News.md
@@ -1,5 +1,11 @@
1
# News
2
3
+# v1.7.0
4
+
5
+- Use tree-sitter v0.23.0.
6
7
+# v1.6.0
8
9
- Cross-compilation is now working for most targets:
10
+ `aarch64-linux-gnu`
11
+ `aarch64-linux-musl`
@@ -12,6 +18,7 @@
12
18
+ `x86_64-darwin`
13
19
We now produce fat native gems so you don't have to install tree-sitter on your machine,
14
20
and not even compile it if you don't need to.
21
15
22
# v1.5.1
16
23
17
24
- Language loading, e.g. `TreeSitter.lang`, is now case insensitive for path lookup only:
lib/tree_sitter/version.rb
@@ -4,5 +4,5 @@ module TreeSitter
# The version of the tree-sitter library.
TREESITTER_VERSION = '0.23.0'
# The current version of the gem.
- VERSION = '1.6.0'
+ VERSION = '1.7.0'
end
0 commit comments