File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,15 @@ Possible log types:
12
12
- ` [security] ` to invite users to upgrade in case of vulnerabilities.
13
13
14
14
15
+ ### v0.9.0 (2022-09-27)
16
+
17
+ - [ security] Dependency updates (#80 )
18
+ - [ changed] The ` connect ` function no longer needs a ` handle ` argument (#80 )
19
+
20
+ Note: If you depend on ` saltyrtc-client-rs ` , it is recommended to add a
21
+ dependency patch to your ` Cargo.toml ` :
22
+ https://github.com/saltyrtc/saltyrtc-client-rs#dependency-patching
23
+
15
24
### v0.8.0 (2022-09-26)
16
25
17
26
No changes compared to v0.8.0-rc.2.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " saltyrtc-client"
3
- version = " 0.8 .0"
3
+ version = " 0.9 .0"
4
4
authors = [
" Danilo Bargen <[email protected] >" ]
5
5
documentation = " https://docs.rs/saltyrtc-client"
6
6
repository = " https://github.com/saltyrtc/saltyrtc-client-rs"
You can’t perform that action at this time.
0 commit comments