summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-09-28 07:09:40 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-09-28 07:09:40 +0400
commit1ebaa699ece6d65277d2edddaebae68b94feeb96 (patch)
tree7bc96bd14c08ee3c6d3d3c4d7fc4cb0d51de3e27
parent90137a707fa3ea7e4a6d87c42c7d57b85a8bffd6 (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 6cc704d..59ecae4 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,4 @@
1* 0.1.0.0: Initial version. 1* 0.1.0.0: Initial version.
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.
diff --git a/bencoding.cabal b/bencoding.cabal
index c6dc02b..b077490 100644
--- a/bencoding.cabal
+++ b/bencoding.cabal
@@ -1,5 +1,5 @@
1name: bencoding 1name: bencoding
2version: 0.2.2.0 2version: 0.3.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.2.2.0 35 tag: v0.3.0.0
36 36
37library 37library
38 default-language: Haskell2010 38 default-language: Haskell2010