Skip to content

Commit

Permalink
Bump version to 0.11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ollef committed Mar 18, 2016
1 parent e7de8b7 commit b241d15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.11.0.0

- Add `IsString Prod` instance
- Change the signature of `Terminal` to take a function `a -> Maybe b`, and add a new operator `terminal`
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.10.1.0
version: 0.11.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 b241d15

Please sign in to comment.