Skip to content

Commit 5778854

Browse files
committed
Bump version to 0.6.0
1 parent 5300046 commit 5778854

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "magic-wormhole"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = [
55
"piegames <[email protected]>",
66
"Brian Warner <[email protected]>"

changelog.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## Unreleased
44

5+
## Version 0.6.0
6+
7+
- Add shell completion support for the CLI
8+
- Add support for [wormhole URIs](https://github.com/magic-wormhole/magic-wormhole-protocols/pull/21)
9+
- \[cli\] The CLI will show a QR code (even if no app can probably read it currently) and a link
10+
- \[lib\] See `magic_wormhole::uri::WormholeTransferUri`
11+
- \[lib\]\[breaking\] File transfer functions do not take a `url::Url` for the relay server anymore, but a `Vec<magic_wormhole::transit::RelayHint>`
12+
- For migration, look at `magic_wormhole::transit::RelayHint::from_urls`
13+
- Fix broken port forwarding
14+
- Fix directory transfer
15+
- Smaller bugfixes
16+
517
## Version 0.5.0
618

719
- \[lib\]\[breaking\] Removed `relay-v2` ability again.

cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wormhole-rs"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)