Skip to content

Commit 413f6b3

Browse files
committed
chore: upgrade version to 0.7.1
1 parent 3c555e7 commit 413f6b3

File tree

6 files changed

+34
-5
lines changed

6 files changed

+34
-5
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,33 @@
11

2+
<a name="v0.7.0"></a>
3+
## [v0.7.0](https://github.com/rsocket/rsocket-rust/compare/v0.6.0...v0.7.0) (2021-01-14)
4+
5+
### Chore
6+
7+
* update deps ([#42](https://github.com/rsocket/rsocket-rust/issues/42))
8+
* config chglog ([#41](https://github.com/rsocket/rsocket-rust/issues/41))
9+
* use mkcert to generate TLS example certificates and keys ([#38](https://github.com/rsocket/rsocket-rust/issues/38))
10+
* add RSocket trait example in readme
11+
* fix readme
12+
* bump tokio to v0.3.6
13+
* **rustfmt:** optimize import ([#39](https://github.com/rsocket/rsocket-rust/issues/39))
14+
15+
### Feat
16+
17+
* close connection correctly when client is dropped ([#40](https://github.com/rsocket/rsocket-rust/issues/40))
18+
* migrate to tokio v1
19+
* change transport api ([#35](https://github.com/rsocket/rsocket-rust/issues/35))
20+
* implment tls transport ([#31](https://github.com/rsocket/rsocket-rust/issues/31))
21+
* redesign RSocket trait based on async_trait
22+
* **request_response:** handle empty response correctly
23+
24+
### Fix
25+
26+
* register client-side responder correctly ([#36](https://github.com/rsocket/rsocket-rust/issues/36))
27+
* simplify Option convert
28+
* remove useless examples
29+
30+
231
<a name="v0.6.0"></a>
332
## [v0.6.0](https://github.com/rsocket/rsocket-rust/compare/v0.5.3...v0.6.0) (2020-12-13)
433

rsocket-messaging/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rsocket_rust_messaging"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["Jeffsky <jjeffcaii@outlook.com>"]
55
edition = "2018"
66
license = "Apache-2.0"

rsocket-transport-tcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rsocket_rust_transport_tcp"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["Jeffsky <jjeffcaii@outlook.com>"]
55
edition = "2018"
66
license = "Apache-2.0"

rsocket-transport-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rsocket_rust_transport_wasm"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["Jeffsky <jjeffcaii@outlook.com>"]
55
edition = "2018"
66
license = "Apache-2.0"

rsocket-transport-websocket/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rsocket_rust_transport_websocket"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["Jeffsky <jjeffcaii@outlook.com>"]
55
edition = "2018"
66
license = "Apache-2.0"

rsocket/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rsocket_rust"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["Jeffsky <jjeffcaii@outlook.com>"]
55
edition = "2018"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)