Skip to content

Commit 77cba6a

Browse files
committed
Initial release 0.1.0
1 parent 6cb2db0 commit 77cba6a

File tree

4 files changed

+12
-26
lines changed

4 files changed

+12
-26
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## \[Unreleased]
8+
## [0.1.0] - 2019-07-02
99

1010
- Initial implementation of 1.0 and 2.0 server
1111
- Initial implementation of 1.0 and 2.0 client
1212
- Test suite for server and client
13+
- Example Application with HTTP client and server connectors

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
**THIS IS A WORK IN PROGRESS PROJECT**
2-
31
# json-rpc-cxx
42

53

@@ -53,7 +51,7 @@ This framework is licensed under [MIT](LICENSE).
5351
### Dependencies
5452

5553
- [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.
5755

5856
## Developer information
5957

doc/icon.png

-3.73 KB
Loading

doc/icon.svg

Lines changed: 9 additions & 22 deletions
Loading

0 commit comments

Comments
 (0)