Skip to content

Commit

Permalink
Bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hermansje committed Aug 20, 2019
1 parent c5e711d commit 3d17248
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file.

## v0.7.0

- Return `None` if `get_position` has no better result
- Add type signatures
- Improve lexer errors

## v0.6.0

- Support `get_position` for Terminal nodes

## v0.5.0

- Rewrite as a staged approach
Expand Down
2 changes: 1 addition & 1 deletion antlr_ast/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.5.0"
__version__ = "0.7.0"

from . import ast

0 comments on commit 3d17248

Please sign in to comment.