Skip to content

Commit

Permalink
Merge pull request #42 from thomaseizinger/release/0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Jul 27, 2021
2 parents 9907e7f + 35f2fd1 commit cb889c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.0] - 2021-07-27

### Added

- `JsonRpcError` now includes the optional `data` field, defined [here](https://www.jsonrpc.org/specification#error_object).
Expand Down Expand Up @@ -36,15 +38,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Re-export `async_trait` and `serde` dependencies from `jsonrpc_client` (https://github.com/thomaseizinger/rust-jsonrpc-client/issues/6).
- Re-export `async_trait` and `serde` dependencies from `jsonrpc_client` (<https://github.com/thomaseizinger/rust-jsonrpc-client/issues/6>).
This allows usage of the macros without having to add these dependencies to your own `Cargo.toml`.

## [0.3.0] - 2021-01-11

This version is a complete re-write of the original `jsonrpc_client` crate.
It features a proc-macro based approach for declaring JSON-RPC APIs which you can then interact with using a number of different backends.

[Unreleased]: https://github.com/thomaseizinger/rust-jsonrpc-client/compare/v0.6.0...HEAD
[Unreleased]: https://github.com/thomaseizinger/rust-jsonrpc-client/compare/0.7.0...HEAD
[0.7.0]: https://github.com/thomaseizinger/rust-jsonrpc-client/compare/v0.6.0...0.7.0
[0.6.0]: https://github.com/thomaseizinger/rust-jsonrpc-client/compare/v0.5.1...v0.6.0
[0.5.1]: https://github.com/thomaseizinger/rust-jsonrpc-client/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/thomaseizinger/rust-jsonrpc-client/compare/v0.4.0...v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "jsonrpc_client"
version = "0.6.0"
version = "0.7.0"
authors = [ "Thomas Eizinger <thomas@eizinger.io>" ]
categories = [ "web-programming::http-client", "api-bindings", "network-programming" ]
edition = "2018"
Expand Down

0 comments on commit cb889c5

Please sign in to comment.