Skip to content

Commit e868983

Browse files
Release v0.9.0
1 parent 45df80e commit e868983

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

1414

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+
1524
### v0.8.0 (2022-09-26)
1625

1726
No changes compared to v0.8.0-rc.2.

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.8.0"
3+
version = "0.9.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)