Skip to content

Commit

Permalink
v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joelspadin committed Oct 19, 2024
1 parent 46a1b79 commit 16c9cb9
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt

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

2 changes: 1 addition & 1 deletion 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-devicetree"
description = "Tree-sitter parser for Devicetree files, with support for Zephyr's superset of Devicetree syntax."
version = "0.12.0"
version = "0.12.1"
authors = ["Joel Spadin"]
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion Makefile

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

4 changes: 2 additions & 2 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-devicetree",
"version": "0.12.0",
"version": "0.12.1",
"description": "Tree-sitter parser for Devicetree files, with support for Zephyr's superset of Devicetree syntax.",
"license": "MIT",
"author": "Joel Spadin",
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-devicetree"
description = "Tree-sitter parser for Devicetree files, with support for Zephyr's superset of Devicetree syntax."
version = "0.12.0"
version = "0.12.1"
keywords = ["incremental", "parsing", "tree-sitter", "devicetree"]
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 @@ -11,7 +11,7 @@
}
],
"metadata": {
"version": "0.12.0",
"version": "0.12.1",
"license": "MIT",
"description": "Tree-sitter parser for Devicetree files, with support for Zephyr's superset of Devicetree syntax.",
"authors": [
Expand Down

0 comments on commit 16c9cb9

Please sign in to comment.