Skip to content

Commit

Permalink
publish: bump version to 0.20.7
Browse files Browse the repository at this point in the history
  • Loading branch information
theHamsta committed Jan 25, 2025
1 parent 1dace0c commit 9cdfe2d
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 33 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-cuda"
description = "cuda grammar for the tree-sitter parsing library"
version = "0.20.6"
version = "0.20.7"
keywords = ["incremental", "parsing", "cuda"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/theHamsta/tree-sitter-cuda"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 0.20.6
VERSION := 0.20.7

LANGUAGE_NAME := tree-sitter-cuda

Expand Down
12 changes: 2 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-cuda",
"version": "0.20.6",
"version": "0.20.7",
"description": "CUDA grammar for tree-sitter",
"main": "bindings/node",
"types": "bindings/node",
Expand All @@ -22,14 +22,6 @@
"node-addon-api": "^7.1.0",
"node-gyp-build": "^4.8.0"
},
"peerDependencies": {
"tree-sitter": "0.24.7"
},
"peerDependenciesMeta": {
"tree_sitter": {
"optional": true
}
},
"devDependencies": {
"tree-sitter-c": "0.23.4",
"tree-sitter-cpp": "0.23.4",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "tree-sitter-cuda"
description = "Cuda grammar for tree-sitter"
version = "0.20.6"
version = "0.20.7"
keywords = ["incremental", "parsing", "tree-sitter", "cuda"]
classifiers = [
"Intended Audience :: Developers",
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"metadata": {
"version": "0.20.6",
"version": "0.20.7",
"license": "MIT",
"description": "CUDA grammar for tree-sitter",
"authors": [
Expand Down

0 comments on commit 9cdfe2d

Please sign in to comment.