summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-10-01 07:13:46 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-10-01 07:13:46 +0400
commit0714800b9c8819d0beaeeae4d0c88b24ab2fe7d3 (patch)
tree8ad79f96fa17dfa83e52865aa3b70415c3c6f39f
parent22604ee254ff728397f76bfc3a226d4f14005257 (diff)
Bump version
-rw-r--r--NEWS.md1
-rw-r--r--bencoding.cabal4
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
index 59ecae4..8bb80d9 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,3 +2,4 @@
2* 0.2.0.0: Added default decoders/encoders using GHC Generics. 2* 0.2.0.0: Added default decoders/encoders using GHC Generics.
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.
diff --git a/bencoding.cabal b/bencoding.cabal
index 6ac642f..1bcc95a 100644
--- a/bencoding.cabal
+++ b/bencoding.cabal
@@ -1,5 +1,5 @@
1name: bencoding 1name: bencoding
2version: 0.3.0.0 2version: 0.4.0.0
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.3.0.0 35 tag: v0.4.0.0
36 36
37library 37library
38 default-language: Haskell2010 38 default-language: Haskell2010