From bdfe32402e85673bbc693216f0a6ef72c98bb665 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Wed, 9 Oct 2024 17:22:39 -0400 Subject: [PATCH] 0.24.3 --- Cargo.lock | Bin 60262 -> 60262 bytes Cargo.toml | 14 +++++++------- Makefile | 2 +- build.zig.zon | 2 +- cli/npm/package.json | 2 +- lib/CMakeLists.txt | 2 +- lib/binding_web/package.json | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 969d1e215b4460bd7d951a3431876509f57c0974..0b8fd339f1caa56a9157fd7fdf30915122051286 100644 GIT binary patch delta 84 zcmaEMjrrL%<_#^gCmWs=pFDf^Y9K8(nU|esbH<#VOkhsjcJ9ee^JC%c1M|Ou*=H6U Tg^6w6w2++<#Myj)(R2?0t|KS} delta 82 zcmaEMjrrL%<_#^g8I2|f%7{&#J$p5fCCIG2Icv^#CXnEMg~?9yW1*}A^S^ 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",