From 64402de2857cc197ecc4ca3bc144ea91fda7e72e Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sun, 12 Jul 2026 11:35:41 +0200 Subject: [PATCH] release v0.26.11 --- CMakeLists.txt | 2 +- Cargo.lock | Bin 73940 -> 73940 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 ae3567f3d..b0b7b9a91 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.13) project(tree-sitter - VERSION "0.26.10" + VERSION "0.26.11" 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 f0428207986b3207a12617d57b6fd8ce199cee8f..fa2e69b8892012ef6fbaf0c51b4e6f2f23eedba1 100644 GIT binary patch delta 77 zcmca|kmbrjmJLa#Cp)T%O|Ce-XR_fFiOoJ|_A!A46wcQ}Xfxi;ht7*Kf;n$5>;=)A S4_uUh2;Aor*!=I(HD3Tq$Ra)f delta 77 zcmca|kmbrjmJLa#CpTUen_O{v4~X9Eb>;vQSU}-?J%l#n-F)c0C?lBj_QGDUssk4# PAOiRK1UCP>bj=q4A%Z9g diff --git a/Cargo.toml b/Cargo.toml index 7b3a4185b..a1a88b24c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.26.10" +version = "0.26.11" 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.10", path = "./lib" } -tree-sitter-generate = { version = "0.26.10", path = "./crates/generate", default-features = false } -tree-sitter-loader = { version = "0.26.10", path = "./crates/loader" } -tree-sitter-config = { version = "0.26.10", path = "./crates/config" } -tree-sitter-highlight = { version = "0.26.10", path = "./crates/highlight" } -tree-sitter-tags = { version = "0.26.10", path = "./crates/tags" } +tree-sitter = { version = "0.26.11", path = "./lib" } +tree-sitter-generate = { version = "0.26.11", path = "./crates/generate", default-features = false } +tree-sitter-loader = { version = "0.26.11", path = "./crates/loader" } +tree-sitter-config = { version = "0.26.11", path = "./crates/config" } +tree-sitter-highlight = { version = "0.26.11", path = "./crates/highlight" } +tree-sitter-tags = { version = "0.26.11", path = "./crates/tags" } tree-sitter-language = { version = "0.1", path = "./crates/language" } diff --git a/Makefile b/Makefile index 40f298130..f3aae984c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 0.26.10 +VERSION := 0.26.11 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 704fd50d4..05c27e1fc 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,7 +1,7 @@ .{ .name = .tree_sitter, .fingerprint = 0x841224b447ac0d4f, - .version = "0.26.10", + .version = "0.26.11", .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 5ec13707a..947fe045c 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.10", + "version": "0.26.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tree-sitter-cli", - "version": "0.26.10", + "version": "0.26.11", "hasInstallScript": true, "license": "MIT", "bin": { diff --git a/crates/cli/npm/package.json b/crates/cli/npm/package.json index b575a73d3..650e60a4a 100644 --- a/crates/cli/npm/package.json +++ b/crates/cli/npm/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cli", - "version": "0.26.10", + "version": "0.26.11", "author": { "name": "Max Brunsfeld", "email": "maxbrunsfeld@gmail.com" diff --git a/flake.nix b/flake.nix index 393e4f7a1..95132240d 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ eachSystem = lib.genAttrs systems; pkgsFor = inputs.nixpkgs.legacyPackages; - version = "0.26.10"; + version = "0.26.11"; fs = lib.fileset; src = fs.toSource { diff --git a/lib/binding_web/package-lock.json b/lib/binding_web/package-lock.json index afcfc9917..a8f3e1f9a 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.10", + "version": "0.26.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "web-tree-sitter", - "version": "0.26.10", + "version": "0.26.11", "license": "MIT", "devDependencies": { "@eslint/js": "^9.39.1", diff --git a/lib/binding_web/package.json b/lib/binding_web/package.json index a90ba91a9..b96dc4807 100644 --- a/lib/binding_web/package.json +++ b/lib/binding_web/package.json @@ -1,6 +1,6 @@ { "name": "web-tree-sitter", - "version": "0.26.10", + "version": "0.26.11", "description": "Tree-sitter bindings for the web", "repository": { "type": "git",