diff --git a/CHANGELOG.md b/CHANGELOG.md index 67f331d..6cc46e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,9 @@ backward incompatible changes will start to apply when the projects goes 1.0 ## [Unreleased] + +## [0.17.0] (released: 2024-02-14) + ### Fixed - Fix `to_str` failure when calculating the number of solutions in the context of optional match ([#147]). Thanks @LVrecar for the report and fix. @@ -465,7 +468,8 @@ for more info. [#20]: https://github.com/igordejanovic/parglare/issues/20 -[Unreleased]: https://github.com/igordejanovic/parglare/compare/0.16.1...HEAD +[Unreleased]: https://github.com/igordejanovic/parglare/compare/0.17.0...HEAD +[0.17.0]: https://github.com/igordejanovic/parglare/compare/0.16.1...0.17.0 [0.16.1]: https://github.com/igordejanovic/parglare/compare/0.16.0...0.16.1 [0.16.0]: https://github.com/igordejanovic/parglare/compare/0.15.0...0.16.0 [0.15.0]: https://github.com/igordejanovic/parglare/compare/0.14.0...0.15.0 diff --git a/pyproject.toml b/pyproject.toml index 5806ed8..f38156d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "parglare" -version = "0.17.0.dev0" +version = "0.17.0" description = "A pure Python LR/GLR parser" authors = [ {name = "Igor R. Dejanović", email = "igor.dejanovic@gmail.com"},