summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-10-01 07:34:47 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-10-01 07:34:47 +0400
commit8c2f58290ce808b14a95e2f57dca0f2ca4d5c494 (patch)
tree13c7e63778871b327d698a60545a744b736def4d
parentc7b4a06d7ba38ad80e9d0c761fe4c778fbb66bc1 (diff)
Bump version
-rw-r--r--bencoding.cabal4
-rw-r--r--changelog1
2 files changed, 3 insertions, 2 deletions
diff --git a/bencoding.cabal b/bencoding.cabal
index 1bcc95a..abad8a2 100644
--- a/bencoding.cabal
+++ b/bencoding.cabal
@@ -1,5 +1,5 @@
1name: bencoding 1name: bencoding
2version: 0.4.0.0 2version: 0.4.0.1
3license: BSD3 3license: BSD3
4license-file: LICENSE 4license-file: LICENSE
5author: Sam Truzjan 5author: Sam Truzjan
@@ -32,7 +32,7 @@ source-repository this
32 type: git 32 type: git
33 location: git://github.com/cobit/bencoding.git 33 location: git://github.com/cobit/bencoding.git
34 branch: master 34 branch: master
35 tag: v0.4.0.0 35 tag: v0.4.0.1
36 36
37library 37library
38 default-language: Haskell2010 38 default-language: Haskell2010
diff --git a/changelog b/changelog
index 8bb80d9..ca2dc96 100644
--- a/changelog
+++ b/changelog
@@ -3,3 +3,4 @@
3* 0.2.2.0: Arbitrary length integers. (by specification) 3* 0.2.2.0: Arbitrary length integers. (by specification)
4* 0.3.0.0: Rename BEncode to BValue and BEncodable to BEncode. 4* 0.3.0.0: Rename BEncode to BValue and BEncodable to BEncode.
5* 0.4.0.0: Faster dictionary conversion. 5* 0.4.0.0: Faster dictionary conversion.
6* 0.4.0.1: Nothing changed.