From 7717baa1125c6305919676110327f1d259a6ae53 Mon Sep 17 00:00:00 2001 From: Fina Wilke Date: Fri, 25 Oct 2024 02:07:10 +0200 Subject: [PATCH] code: Release 0.7.3 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) 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 83ba3656..0dde0fff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1774,7 +1774,7 @@ dependencies = [ [[package]] name = "magic-wormhole" -version = "0.7.2" +version = "0.7.3" dependencies = [ "async-io", "async-std", @@ -1818,7 +1818,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 a2077480..b3fca67f 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 ",