From 2a835ee029dca1c325e6f1c01dbce40396f6123e Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Tue, 4 Mar 2025 16:03:16 -0800 Subject: [PATCH] 0.25.3 --- Cargo.lock | Bin 77378 -> 77378 bytes Cargo.toml | 2 +- Makefile | 2 +- build.zig.zon | 2 +- cli/npm/package.json | 2 +- lib/CMakeLists.txt | 2 +- lib/binding_web/package.json | 2 +- 7 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93ca20d7c5835da30223fd698994b02c307f8155..649e615d6dd1af1fa4e0f7bc995e56aff031488e 100644 GIT binary patch delta 91 zcmX?fhvm>6mJN?jF&a-U^bw!@`_xWGl}F=BJlpqXA8;CvgA( delta 92 zcmX?fhvm>6mJN?jP2T7sHu>kN-5`4NsnegBzykBXaZkQ`E)mX-KmQ)gPPwoLD#o+f b=^_^+m}4y{Fgf!=(qxHqf}5XSij4*U8YM4d diff --git a/Cargo.toml b/Cargo.toml index b85150463..39c52b934 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.25.2" +version = "0.25.3" authors = [ "Max Brunsfeld ", "Amaan Qureshi ", diff --git a/Makefile b/Makefile index 7d1f08824..97a9a2cfe 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ ifeq ($(OS),Windows_NT) $(error Windows is not supported) endif -VERSION := 0.25.2 +VERSION := 0.25.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 ffe754a57..1b5798992 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = "tree-sitter", - .version = "0.25.2", + .version = "0.25.3", .paths = .{ "build.zig", "build.zig.zon", diff --git a/cli/npm/package.json b/cli/npm/package.json index 3bbd6ae4a..4989bd7ec 100644 --- a/cli/npm/package.json +++ b/cli/npm/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cli", - "version": "0.25.2", + "version": "0.25.3", "author": { "name": "Max Brunsfeld", "email": "maxbrunsfeld@gmail.com" diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index ee86c2a6b..ac1de964a 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.13) project(tree-sitter - VERSION "0.25.2" + VERSION "0.25.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 33174b36a..bb7ff6052 100644 --- a/lib/binding_web/package.json +++ b/lib/binding_web/package.json @@ -1,6 +1,6 @@ { "name": "web-tree-sitter", - "version": "0.25.2", + "version": "0.25.3", "description": "Tree-sitter bindings for the web", "repository": "https://github.com/tree-sitter/tree-sitter", "homepage": "https://github.com/tree-sitter/tree-sitter/tree/master/lib/binding_web",