Skip to content

Commit d13c91b

Browse files
committed
v0.23.0
1 parent 0ceac52 commit d13c91b

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/fuzz.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
uses: tree-sitter/fuzz-action@v4
2828
with:
2929
directory: ${{matrix.language}}
30-
tree-sitter-version: v0.22.8
30+
tree-sitter-version: v0.23.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-php"
33
description = "PHP grammar for tree-sitter"
4-
version = "0.22.8"
4+
version = "0.23.0"
55
authors = [
66
"Max Brunsfeld <[email protected]>",
77
"Amaan Qureshi <[email protected]>",

common/common.mak

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := 0.22.8
1+
VERSION := 0.23.0
22

33
# repository
44
SRC_DIR := src

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-php",
3-
"version": "0.22.8",
3+
"version": "0.23.0",
44
"description": "PHP grammar for tree-sitter",
55
"repository": "github:tree-sitter/tree-sitter-php",
66
"license": "MIT",

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "tree-sitter-php"
77
description = "PHP grammar for tree-sitter"
8-
version = "0.22.8"
8+
version = "0.23.0"
99
keywords = ["incremental", "parsing", "tree-sitter", "php"]
1010
classifiers = [
1111
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)