Skip to content

Commit

Permalink
bump: v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stackmystack committed Dec 10, 2024
1 parent 0a45fb3 commit 4961538
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions News.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# [unreleaseed]

# v1.10.0 (10-12-2024)

- Make `TreeSitter::TreeSitterError < Exception` instead of `StandardErorr`;
we don't want them to be handled by default `rescue`.

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.24.4'
# The current version of the gem.
VERSION = '1.9.1'
VERSION = '1.10.0'
end

0 comments on commit 4961538

Please sign in to comment.