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 Mar 11, 2019
1 parent fe407a4 commit faeda2b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## v0.5.0

- Rewrite as a staged approach
- autodetection of ANTLR fields and labels: Unshaped doesn’t exist anymore
- more isolated steps: enables serialization (and possibility to let ANTLR parser run in a separate service)
- more powerful definition of reshaped node (= AliasNode) fields using tree paths
- easier definition of transforms (simplification & AliasNodes) (no ANTLR API knowledge needed, no other visiting in transformation methods)
- more shared code

## v0.4.2

### Added
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.4.2"
__version__ = "0.5.0"

from . import ast

0 comments on commit faeda2b

Please sign in to comment.