Skip to content

Commit

Permalink
Updated version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
piegamesde committed Mar 23, 2022
1 parent 6f36d52 commit b6a471a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 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.3.1"
version = "0.4.0"
authors = [
"piegames <[email protected]>",
"Brian Warner <[email protected]>"
Expand Down
9 changes: 6 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@

## Unreleased

- 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!

## Version 0.3.1
## Version 0.4.0

- 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!
- Added `--force-relay` and `--force-direct` CLI flags that control the transit connection
- The feature is also exposed in the API
- Updated a lot of dependencies
- 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)

## Version 0.3.1

*yanked, changes moved to 0.4.0*

## Version 0.3.0

- Added experimental port forwarding feature
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wormhole-rs"
version = "0.3.1"
version = "0.4.0"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit b6a471a

Please sign in to comment.