diff --git a/CHANGELOG.md b/CHANGELOG.md index c342713e..ee1bb9e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.3] - 2024-10-25 + +### Added + +- cli: Add clipboard auto completion support + ## [0.7.2] - 2024-10-11 ### Changed diff --git a/Cargo.lock b/Cargo.lock index d81d1965..b2bdd210 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1765,7 +1765,7 @@ dependencies = [ [[package]] name = "magic-wormhole" -version = "0.7.2" +version = "0.7.3" dependencies = [ "async-io", "async-std", @@ -1809,7 +1809,7 @@ dependencies = [ [[package]] name = "magic-wormhole-cli" -version = "0.7.2" +version = "0.7.3" dependencies = [ "arboard", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 7a517b2f..e4e90163 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "cli"] default-members = ["cli"] [workspace.package] -version = "0.7.2" +version = "0.7.3" authors = [ "Fina Wilke ", "piegames ",