Skip to content

Commit 5e8760b

Browse files
committed
0.24.7
1 parent 05beba8 commit 5e8760b

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = [
1313
resolver = "2"
1414

1515
[workspace.package]
16-
version = "0.24.6"
16+
version = "0.24.7"
1717
authors = ["Max Brunsfeld <[email protected]>"]
1818
edition = "2021"
1919
rust-version = "1.74.1"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ifeq ($(OS),Windows_NT)
22
$(error Windows is not supported)
33
endif
44

5-
VERSION := 0.24.6
5+
VERSION := 0.24.7
66
DESCRIPTION := An incremental parsing system for programming tools
77
HOMEPAGE_URL := https://tree-sitter.github.io/tree-sitter/
88

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = "tree-sitter",
3-
.version = "0.24.6",
3+
.version = "0.24.7",
44
.paths = .{
55
"build.zig",
66
"build.zig.zon",

cli/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-cli",
3-
"version": "0.24.6",
3+
"version": "0.24.7",
44
"author": "Max Brunsfeld",
55
"license": "MIT",
66
"repository": {

lib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.13)
22

33
project(tree-sitter
4-
VERSION "0.24.6"
4+
VERSION "0.24.7"
55
DESCRIPTION "An incremental parsing system for programming tools"
66
HOMEPAGE_URL "https://tree-sitter.github.io/tree-sitter/"
77
LANGUAGES C)

lib/binding_web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-tree-sitter",
3-
"version": "0.24.6",
3+
"version": "0.24.7",
44
"description": "Tree-sitter bindings for the web",
55
"main": "tree-sitter.js",
66
"types": "tree-sitter-web.d.ts",

0 commit comments

Comments
 (0)