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 f04282079..fa2e69b88 100644 Binary files a/Cargo.lock and b/Cargo.lock differ 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",