diff --git a/Cargo.lock b/Cargo.lock index 969d1e215..0b8fd339f 100644 Binary files a/Cargo.lock and b/Cargo.lock differ diff --git a/Cargo.toml b/Cargo.toml index 17f5be441..e9140f2a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.24.2" +version = "0.24.3" authors = ["Max Brunsfeld "] edition = "2021" rust-version = "1.74.1" @@ -96,9 +96,9 @@ walkdir = "2.5.0" wasmparser = "0.217.0" webbrowser = "1.0.2" -tree-sitter = { version = "0.24.2", path = "./lib" } -tree-sitter-generate = { version = "0.24.2", path = "./cli/generate" } -tree-sitter-loader = { version = "0.24.2", path = "./cli/loader" } -tree-sitter-config = { version = "0.24.2", path = "./cli/config" } -tree-sitter-highlight = { version = "0.24.2", path = "./highlight" } -tree-sitter-tags = { version = "0.24.2", path = "./tags" } +tree-sitter = { version = "0.24.3", path = "./lib" } +tree-sitter-generate = { version = "0.24.3", path = "./cli/generate" } +tree-sitter-loader = { version = "0.24.3", path = "./cli/loader" } +tree-sitter-config = { version = "0.24.3", path = "./cli/config" } +tree-sitter-highlight = { version = "0.24.3", path = "./highlight" } +tree-sitter-tags = { version = "0.24.3", path = "./tags" } diff --git a/Makefile b/Makefile index 22e7dbb6b..92cd83953 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ ifeq ($(OS),Windows_NT) $(error Windows is not supported) endif -VERSION := 0.24.2 +VERSION := 0.24.3 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 8b8263211..f9f9798c2 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = "tree-sitter", - .version = "0.24.2", + .version = "0.24.3", .paths = .{ "build.zig", "build.zig.zon", diff --git a/cli/npm/package.json b/cli/npm/package.json index 91611a09d..8e7c600bb 100644 --- a/cli/npm/package.json +++ b/cli/npm/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cli", - "version": "0.24.2", + "version": "0.24.3", "author": "Max Brunsfeld", "license": "MIT", "repository": { diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 34dfb94be..c27db119c 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.13) project(tree-sitter - VERSION "0.24.2" + VERSION "0.24.3" DESCRIPTION "An incremental parsing system for programming tools" HOMEPAGE_URL "https://tree-sitter.github.io/tree-sitter/" LANGUAGES C) diff --git a/lib/binding_web/package.json b/lib/binding_web/package.json index 60a013b6b..fa9b5e7e3 100644 --- a/lib/binding_web/package.json +++ b/lib/binding_web/package.json @@ -1,6 +1,6 @@ { "name": "web-tree-sitter", - "version": "0.24.2", + "version": "0.24.3", "description": "Tree-sitter bindings for the web", "main": "tree-sitter.js", "types": "tree-sitter-web.d.ts",