From 49615387ee7659b670fb83cbdb7c116228c717b3 Mon Sep 17 00:00:00 2001 From: Firas al-Khalil Date: Thu, 5 Dec 2024 18:04:03 +0100 Subject: [PATCH] bump: v1.10.0 --- News.md | 2 ++ lib/tree_sitter/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/News.md b/News.md index 3f928036..0a002517 100644 --- a/News.md +++ b/News.md @@ -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`. diff --git a/lib/tree_sitter/version.rb b/lib/tree_sitter/version.rb index 1b5d373f..efd44503 100644 --- a/lib/tree_sitter/version.rb +++ b/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