From b241d1540e8450b7a54115c8aed38192aeb20844 Mon Sep 17 00:00:00 2001 From: Olle Fredriksson Date: Fri, 18 Mar 2016 08:39:42 +0100 Subject: [PATCH] Bump version to 0.11.0.0 --- CHANGELOG.md | 2 +- Earley.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31c028d..3150399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/Earley.cabal b/Earley.cabal index 19f328d..6ad0709 100644 --- a/Earley.cabal +++ b/Earley.cabal @@ -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 for more information and