Skip to content

Commit 7905b77

Browse files
committed
bump: tree-sitter: v0.26.5
1 parent 549dc10 commit 7905b77

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

News.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
# v2.1.0 (19-02-2026)
66

7-
## API Changes for tree-sitter 0.26.3 compatibility
7+
## API Changes for tree-sitter 0.26 compatibility
88

9-
- Updated to tree-sitter v0.26.3
9+
- Updated to tree-sitter v0.26.5
1010
- **Breaking Changes in tree-sitter 0.26.x API**:
1111
- `ts_language_version` renamed to `ts_language_abi_version`
1212
- `TSInputEncodingUTF16` split into `TSInputEncodingUTF16LE` and `TSInputEncodingUTF16BE`

lib/tree_sitter/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module TreeSitter
44
# The version of the tree-sitter library.
5-
TREESITTER_VERSION = '0.26.3'
5+
TREESITTER_VERSION = '0.26.5'
66
# The current version of the gem.
77
VERSION = '2.1.0'
88
end

parsers.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
build-dir = "vendor/parsers/build"
22
out-dir = "vendor/parsers"
3-
tree-sitter-version = "0.26.3"
3+
tree-sitter-version = "0.26.5"
44

55
[parsers]
66
embedded-template = "0.23.2"

0 commit comments

Comments
 (0)