Skip to content

Commit

Permalink
chore(master): release 3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cathaysia committed Aug 16, 2024
1 parent b079314 commit d4ad37e
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.9.1"
".": "3.9.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.9.2](https://github.com/cathaysia/tree-sitter-idl/compare/v3.9.1...v3.9.2) (2024-08-16)


### Bug Fixes

* **float:** fix floating parse ([b079314](https://github.com/cathaysia/tree-sitter-idl/commit/b0793149744cda63f313a5698c6d14708d82e43e))

## [3.9.1](https://github.com/cathaysia/tree-sitter-idl/compare/v3.9.0...v3.9.1) (2024-08-16)


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.9.1"
version = "3.9.2"
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.9.1",
"version": "3.9.2",
"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.9.1"
version = "3.9.2"
keywords = ["incremental", "parsing", "tree-sitter", "idl"]
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit d4ad37e

Please sign in to comment.