From 726dcd1e872149d95de581589fc408fb8ea9cb0b Mon Sep 17 00:00:00 2001 From: Will Lillis Date: Sun, 11 May 2025 09:54:51 -0400 Subject: [PATCH] 0.25.4 --- Cargo.lock | Bin 77182 -> 77182 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 593488329734de5e3f943d94e1064e76f271d4a0..e0cd98cbe380f7480763f2d0565d50a45d2e5d9a 100644 GIT binary patch delta 87 zcmex&i{;-fmJRZ!7)>S@`iM_9Kedz5Wb?;U?94!c#McUwCC?>7S+mc*2eKYAicVf| heh*Y^{&)7xEf-iA8BL}uDlp1TzB`wF^SX-{q5-s4CZGTS delta 87 zcmex&i{;-fmJRZ!7>y?v`iM_9Kedz5c=N|o?94!c#McUwCC?>7S+mc*2eKYAicVf| heh*Y^{&)7xEf-iA8I7kaDlp1TzB`wF^SX-{q5-o5CYb;L diff --git a/Cargo.toml b/Cargo.toml index 118e52499..50723e0c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.25.3" +version = "0.25.4" authors = [ "Max Brunsfeld ", "Amaan Qureshi ", diff --git a/Makefile b/Makefile index 97a9a2cfe..946e78e51 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ ifeq ($(OS),Windows_NT) $(error Windows is not supported) endif -VERSION := 0.25.3 +VERSION := 0.25.4 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 1b5798992..ca2438551 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = "tree-sitter", - .version = "0.25.3", + .version = "0.25.4", .paths = .{ "build.zig", "build.zig.zon", diff --git a/cli/npm/package.json b/cli/npm/package.json index 4989bd7ec..07f9ea221 100644 --- a/cli/npm/package.json +++ b/cli/npm/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cli", - "version": "0.25.3", + "version": "0.25.4", "author": { "name": "Max Brunsfeld", "email": "maxbrunsfeld@gmail.com" diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index ac1de964a..e240a7d30 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.3" + VERSION "0.25.4" 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 70931f8b0..4a7d89e0d 100644 --- a/lib/binding_web/package.json +++ b/lib/binding_web/package.json @@ -1,6 +1,6 @@ { "name": "web-tree-sitter", - "version": "0.25.3", + "version": "0.25.4", "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",