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

Diff for: CHANGELOG.md

+2-1
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

Diff for: README.md

+1-3
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

Diff for: doc/icon.png

-3.73 KB
Loading

Diff for: doc/icon.svg

+9-22
Loading

0 commit comments

Comments
 (0)