From 2139f14dbb1374cb8635a7d07c1ce73064359502 Mon Sep 17 00:00:00 2001 From: Olle Fredriksson Date: Fri, 30 Nov 2018 20:29:11 +0100 Subject: [PATCH] Bump version to 0.13.0.0 --- CHANGELOG.md | 2 ++ Earley.cabal | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5155bf7..7359191 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Earley.cabal b/Earley.cabal index e93ca1d..d6d5d6a 100644 --- a/Earley.cabal +++ b/Earley.cabal @@ -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 for more information and