Skip to content

Commit 5f35c42

Browse files
committed
Release v0.6.0
1 parent 5bc11d7 commit 5f35c42

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ Possible log types:
1212
- `[security]` to invite users to upgrade in case of vulnerabilities.
1313

1414

15+
### v0.6.0 (2018-09-06)
16+
17+
- [added] New close code: 3008 timeout
18+
- [fixed] Use thread-safe SaltyClient smart pointers in public APIs (#50)
19+
- [changed] Upgrade `rust_sodium` to 0.10.0
20+
1521
### v0.5.0 (2018-08-07)
1622

1723
- [added] Create `SaltyClient::current_peer_sequence_numbers`

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "saltyrtc-client"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = ["Danilo Bargen <[email protected]>"]
55
documentation = "https://docs.rs/saltyrtc-client"
66
repository = "https://github.com/saltyrtc/saltyrtc-client-rs"

0 commit comments

Comments
 (0)