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

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

## v0.4.2

### Added

- Add parameter to `parse` function to set a custom error listener (or remove the default listener)

## v0.4.1

- Fix setup.py
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.1"
__version__ = "0.4.2"

from . import ast

0 comments on commit 9f8d8cf

Please sign in to comment.