From b346c9416d2c3bef4770c7e925411c76bd266ff6 Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Fri, 4 Oct 2013 15:43:12 +0400 Subject: Bump version --- base32-bytestring.cabal | 4 ++-- changelog | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/base32-bytestring.cabal b/base32-bytestring.cabal index b2609ff..7707d75 100644 --- a/base32-bytestring.cabal +++ b/base32-bytestring.cabal @@ -1,5 +1,5 @@ name: base32-bytestring -version: 0.1.0.0 +version: 0.1.1.0 license: BSD3 license-file: LICENSE author: Sam Truzjan @@ -29,7 +29,7 @@ source-repository this type: git location: git://github.com/cobit/base32-bytestring.git branch: master - tag: v0.1.0.0 + tag: v0.1.1.0 library default-language: Haskell2010 diff --git a/changelog b/changelog index 4fcf313..a9b1ce5 100644 --- a/changelog +++ b/changelog @@ -1 +1,2 @@ * 0.1.0.0: Initial version. +* 0.1.1.0: Added lenient decoding. -- cgit v1.2.3