Skip to content

Commit 6a3679b

Browse files
committed
Bump version to 0.5.0
1 parent 5702db1 commit 6a3679b

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-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.4.0"
3+
version = "0.5.0"
44
authors = [
55
"piegames <[email protected]>",
66
"Brian Warner <[email protected]>"

changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22

33
## Unreleased
44

5+
## Version 0.5.0
6+
57
- \[lib\]\[breaking\] Removed `relay-v2` ability again.
68
- This fixed some relay signalling issues, where no connection could be made with `--force-relay` under some circumstances.
79
- \[lib\]\[breaking\] Exposed the state of the established transit connection
810
- The `transit` module now returns whether the established connection is direct or not and the peer/relay's IP address
911
- The `transfer` and `forwarding` modules now take a `transit_handler` argument. Use `&transit::log_transit_connection` as default value
12+
- Various bugfixes
1013

1114
## Version 0.4.0
1215

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.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)