From 693a403acd1c3fe8a833fbfaed59c85842518f67 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Fri, 4 Oct 2024 00:47:45 -0400 Subject: [PATCH] 0.24.1 --- Cargo.lock | Bin 60262 -> 60262 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 4be8b56252bdfc7be479252c4d9ae07bd7e92932..e65d81dd602b4254d7d66025de9ba277b3c0c636 100644 GIT binary patch delta 72 zcmaEMjrrL%<_#^gCmZe+n>=gw8Xzq(nV+3&bH<#VOhAs}WT*MDVEVxPZ(v1d790if RH*Z?V&Il6Ne16e%4*>gPBDnwn delta 84 zcmaEMjrrL%<_#^gCog<1HhI?UHDH>Too92#oSjTyPTY3x$xicQ;p_wRzk%6j7953% RZQityoe{*@e16e%4**XNE9C$H diff --git a/Cargo.toml b/Cargo.toml index 0efdcaf3c..3be44012b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.24.0" +version = "0.24.1" authors = ["Max Brunsfeld "] edition = "2021" rust-version = "1.74.1" diff --git a/Makefile b/Makefile index 763a0909e..aafbf20bf 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ ifeq ($(OS),Windows_NT) $(error Windows is not supported) endif -VERSION := 0.24.0 +VERSION := 0.24.1 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 53a5c014d..dd1887714 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = "tree-sitter", - .version = "0.24.0", + .version = "0.24.1", .paths = .{ "build.zig", "build.zig.zon", diff --git a/cli/npm/package.json b/cli/npm/package.json index 02c67b3d5..527885143 100644 --- a/cli/npm/package.json +++ b/cli/npm/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cli", - "version": "0.24.0", + "version": "0.24.1", "author": "Max Brunsfeld", "license": "MIT", "repository": { diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index b2aa0def1..7d465419e 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.0" + VERSION "0.24.1" 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 a0c731a10..04c00b150 100644 --- a/lib/binding_web/package.json +++ b/lib/binding_web/package.json @@ -1,6 +1,6 @@ { "name": "web-tree-sitter", - "version": "0.24.0", + "version": "0.24.1", "description": "Tree-sitter bindings for the web", "main": "tree-sitter.js", "types": "tree-sitter-web.d.ts",