Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2f197b

Browse files
WillLillisclason
authored andcommitted
0.25.8
1 parent 8bb33f7 commit f2f197b

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
@@ -14,7 +14,7 @@ members = [
1414
resolver = "2"
1515

1616
[workspace.package]
17-
version = "0.25.7"
17+
version = "0.25.8"
1818
authors = [
1919
"Max Brunsfeld <[email protected]>",
2020
"Amaan Qureshi <[email protected]>",

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.7
5+
VERSION := 0.25.8
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.7",
3+
.version = "0.25.8",
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.7",
3+
"version": "0.25.8",
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.7"
4+
VERSION "0.25.8"
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.7",
3+
"version": "0.25.8",
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)