Skip to content

Commit

Permalink
Bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSangster committed Sep 3, 2019
1 parent 9e9259f commit 45ca3c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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


## v0.8.0

- Support for Terminal nodes in get_text
- Add optional text attribute to BaseNode
- Fix marshalling to recursively transform children

## v0.7.0

- Return `None` if `get_position` has no better result
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.7.0"
__version__ = "0.8.0"

from . import ast

0 comments on commit 45ca3c1

Please sign in to comment.