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

Commit

Permalink
Merge #115: bump version 0.17.0 -> 0.18.0
Browse files Browse the repository at this point in the history
e2d3660 bump version 0.17.0 -> 0.18.0 (Riccardo Casatta)

Pull request description:

  I have been bitten again by this, better to release please :)

ACKs for top commit:
  apoelstra:
    ACK e2d3660

Tree-SHA512: ddf6dc7fa05a56c560c8bc00ca738c13431e529e34e185a0f04931699ee1310489335490877adbfefec4b61a8127480272160d73e1b0f87486216ad37dbd9aee
  • Loading branch information
apoelstra committed Apr 12, 2024
2 parents fba5d44 + e2d3660 commit be07587
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.18.0 - 2024-04-12

* simple_http: throw a specific error when transfer encoding is chunked
[#114](https://github.com/apoelstra/rust-jsonrpc/pull/114)

# 0.17.0 - 2023-12-22

* `params` field in `Request` changed to a generic `RawValue` instead of an array.
Expand Down
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.17.0"
version = "0.18.0"
authors = ["Andrew Poelstra <[email protected]>"]
license = "CC0-1.0"
homepage = "https://github.com/apoelstra/rust-jsonrpc/"
Expand Down

0 comments on commit be07587

Please sign in to comment.