We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 829fdef commit dc1dcfeCopy full SHA for dc1dcfe
2 files changed
debian/changelog
@@ -1,3 +1,16 @@
1
+msgpack-cli (0.3) unstable; urgency=low
2
+
3
+ * Improved build automation
4
+ * The connection making moved outside callRPC
5
+ * Rename: doEncDec -> doConversion
6
+ * The rpc command can read parameters from file
7
+ * Readme updated
8
+ * Added --pp option
9
+ * Added --timeout option
10
11
12
+ -- Jakub Matys <jakub.matys@nodus.cz> Thu, 16 Oct 2014 07:40:21 +0200
13
14
msgpack-cli (0.2) unstable; urgency=low
15
16
* Debian packaging
version.go
@@ -14,4 +14,4 @@
package main
17
-const __VERSION__ = "0.2"
+const __VERSION__ = "0.3"
0 commit comments