From f988a71d85fd84f07299c3131bb288b58b4676c1 Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Fri, 29 Nov 2013 12:41:14 +0400 Subject: Bump version number to 0.2.0.0 --- ChangeLog | 4 ++++ base32-bytestring.cabal | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e406e27..a7b6140 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-11-29 Sam Truzjan + + * 0.2.0.0: Allow to catch decoding errors in pure code. + 2013-10-31 Sam Truzjan * 0.1.1.1: Update URLs after migration. diff --git a/base32-bytestring.cabal b/base32-bytestring.cabal index fa45827..b94e2c1 100644 --- a/base32-bytestring.cabal +++ b/base32-bytestring.cabal @@ -1,5 +1,5 @@ name: base32-bytestring -version: 0.1.1.1 +version: 0.2.0.0 license: BSD3 license-file: LICENSE author: Sam Truzjan @@ -29,7 +29,7 @@ source-repository this type: git location: git://github.com/pxqr/base32-bytestring.git branch: master - tag: v0.1.1.1 + tag: v0.2.0.0 library default-language: Haskell2010 -- cgit v1.2.3