Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #25 from apoelstra/2019-04-0.11.0
Browse files Browse the repository at this point in the history
increase version to 0.11.0
  • Loading branch information
apoelstra authored Apr 6, 2019
2 parents 02697b7 + 147dd6a commit a0729a7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

# 0.11.0 - 2019-04-05

* [Clean up the API](https://github.com/apoelstra/rust-jsonrpc/pull/19)
* [Set the content-type header to json]((https://github.com/apoelstra/rust-jsonrpc/pull/21)
* [Allow no `result` field in responses](https://github.com/apoelstra/rust-jsonrpc/pull/16)
* [Add batch request support](https://github.com/apoelstra/rust-jsonrpc/pull/24)

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jsonrpc"
version = "0.10.2"
version = "0.11.0"
authors = ["Andrew Poelstra <[email protected]>"]
license = "CC0-1.0"
homepage = "https://github.com/apoelstra/rust-jsonrpc/"
Expand Down

0 comments on commit a0729a7

Please sign in to comment.