diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 55e529d..8663d40 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.6.0"} +{".":"0.7.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index aaad623..0f82845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.0](https://github.com/Martichou/rquickshare/compare/v0.6.0...v0.7.0) (2024-05-01) + + +### Features + +* add outbound progress ([#69](https://github.com/Martichou/rquickshare/issues/69)) ([4db4383](https://github.com/Martichou/rquickshare/commit/4db43835c5557077bcb60b91d3a9f2da2245b5db)) + ## [0.6.0](https://github.com/Martichou/rquickshare/compare/v0.5.0...v0.6.0) (2024-04-29) diff --git a/core_lib/Cargo.lock b/core_lib/Cargo.lock index d7b517a..88b2fb0 100644 --- a/core_lib/Cargo.lock +++ b/core_lib/Cargo.lock @@ -1815,7 +1815,7 @@ dependencies = [ [[package]] name = "rqs_lib" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anyhow", "arboard", diff --git a/core_lib/Cargo.toml b/core_lib/Cargo.toml index 63b3837..46d55e5 100644 --- a/core_lib/Cargo.toml +++ b/core_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rqs_lib" -version = "0.6.0" +version = "0.7.0" edition = "2021" authors = ["martichou"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/frontend/src-tauri/Cargo.lock b/frontend/src-tauri/Cargo.lock index 407be0e..32839bc 100644 --- a/frontend/src-tauri/Cargo.lock +++ b/frontend/src-tauri/Cargo.lock @@ -3932,7 +3932,7 @@ dependencies = [ [[package]] name = "rqs_lib" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anyhow", "arboard", @@ -3969,7 +3969,7 @@ dependencies = [ [[package]] name = "rquickshare" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anyhow", "fern", diff --git a/frontend/src-tauri/Cargo.toml b/frontend/src-tauri/Cargo.toml index 6610ea5..566e746 100644 --- a/frontend/src-tauri/Cargo.toml +++ b/frontend/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rquickshare" -version = "0.6.0" +version = "0.7.0" default-run = "rquickshare" edition = "2021" authors = ["martichou"]