Skip to content

Commit

Permalink
Bump version to 0.11.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ollef committed Apr 4, 2016
1 parent 15abd0b commit 0e2bfcd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.11.0.1

- Add missing modules to Cabal file

# 0.11.0.0

- Add `IsString Prod` instance
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.11.0.0
version: 0.11.0.1
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 0e2bfcd

Please sign in to comment.