summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-12-01 10:05:50 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-12-01 10:05:50 +0400
commit32c6f6f68371fb374af5d335cf0d3e1c2597919a (patch)
treec3524330f9cf831db6951b515f987dbe50af4d9b
parent69bf1ad68fb0f8435cf25891cc5f1364061116a0 (diff)
Bump version number to 0.2.1.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 e9228e2..4f81a60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12013-12-01 Sam Truzjan <pxqr.sta@gmail.com>
2
3 * 0.2.1.0: Fixed build failure with base < 4.6.0.
4
12013-11-29 Sam Truzjan <pxqr.sta@gmail.com> 52013-11-29 Sam Truzjan <pxqr.sta@gmail.com>
2 6
3 * 0.2.0.1: Add tests to tarball. 7 * 0.2.0.1: Add tests to tarball.
diff --git a/base32-bytestring.cabal b/base32-bytestring.cabal
index 7d7e164..a96d3fa 100644
--- a/base32-bytestring.cabal
+++ b/base32-bytestring.cabal
@@ -1,5 +1,5 @@
1name: base32-bytestring 1name: base32-bytestring
2version: 0.2.0.1 2version: 0.2.1.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.2.0.1 32 tag: v0.2.1.0
33 33
34library 34library
35 default-language: Haskell2010 35 default-language: Haskell2010