File tree 4 files changed +12
-26
lines changed
4 files changed +12
-26
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## \[ Unreleased ]
8
+ ## [ 0.1.0 ] - 2019-07-02
9
9
10
10
- Initial implementation of 1.0 and 2.0 server
11
11
- Initial implementation of 1.0 and 2.0 client
12
12
- Test suite for server and client
13
+ - Example Application with HTTP client and server connectors
Original file line number Diff line number Diff line change 1
- ** THIS IS A WORK IN PROGRESS PROJECT**
2
-
3
1
# json-rpc-cxx
4
2
5
3
@@ -53,7 +51,7 @@ This framework is licensed under [MIT](LICENSE).
53
51
### Dependencies
54
52
55
53
- [ nlohmann's JSON for modern C++] ( https://github.com/nlohmann/json ) is licensed under MIT.
56
- - [ Catch] ( https://github.com/catchorg/Catch2 ) is licensed under BSL-1.0.
54
+ - Optional: [ Catch] ( https://github.com/catchorg/Catch2 ) is licensed under BSL-1.0.
57
55
58
56
## Developer information
59
57
You can’t perform that action at this time.
0 commit comments