Skip to content

Commit a2418d5

Browse files
committed
0.21.0
1 parent ddf4b5b commit a2418d5

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-c-sharp"
33
description = "C# grammar for tree-sitter"
4-
version = "0.20.0"
4+
version = "0.21.0"
55
authors = [
66
"Max Brunsfeld <[email protected]>",
77
"Amaan Qureshi <[email protected]>",

Makefile

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

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-c-sharp",
3-
"version": "0.20.0",
3+
"version": "0.21.0",
44
"description": "C# grammar for tree-sitter",
55
"repository": "github:tree-sitter/tree-sitter-rust",
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-c-sharp"
77
description = "C# grammar for tree-sitter"
8-
version = "0.20.0"
8+
version = "0.21.0"
99
keywords = ["incremental", "parsing", "tree-sitter", "c-sharp"]
1010
classifiers = [
1111
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)