Skip to content

Commit 60d64ec

Browse files
author
Peter Spiess-Knafl
committed
added release notes
1 parent 75c8b41 commit 60d64ec

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -Wall")
1818

1919
SET(MAJOR_VERSION 0)
2020
SET(MINOR_VERSION 2)
21-
SET(PATCH_VERSION 0)
21+
SET(PATCH_VERSION 1)
2222

2323

2424

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,12 @@ g++ main.cpp -ljsonrpc -o sampleclient
188188
Roadmap for v0.3
189189
--------
190190
- Provide .deb package
191-
- Get available at ubuntu mirrors.
192191
- Documentation for extending libjson-rpc-cpp (implementing more connectors, authentication manager)
193192

193+
Changes in v0.2.1
194+
195+
- Added support for positional parameters. (see at [example specification](https://github.com/cinemast/libjson-rpc-cpp/blob/master/src/example/spec.json) how to declare them)
196+
194197
Changes in v0.2
195198
---------
196199
- Minor bugfixes.

0 commit comments

Comments
 (0)