Skip to content

Commit

Permalink
build: bump version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Apr 30, 2024
1 parent 49b7f87 commit 08ab1fb
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 36 deletions.
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-yaml"
description = "YAML grammar for tree-sitter"
version = "0.6.0"
version = "0.6.1"
license = "MIT"
readme = "README.md"
keywords = ["incremental", "parsing", "tree-sitter", "yaml"]
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.

13 changes: 11 additions & 2 deletions binding.gyp

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

5 changes: 4 additions & 1 deletion bindings/rust/build.rs

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

36 changes: 10 additions & 26 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tree-sitter-grammars/tree-sitter-yaml",
"version": "0.6.0",
"version": "0.6.1",
"license": "MIT",
"description": "YAML grammar for tree-sitter",
"repository": "github:tree-sitter-grammars/tree-sitter-yaml",
Expand Down Expand Up @@ -37,8 +37,8 @@
"node-gyp-build": "^4.8.0"
},
"devDependencies": {
"prebuildify": "^6.0.0",
"tree-sitter-cli": "^0.22.2"
"prebuildify": "^6.0.1",
"tree-sitter-cli": "^0.22.5"
},
"peerDependencies": {
"tree-sitter": "^0.21.1"
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-yaml"
description = "YAML grammar for tree-sitter"
version = "0.6.0"
version = "0.6.1"
keywords = ["incremental", "parsing", "tree-sitter", "yaml"]
classifiers = [
"Intended Audience :: Developers",
Expand Down
2 changes: 1 addition & 1 deletion setup.py

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

0 comments on commit 08ab1fb

Please sign in to comment.