We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc11d7 commit 5f35c42Copy full SHA for 5f35c42
CHANGELOG.md
@@ -12,6 +12,12 @@ Possible log types:
12
- `[security]` to invite users to upgrade in case of vulnerabilities.
13
14
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
21
### v0.5.0 (2018-08-07)
22
23
- [added] Create `SaltyClient::current_peer_sequence_numbers`
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "saltyrtc-client"
3
-version = "0.5.0"
+version = "0.6.0"
4
authors = ["Danilo Bargen <[email protected]>"]
5
documentation = "https://docs.rs/saltyrtc-client"
6
repository = "https://github.com/saltyrtc/saltyrtc-client-rs"
0 commit comments