summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-02-19 05:22:42 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-02-19 05:22:42 +0400
commit81ecdc02e48eccfc558b22d0480e759d6bede750 (patch)
treebb4a0ea18c10d9471c0fb7a0ca77afc546a6e382
parent2cf3882c4b455abba8aebf7c5bc66e3720ca1598 (diff)
Bump version number to 0.6.1.0
-rw-r--r--ChangeLog10
-rw-r--r--krpc.cabal4
2 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c65825a3..a4de3c30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
12014-02-19 Sam Truzjan <pxqr.sta@gmail.com>
2
3 0.6.0.0
4
5 API changes:
6
7 * Added isActive: this predicate can be used to implement
8 MonadActive instance and useful for resource
9 initialization/finalization sanity check.
10
12014-01-08 Sam Truzjan <pxqr.sta@gmail.com> 112014-01-08 Sam Truzjan <pxqr.sta@gmail.com>
2 12
3 0.6.0.0: Logging + exceptions. 13 0.6.0.0: Logging + exceptions.
diff --git a/krpc.cabal b/krpc.cabal
index fc350367..c565bd2a 100644
--- a/krpc.cabal
+++ b/krpc.cabal
@@ -1,5 +1,5 @@
1name: krpc 1name: krpc
2version: 0.6.0.0 2version: 0.6.1.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/krpc.git 33 location: git://github.com/cobit/krpc.git
34 branch: master 34 branch: master
35 tag: v0.6.0.0 35 tag: v0.6.1.0
36 36
37library 37library
38 default-language: Haskell2010 38 default-language: Haskell2010