From 6f2e8a6cf4d7025e2b2a7227d270640273100138 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sat, 14 Mar 2026 16:22:48 +0100 Subject: [PATCH] release v0.26.7 --- CMakeLists.txt | 2 +- Cargo.lock | Bin 77608 -> 77608 bytes Cargo.toml | 14 +++++++------- Makefile | 2 +- build.zig.zon | 2 +- crates/cli/npm/package-lock.json | 4 ++-- crates/cli/npm/package.json | 2 +- flake.nix | 2 +- lib/binding_web/package-lock.json | 4 ++-- lib/binding_web/package.json | 2 +- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ae71a7d19..cc4e168cc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.13) project(tree-sitter - VERSION "0.26.6" + VERSION "0.26.7" DESCRIPTION "An incremental parsing system for programming tools" HOMEPAGE_URL "https://tree-sitter.github.io/tree-sitter/" LANGUAGES C) diff --git a/Cargo.lock b/Cargo.lock index 48d988915379bf7f6c78dc5f694a0e2dedeb8def..a1ad8ab389fbc40c6bd1397e9e2bd9203e2bde35 100644 GIT binary patch delta 89 zcmZ2+k7dO@mJOmu7|kaib0F;=1P>NA*^Xk*J$pBd-Bd`Df delta 85 zcmZ2+k7dO@mJOmuCQlR*n|yz+;AER4t3d3{e~#>D0t;R|UI(VvFA&*Wc|wE{%vpSL Y516+9z`nWWlmJ9fmWgxo>eIE!0J@JRO8@`> diff --git a/Cargo.toml b/Cargo.toml index 5fa39a036..7072553f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.26.6" +version = "0.26.7" authors = [ "Max Brunsfeld ", "Amaan Qureshi ", @@ -153,11 +153,11 @@ walkdir = "2.5.0" wasmparser = "0.243.0" webbrowser = "1.0.5" -tree-sitter = { version = "0.26.6", path = "./lib" } -tree-sitter-generate = { version = "0.26.6", path = "./crates/generate" } -tree-sitter-loader = { version = "0.26.6", path = "./crates/loader" } -tree-sitter-config = { version = "0.26.6", path = "./crates/config" } -tree-sitter-highlight = { version = "0.26.6", path = "./crates/highlight" } -tree-sitter-tags = { version = "0.26.6", path = "./crates/tags" } +tree-sitter = { version = "0.26.7", path = "./lib" } +tree-sitter-generate = { version = "0.26.7", path = "./crates/generate" } +tree-sitter-loader = { version = "0.26.7", path = "./crates/loader" } +tree-sitter-config = { version = "0.26.7", path = "./crates/config" } +tree-sitter-highlight = { version = "0.26.7", path = "./crates/highlight" } +tree-sitter-tags = { version = "0.26.7", path = "./crates/tags" } tree-sitter-language = { version = "0.1", path = "./crates/language" } diff --git a/Makefile b/Makefile index e8dfc9f62..694f0e157 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 0.26.6 +VERSION := 0.26.7 DESCRIPTION := An incremental parsing system for programming tools HOMEPAGE_URL := https://tree-sitter.github.io/tree-sitter/ diff --git a/build.zig.zon b/build.zig.zon index 6d838c642..2ecb8a570 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,7 +1,7 @@ .{ .name = .tree_sitter, .fingerprint = 0x841224b447ac0d4f, - .version = "0.26.6", + .version = "0.26.7", .minimum_zig_version = "0.14.1", .paths = .{ "build.zig", diff --git a/crates/cli/npm/package-lock.json b/crates/cli/npm/package-lock.json index dd9222b7a..8310904dd 100644 --- a/crates/cli/npm/package-lock.json +++ b/crates/cli/npm/package-lock.json @@ -1,12 +1,12 @@ { "name": "tree-sitter-cli", - "version": "0.26.6", + "version": "0.26.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tree-sitter-cli", - "version": "0.26.6", + "version": "0.26.7", "hasInstallScript": true, "license": "MIT", "bin": { diff --git a/crates/cli/npm/package.json b/crates/cli/npm/package.json index a82d5c1b3..65285cd86 100644 --- a/crates/cli/npm/package.json +++ b/crates/cli/npm/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cli", - "version": "0.26.6", + "version": "0.26.7", "author": { "name": "Max Brunsfeld", "email": "maxbrunsfeld@gmail.com" diff --git a/flake.nix b/flake.nix index a5ac27ace..080d8e688 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ eachSystem = lib.genAttrs systems; pkgsFor = inputs.nixpkgs.legacyPackages; - version = "0.26.6"; + version = "0.26.7"; fs = lib.fileset; src = fs.toSource { diff --git a/lib/binding_web/package-lock.json b/lib/binding_web/package-lock.json index 318be87c0..d463ec397 100644 --- a/lib/binding_web/package-lock.json +++ b/lib/binding_web/package-lock.json @@ -1,12 +1,12 @@ { "name": "web-tree-sitter", - "version": "0.26.6", + "version": "0.26.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "web-tree-sitter", - "version": "0.26.6", + "version": "0.26.7", "license": "MIT", "devDependencies": { "@eslint/js": "^9.39.1", diff --git a/lib/binding_web/package.json b/lib/binding_web/package.json index eeaf7a1aa..cfa4812ac 100644 --- a/lib/binding_web/package.json +++ b/lib/binding_web/package.json @@ -1,6 +1,6 @@ { "name": "web-tree-sitter", - "version": "0.26.6", + "version": "0.26.7", "description": "Tree-sitter bindings for the web", "repository": { "type": "git",