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 0a45fb3 commit 4961538Copy full SHA for 4961538
News.md
@@ -2,6 +2,8 @@
2
3
# [unreleaseed]
4
5
+# v1.10.0 (10-12-2024)
6
+
7
- Make `TreeSitter::TreeSitterError < Exception` instead of `StandardErorr`;
8
we don't want them to be handled by default `rescue`.
9
lib/tree_sitter/version.rb
@@ -4,5 +4,5 @@ module TreeSitter
# The version of the tree-sitter library.
TREESITTER_VERSION = '0.24.4'
# The current version of the gem.
- VERSION = '1.9.1'
+ VERSION = '1.10.0'
end
0 commit comments