Skip to content

Commit

Permalink
Release 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Feb 23, 2024
1 parent f1c63f6 commit a64b3d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -19,6 +19,14 @@ backward incompatible changes will start to apply when the projects goes 1.0
## [Unreleased]


## [0.18.0] (released: 2024-02-23)

### Added
- Imported grammar rules override. See
[32930ad59ce8e3b2c133192fed03a4cd6dd7e7e6] and [the
docs](http://www.igordejanovic.net/parglare/latest/grammar_modularization/#imported-rules-override)


## [0.17.0] (released: 2024-02-14)

### Fixed
Expand Down Expand Up @@ -469,6 +477,7 @@ for more info.


[Unreleased]: https://github.com/igordejanovic/parglare/compare/0.17.0...HEAD
[0.18.0]: https://github.com/igordejanovic/parglare/compare/0.17.0...0.18.0
[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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "parglare"
version = "0.17.0"
version = "0.18.0"
description = "A pure Python LR/GLR parser"
authors = [
{name = "Igor R. Dejanović", email = "igor.dejanovic@gmail.com"},
Expand Down

0 comments on commit a64b3d3

Please sign in to comment.