Skip to content

Commit

Permalink
chore(master): release 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cathaysia committed Nov 12, 2024
1 parent f879554 commit 86ff7f1
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 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.10.0"
".": "3.11.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.11.0](https://github.com/cathaysia/tree-sitter-idl/compare/v3.10.0...v3.11.0) (2024-11-12)


### Features

* **preproc:** alias define args ([f879554](https://github.com/cathaysia/tree-sitter-idl/commit/f8795544500dfdd4f5df0755a474e370af325497))

## [3.10.0](https://github.com/cathaysia/tree-sitter-idl/compare/v3.9.2...v3.10.0) (2024-11-04)


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.10.0"
version = "3.11.0"
license = "Apache-2.0"
readme = "README.md"
keywords = ["incremental", "parsing", "tree-sitter", "idl"]
Expand Down
2 changes: 1 addition & 1 deletion 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-idl",
"version": "3.10.0",
"version": "3.11.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.10.0"
version = "3.11.0"
keywords = ["incremental", "parsing", "tree-sitter", "idl"]
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit 86ff7f1

Please sign in to comment.