Skip to content

Commit

Permalink
Update changelog, add library version to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
felinira committed Dec 3, 2023
1 parent 68b8c1e commit 8a8cba4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Unreleased

## 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
4 changes: 2 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 @@ -13,7 +13,7 @@ futures = "0.3.12"
async-std = { version = "1.12.0", features = ["attributes", "unstable"] }

# CLI specific dependencies
magic-wormhole = { path = "..", features = ["all"] }
magic-wormhole = { path = "..", features = ["all"], version = "0.6.1" }
clap = { version = "3.1.5", features = ["cargo", "derive", "wrap_help"] }
clap_complete = "3.1.4"
env_logger = "0.10.0"
Expand Down

0 comments on commit 8a8cba4

Please sign in to comment.