Skip to content

Commit dc1dcfe

Browse files
author
Jakub Matys
committed
Version 0.3
1 parent 829fdef commit dc1dcfe

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

debian/changelog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
* Readme updated
11+
12+
-- Jakub Matys <jakub.matys@nodus.cz> Thu, 16 Oct 2014 07:40:21 +0200
13+
114
msgpack-cli (0.2) unstable; urgency=low
215

316
* Debian packaging

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
package main
1616

17-
const __VERSION__ = "0.2"
17+
const __VERSION__ = "0.3"

0 commit comments

Comments
 (0)