Skip to content

Commit 9cdfe2d

Browse files
committed
publish: bump version to 0.20.7
1 parent 1dace0c commit 9cdfe2d

File tree

7 files changed

+17
-33
lines changed

7 files changed

+17
-33
lines changed

Cargo.lock

Lines changed: 10 additions & 10 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
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-cuda"
33
description = "cuda grammar for the tree-sitter parsing library"
4-
version = "0.20.6"
4+
version = "0.20.7"
55
keywords = ["incremental", "parsing", "cuda"]
66
categories = ["parsing", "text-editors"]
77
repository = "https://github.com/theHamsta/tree-sitter-cuda"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := 0.20.6
1+
VERSION := 0.20.7
22

33
LANGUAGE_NAME := tree-sitter-cuda
44

package-lock.json

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

package.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-cuda",
3-
"version": "0.20.6",
3+
"version": "0.20.7",
44
"description": "CUDA grammar for tree-sitter",
55
"main": "bindings/node",
66
"types": "bindings/node",
@@ -22,14 +22,6 @@
2222
"node-addon-api": "^7.1.0",
2323
"node-gyp-build": "^4.8.0"
2424
},
25-
"peerDependencies": {
26-
"tree-sitter": "0.24.7"
27-
},
28-
"peerDependenciesMeta": {
29-
"tree_sitter": {
30-
"optional": true
31-
}
32-
},
3325
"devDependencies": {
3426
"tree-sitter-c": "0.23.4",
3527
"tree-sitter-cpp": "0.23.4",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "tree-sitter-cuda"
77
description = "Cuda grammar for tree-sitter"
8-
version = "0.20.6"
8+
version = "0.20.7"
99
keywords = ["incremental", "parsing", "tree-sitter", "cuda"]
1010
classifiers = [
1111
"Intended Audience :: Developers",

tree-sitter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"metadata": {
20-
"version": "0.20.6",
20+
"version": "0.20.7",
2121
"license": "MIT",
2222
"description": "CUDA grammar for tree-sitter",
2323
"authors": [

0 commit comments

Comments
 (0)