Skip to content

Commit b6a471a

Browse files
committed
Updated version to 0.4.0
1 parent 6f36d52 commit b6a471a

File tree

4 files changed

+10
-7
lines changed

4 files changed

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

changelog.md

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

33
## Unreleased
44

5-
- When sending, the code will now aumatically be copied into clipboard. So you don't have to select it in the terminal anymore before pasting!
6-
7-
## Version 0.3.1
5+
## Version 0.4.0
86

7+
- When sending, the code will now aumatically be copied into clipboard. So you don't have to select it in the terminal anymore before pasting!
98
- Added `--force-relay` and `--force-direct` CLI flags that control the transit connection
109
- The feature is also exposed in the API
1110
- Updated a lot of dependencies
1211
- Split the project into a workspace and feature gated some higher level protocols. This should now work way better on crates.io (and generally for library usage)
1312

13+
## Version 0.3.1
14+
15+
*yanked, changes moved to 0.4.0*
16+
1417
## Version 0.3.0
1518

1619
- Added experimental port forwarding feature

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

66
[dependencies]

0 commit comments

Comments
 (0)