Skip to content

Commit

Permalink
release 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Nov 11, 2024
1 parent 5d70f71 commit 4322ee3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

# [Unreleased]


# [0.6.3] - 2024-11-11

## Fixed

- attempt to subtract causes overflow in GLR default builder. See [16]. Thanks
Expand Down Expand Up @@ -141,7 +144,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release. See the README for the features available in this release.


[unreleased]: https://github.com/igordejanovic/rustemo/compare/0.6.0...HEAD
[unreleased]: https://github.com/igordejanovic/rustemo/compare/0.6.3...HEAD
[0.6.3]: https://github.com/igordejanovic/rustemo/compare/0.6.2...0.6.3
[0.6.2]: https://github.com/igordejanovic/rustemo/compare/0.6.1...0.6.2
[0.6.1]: https://github.com/igordejanovic/rustemo/compare/0.6.0...0.6.1
[0.6.0]: https://github.com/igordejanovic/rustemo/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/igordejanovic/rustemo/compare/0.4.0...0.5.0
[0.4.0]: https://github.com/igordejanovic/rustemo/compare/0.3.0...0.4.0
Expand Down
12 changes: 6 additions & 6 deletions 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
Expand Up @@ -46,6 +46,6 @@ authors = ["Igor R. Dejanović <[email protected]>"]
keywords = ["parser", "generator", "LR", "grammar"]
categories = ["parsing"]
license = "Apache-2.0 OR MIT"
version = "0.6.2"
version = "0.6.3"
edition = "2021"
rust-version = "1.74"

0 comments on commit 4322ee3

Please sign in to comment.