Skip to content

Commit fb2f7b4

Browse files
committed
bump: to 0.2.0
1 parent a1a5222 commit fb2f7b4

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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-proto"
33
description = "Parser for proto2 and proto3 files"
4-
version = "0.1.0"
4+
version = "0.2.0"
55
authors = ["Mohammad Ashar Khan <[email protected]>"]
66
license = "MIT"
77
readme = "README.md"

Makefile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-proto",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Parser for proto2 and proto3 files",
55
"repository": "github:tree-sitter/tree-sitter-proto",
66
"license": "MIT",

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-proto"
77
description = "Parser for proto2 and proto3 files"
8-
version = "0.1.0"
8+
version = "0.2.0"
99
keywords = ["incremental", "parsing", "tree-sitter", "proto"]
1010
classifiers = [
1111
"Intended Audience :: Developers",

tree-sitter.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"metadata": {
13-
"version": "0.1.0",
13+
"version": "0.2.0",
1414
"license": "MIT",
1515
"description": "Parser for proto2 and proto3 files",
1616
"authors": [
@@ -31,4 +31,4 @@
3131
"rust": true,
3232
"swift": true
3333
}
34-
}
34+
}

0 commit comments

Comments
 (0)