Skip to content

Commit

Permalink
Update changelog for 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felinira committed Dec 3, 2023
1 parent 0b6f19a commit 6b11a4c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "magic-wormhole"
version = "0.6.0"
version = "0.6.1"
authors = ["piegames <[email protected]>", "Brian Warner <[email protected]>"]
description = "Get things from one computer to another, safely"
keywords = ["magic-wormhole", "wormhole", "file-transfer", "transfer"]
Expand Down
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
- Added compilation support for WASM targets.
- \[lib\]\[breaking\] replaced `transit::TransitInfo` with a struct containing the address, the old enum has been renamed to `transit::ConnectionType`.

## Version 0.6.1

- RUSTSEC-2023-0065: Update tungstenite
- RUSTSEC-2023-0037: Replace xsalsa20poly1305 with crypto_secretbox
- RUSTSEC-2023-0052: Update webpki
- Update crate dependencies

## Version 0.6.0

- Add shell completion support for the CLI
Expand Down
6 changes: 4 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wormhole-rs"
version = "0.6.0"
version = "0.6.1"
edition = "2021"

[dependencies]
Expand All @@ -25,4 +25,6 @@ color-eyre = "0.6.0"
number_prefix = "0.4.0"
ctrlc = "3.2.1"
qr2term = "0.3.0"
arboard = {version = "3.2.0", features = ["wayland-data-control"]} # Wayland by default, fallback to X11.
arboard = { version = "3.2.0", features = [
"wayland-data-control",
] } # Wayland by default, fallback to X11.

0 comments on commit 6b11a4c

Please sign in to comment.