Skip to content

Commit

Permalink
chore(master): release 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cathaysia committed Feb 9, 2025
1 parent 28f990b commit 834bf1a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.11.0"
".": "3.12.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.12.0](https://github.com/cathaysia/tree-sitter-idl/compare/v3.11.0...v3.12.0) (2025-02-09)


### Features

* **py:** change license ([fda6e55](https://github.com/cathaysia/tree-sitter-idl/commit/fda6e55c8086595c5d5f21d83aef2a0fb2770a97))

## [3.11.0](https://github.com/cathaysia/tree-sitter-idl/compare/v3.10.0...v3.11.0) (2024-11-12)


Expand Down
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-idl"
description = "IDL grammar for tree-sitter"
version = "3.11.0"
version = "3.12.0"
license = "Apache-2.0"
readme = "README.md"
keywords = ["incremental", "parsing", "tree-sitter", "idl"]
Expand Down
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-idl",
"version": "3.11.0",
"version": "3.12.0",
"description": "OMG IDL grammar for tree-sitter",
"repository": "github:cathaysia/tree-sitter-idl",
"license": "Apache-2.0",
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-idl"
description = "Idl grammar for tree-sitter"
version = "3.11.0"
version = "3.12.0"
keywords = ["incremental", "parsing", "tree-sitter", "idl"]
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit 834bf1a

Please sign in to comment.