Skip to content

Commit

Permalink
meta: bump version to v0.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
theHamsta committed Aug 22, 2024
1 parent 97cdb6a commit cbce8ae
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 21 deletions.
19 changes: 14 additions & 5 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.5"
version = "0.20.6"
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.5
VERSION := 0.20.6

LANGUAGE_NAME := tree-sitter-cuda

Expand Down
57 changes: 45 additions & 12 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-cuda",
"version": "0.20.5",
"version": "0.20.6",
"description": "CUDA grammar for tree-sitter",
"main": "bindings/node",
"types": "bindings/node",
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.5"
version = "0.20.6"
keywords = ["incremental", "parsing", "tree-sitter", "cuda"]
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit cbce8ae

Please sign in to comment.