Skip to content

Commit df87328

Browse files
committed
Bump http crate version to 0.2.2
1 parent 825cd03 commit df87328

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
10+
## [0.2.2] - 2017-10-05
811
### Added
912
- Add integration test in http crate. Testing actual network traffic.
1013

14+
### Fixed
15+
- Fix a bug in the HTTP transport that made a dropped RpcRequest yield an error in the Future
16+
running on the event loop.
17+
1118

1219
## [0.2.1] - 2017-09-11
1320
### Added

http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jsonrpc-client-http"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Mullvad VPN <admin@mullvad.net>", "Linus Färnstrand <linus@mullvad.net>"]
55
description = "A transport implementation for jsonrpc-client-core based on Hyper and futures"
66
readme = "README.md"

0 commit comments

Comments
 (0)