Skip to content

Commit

Permalink
chore: release master
Browse files Browse the repository at this point in the history
  • Loading branch information
cathaysia committed Jan 22, 2025
1 parent 6fb7395 commit c2a67a5
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"tree-sitter-jinja": "0.0.1",
"tree-sitter-jinja_inline": "0.0.1"
"tree-sitter-jinja": "0.1.0",
"tree-sitter-jinja_inline": "0.1.0"
}
18 changes: 18 additions & 0 deletions tree-sitter-jinja/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## [0.1.0](https://github.com/cathaysia/tree-sitter-jinja/compare/v0.0.1...v0.1.0) (2025-01-22)


### Features

* **queires:** add queries ([2a06ac6](https://github.com/cathaysia/tree-sitter-jinja/commit/2a06ac63326f3ac1c2fe31144be6de9feef7e474))
* **query:** update queries ([1722645](https://github.com/cathaysia/tree-sitter-jinja/commit/1722645860a7e877fa096f7a243edd39d91f8326))
* rebuild and remove all 'jinja2' ([f101bfb](https://github.com/cathaysia/tree-sitter-jinja/commit/f101bfbdbc8125ab19e26ff59a5e92a5d857326a))
* rename jinja2 to jinja ([3555a77](https://github.com/cathaysia/tree-sitter-jinja/commit/3555a7713894389ac66e85900457964650098a40))


### Bug Fixes

* **jinja:** fix [#3](https://github.com/cathaysia/tree-sitter-jinja/issues/3) ([df35595](https://github.com/cathaysia/tree-sitter-jinja/commit/df355959962a30c5940720f82bb803dab7e80118))
* **jinja:** fix statement behind line statement ([981cebb](https://github.com/cathaysia/tree-sitter-jinja/commit/981cebb973046083e847b20e15c46610dbf47da3))
* **rs:** fix cargo ([b228b97](https://github.com/cathaysia/tree-sitter-jinja/commit/b228b97372a26a81e4966b32e7c3171363bb2f85))
2 changes: 1 addition & 1 deletion tree-sitter-jinja/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-jinja"
description = "Jinja grammar for tree-sitter"
version = "0.0.1"
version = "0.1.0"
license = "Apache-2.0"
readme = "../README.md"
keywords = ["incremental", "parsing", "tree-sitter", "jinja"]
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter-jinja/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-jinja",
"version": "0.0.1",
"version": "0.1.0",
"description": "jinja grammar for tree-sitter",
"repository": "github:cathaysia/tree-sitter-jinja",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter-jinja/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-jinja"
description = "Jinja grammar for tree-sitter"
version = "0.0.1"
version = "0.1.0"
keywords = ["incremental", "parsing", "tree-sitter", "jinja"]
classifiers = [
"Intended Audience :: Developers",
Expand Down
16 changes: 16 additions & 0 deletions tree-sitter-jinja_inline/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## [0.1.0](https://github.com/cathaysia/tree-sitter-jinja/compare/v0.0.1...v0.1.0) (2025-01-22)


### Features

* **queires:** add queries ([2a06ac6](https://github.com/cathaysia/tree-sitter-jinja/commit/2a06ac63326f3ac1c2fe31144be6de9feef7e474))
* **query:** update queries ([1722645](https://github.com/cathaysia/tree-sitter-jinja/commit/1722645860a7e877fa096f7a243edd39d91f8326))
* rebuild and remove all 'jinja2' ([f101bfb](https://github.com/cathaysia/tree-sitter-jinja/commit/f101bfbdbc8125ab19e26ff59a5e92a5d857326a))
* rename jinja2 to jinja ([3555a77](https://github.com/cathaysia/tree-sitter-jinja/commit/3555a7713894389ac66e85900457964650098a40))


### Bug Fixes

* **rs:** fix cargo ([b228b97](https://github.com/cathaysia/tree-sitter-jinja/commit/b228b97372a26a81e4966b32e7c3171363bb2f85))
2 changes: 1 addition & 1 deletion tree-sitter-jinja_inline/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-jinja-inline"
description = "JinjaInline grammar for tree-sitter"
version = "0.0.1"
version = "0.1.0"
license = "Apache-2.0"
readme = "../README.md"
keywords = ["incremental", "parsing", "tree-sitter", "jinja-inline"]
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter-jinja_inline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-jinja_inline",
"version": "0.0.1",
"version": "0.1.0",
"description": "jinja grammar for tree-sitter",
"repository": "github:cathaysia/tree-sitter-jinja",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter-jinja_inline/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-jinja-inline"
description = "JinjaInline grammar for tree-sitter"
version = "0.0.1"
version = "0.1.0"
keywords = ["incremental", "parsing", "tree-sitter", "jinja-inline"]
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit c2a67a5

Please sign in to comment.