summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-11-29 12:41:14 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-11-29 12:41:14 +0400
commitf988a71d85fd84f07299c3131bb288b58b4676c1 (patch)
treed1ba5779badcb4dff529add69c1f381d94f3a4f9
parent59a3c549a8180523e35e1dd53af8627eb5731c67 (diff)
Bump version number to 0.2.0.0
-rw-r--r--ChangeLog4
-rw-r--r--base32-bytestring.cabal4
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 @@
12013-11-29 Sam Truzjan <pxqr.sta@gmail.com>
2
3 * 0.2.0.0: Allow to catch decoding errors in pure code.
4
12013-10-31 Sam Truzjan <pxqr.sta@gmail.com> 52013-10-31 Sam Truzjan <pxqr.sta@gmail.com>
2 6
3 * 0.1.1.1: Update URLs after migration. 7 * 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 @@
1name: base32-bytestring 1name: base32-bytestring
2version: 0.1.1.1 2version: 0.2.0.0
3license: BSD3 3license: BSD3
4license-file: LICENSE 4license-file: LICENSE
5author: Sam Truzjan 5author: Sam Truzjan
@@ -29,7 +29,7 @@ source-repository this
29 type: git 29 type: git
30 location: git://github.com/pxqr/base32-bytestring.git 30 location: git://github.com/pxqr/base32-bytestring.git
31 branch: master 31 branch: master
32 tag: v0.1.1.1 32 tag: v0.2.0.0
33 33
34library 34library
35 default-language: Haskell2010 35 default-language: Haskell2010