Skip to content

Commit b72ddff

Browse files
committed
bump: v1.7.0
1 parent 9491995 commit b72ddff

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

News.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# News
22

3+
# v1.7.0
4+
5+
- Use tree-sitter v0.23.0.
6+
7+
# v1.6.0
8+
39
- Cross-compilation is now working for most targets:
410
+ `aarch64-linux-gnu`
511
+ `aarch64-linux-musl`
@@ -12,6 +18,7 @@
1218
+ `x86_64-darwin`
1319
We now produce fat native gems so you don't have to install tree-sitter on your machine,
1420
and not even compile it if you don't need to.
21+
1522
# v1.5.1
1623

1724
- Language loading, e.g. `TreeSitter.lang`, is now case insensitive for path lookup only:

lib/tree_sitter/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ module TreeSitter
44
# The version of the tree-sitter library.
55
TREESITTER_VERSION = '0.23.0'
66
# The current version of the gem.
7-
VERSION = '1.6.0'
7+
VERSION = '1.7.0'
88
end

0 commit comments

Comments
 (0)