Skip to content

Commit

Permalink
bump: v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stackmystack committed Sep 16, 2024
1 parent 9491995 commit b72ddff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions News.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# News

# v1.7.0

- Use tree-sitter v0.23.0.

# v1.6.0

- Cross-compilation is now working for most targets:
+ `aarch64-linux-gnu`
+ `aarch64-linux-musl`
Expand All @@ -12,6 +18,7 @@
+ `x86_64-darwin`
We now produce fat native gems so you don't have to install tree-sitter on your machine,
and not even compile it if you don't need to.

# v1.5.1

- Language loading, e.g. `TreeSitter.lang`, is now case insensitive for path lookup only:
Expand Down
2 changes: 1 addition & 1 deletion lib/tree_sitter/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit b72ddff

Please sign in to comment.