Skip to content

Commit f5afe47

Browse files
committed
build: bump version to 0.25.1
1 parent f20d4b0 commit f5afe47

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = [
1313
resolver = "2"
1414

1515
[workspace.package]
16-
version = "0.25.0"
16+
version = "0.25.1"
1717
authors = [
1818
"Max Brunsfeld <[email protected]>",
1919
"Amaan Qureshi <[email protected]>",
@@ -149,9 +149,9 @@ walkdir = "2.5.0"
149149
wasmparser = "0.224.0"
150150
webbrowser = "1.0.3"
151151

152-
tree-sitter = { version = "0.25.0", path = "./lib" }
153-
tree-sitter-generate = { version = "0.25.0", path = "./cli/generate" }
154-
tree-sitter-loader = { version = "0.25.0", path = "./cli/loader" }
155-
tree-sitter-config = { version = "0.25.0", path = "./cli/config" }
156-
tree-sitter-highlight = { version = "0.25.0", path = "./highlight" }
157-
tree-sitter-tags = { version = "0.25.0", path = "./tags" }
152+
tree-sitter = { version = "0.25.1", path = "./lib" }
153+
tree-sitter-generate = { version = "0.25.1", path = "./cli/generate" }
154+
tree-sitter-loader = { version = "0.25.1", path = "./cli/loader" }
155+
tree-sitter-config = { version = "0.25.1", path = "./cli/config" }
156+
tree-sitter-highlight = { version = "0.25.1", path = "./highlight" }
157+
tree-sitter-tags = { version = "0.25.1", path = "./tags" }

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.25.0
5+
VERSION := 0.25.1
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.25.0",
3+
.version = "0.25.1",
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.25.0",
3+
"version": "0.25.1",
44
"author": {
55
"name": "Max Brunsfeld",
66
"email": "[email protected]"

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.25.0"
4+
VERSION "0.25.1"
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.25.0",
3+
"version": "0.25.1",
44
"description": "Tree-sitter bindings for the web",
55
"repository": "https://github.com/tree-sitter/tree-sitter",
66
"homepage": "https://github.com/tree-sitter/tree-sitter/tree/master/lib/binding_web",

0 commit comments

Comments
 (0)