Skip to content

Commit

Permalink
Release 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Feb 14, 2024
1 parent 483cfdf commit 66e7f2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]"},
Expand Down

0 comments on commit 66e7f2a

Please sign in to comment.