summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-08-26 23:49:07 +0400
committerSam T <pxqr.sta@gmail.com>2013-08-26 23:49:07 +0400
commit35913c887d8ef8f4e42398755bafb1439cd7c1aa (patch)
tree405776b1dbea9a87656476ea187cf3bdfa7348eb
parent6a3edf31e2be9f20c08b5de757e6127977ab0afe (diff)
~ Bump version.
-rw-r--r--TODO.org2
-rw-r--r--bencoding.cabal4
2 files changed, 4 insertions, 2 deletions
diff --git a/TODO.org b/TODO.org
index eed927c..2f51de5 100644
--- a/TODO.org
+++ b/TODO.org
@@ -4,6 +4,6 @@
4* DONE benchmarks for generic decode 4* DONE benchmarks for generic decode
5* DONE documentation 5* DONE documentation
6* DONE document generics 6* DONE document generics
7* TODO v0.2.0.0 (reason: dictAssoc is hidded now) 7* DONE v0.2.0.0 (reason: dictAssoc is hidded now)
8* TODO use HashMap 8* TODO use HashMap
9* TODO CPS Result 9* TODO CPS Result
diff --git a/bencoding.cabal b/bencoding.cabal
index bddcb97..4775ff4 100644
--- a/bencoding.cabal
+++ b/bencoding.cabal
@@ -1,5 +1,5 @@
1name: bencoding 1name: bencoding
2version: 0.1.0.1 2version: 0.2.0.0
3synopsis: A library for encoding and decoding of BEncode data. 3synopsis: A library for encoding and decoding of BEncode data.
4homepage: https://github.com/cobit/bencoding 4homepage: https://github.com/cobit/bencoding
5bug-reports: https://github.com/cobit/bencoding/issues 5bug-reports: https://github.com/cobit/bencoding/issues
@@ -19,6 +19,8 @@ description:
19 [/Release notes/] 19 [/Release notes/]
20 . 20 .
21 * /0.1.0.0:/ Initial version. 21 * /0.1.0.0:/ Initial version.
22 .
23 * /0.2.0.0:/ Added default decoders/encoders using GHC Generics.
22 24
23 25
24extra-source-files: README.md 26extra-source-files: README.md