summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-11-29 13:49:56 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-11-29 13:49:56 +0400
commit2618e7c32eed127320a18705ab07aebc076f4cea (patch)
tree162b8a837d4c1f3853f8e535c331f342086a61b7
parentd4db3afef0bca1cce4130a423820f9b446584a78 (diff)
Bump version number to 0.2.0.1
-rw-r--r--ChangeLog4
-rw-r--r--base32-bytestring.cabal4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a7b6140..e9228e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
12013-11-29 Sam Truzjan <pxqr.sta@gmail.com> 12013-11-29 Sam Truzjan <pxqr.sta@gmail.com>
2 2
3 * 0.2.0.1: Add tests to tarball.
4
52013-11-29 Sam Truzjan <pxqr.sta@gmail.com>
6
3 * 0.2.0.0: Allow to catch decoding errors in pure code. 7 * 0.2.0.0: Allow to catch decoding errors in pure code.
4 8
52013-10-31 Sam Truzjan <pxqr.sta@gmail.com> 92013-10-31 Sam Truzjan <pxqr.sta@gmail.com>
diff --git a/base32-bytestring.cabal b/base32-bytestring.cabal
index 138f0b9..7d7e164 100644
--- a/base32-bytestring.cabal
+++ b/base32-bytestring.cabal
@@ -1,5 +1,5 @@
1name: base32-bytestring 1name: base32-bytestring
2version: 0.2.0.0 2version: 0.2.0.1
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.2.0.0 32 tag: v0.2.0.1
33 33
34library 34library
35 default-language: Haskell2010 35 default-language: Haskell2010