Skip to content

Commit

Permalink
Bump version to 0.13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ollef committed Nov 30, 2018
1 parent 61a2079 commit 2139f14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 0.13.0.0

- Remove the previously deprecated operators `symbol`, `namedSymbol`, and `word`
- Change `Prod`'s `Monoid` and `Semigroup` instances to lift their element instances instead of being the same as the `Alternative` instance
- Add unbalanced parentheses/EOF test
Expand Down
2 changes: 1 addition & 1 deletion Earley.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Earley
version: 0.12.1.0
version: 0.13.0.0
synopsis: Parsing all context-free grammars using Earley's algorithm.
description: See <https://www.github.com/ollef/Earley> for more
information and
Expand Down

0 comments on commit 2139f14

Please sign in to comment.