Skip to content

Commit

Permalink
Release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Nov 1, 2020
1 parent 3f6dc73 commit 47845a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@ Backward incompatible changes are marked with **(BIC)**. These changes are the
reason for the major version increase so when upgrading between major versions
please take a look at related PRs and issues and see if the change affects you.


## [Unreleased]


[Unreleased]: https://github.com/textX/Arpeggio/compare/1.10.0...HEAD


## [1.10.0] (released: 2020-11-01)

- Fix reporting duplicate rule names in `NoMatch` exception ([a1f14bede])
- Raise `AttributeError` when accessing unexisting rule name on parse tree node.
([#82])
Expand All @@ -29,7 +34,7 @@ please take a look at related PRs and issues and see if the change affects you.
[#82]: https://github.com/textX/Arpeggio/issues/82
[#76]: https://github.com/textX/Arpeggio/issues/76
[#73]: https://github.com/textX/Arpeggio/issues/73
[Unreleased]: https://github.com/textX/Arpeggio/compare/v1.9.2...HEAD
[Unreleased]: https://github.com/textX/Arpeggio/compare/v1.9.2...1.10.0


## [v1.9.2] (released: 2019-10-05)
Expand Down
2 changes: 1 addition & 1 deletion arpeggio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from arpeggio.utils import isstr
import types

__version__ = "1.9.2"
__version__ = "1.10.0"

if sys.version < '3':
text = unicode
Expand Down

0 comments on commit 47845a5

Please sign in to comment.