From d5fb3fb7a3f702970ae15659cf78a4892dc4259b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 08:16:45 +0000 Subject: [PATCH] chore(master): release 0.11.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ app/legacy/src-tauri/Cargo.lock | 4 ++-- app/legacy/src-tauri/Cargo.toml | 2 +- app/main/src-tauri/Cargo.lock | 4 ++-- app/main/src-tauri/Cargo.toml | 2 +- core_lib/Cargo.lock | 2 +- core_lib/Cargo.toml | 2 +- snap/snapcraft.yaml | 2 +- 9 files changed, 18 insertions(+), 10 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8e605c6..4c715e3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.11.0"} +{".":"0.11.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index b0a3cf9..f9492f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.11.1](https://github.com/Martichou/rquickshare/compare/v0.11.0...v0.11.1) (2024-08-14) + + +### Bug Fixes + +* opening URL permission for main ([#165](https://github.com/Martichou/rquickshare/issues/165)) ([0b50082](https://github.com/Martichou/rquickshare/commit/0b50082faba6f1f3258873f378ef93802b0e480f)) +* **revert:** use old google-github-actions/release-please-action ([7584073](https://github.com/Martichou/rquickshare/commit/75840735825110ebbaf4701511b1a85b9dbc480c)) + ## [0.11.0](https://github.com/Martichou/rquickshare/compare/v0.10.2...v0.11.0) (2024-08-13) diff --git a/app/legacy/src-tauri/Cargo.lock b/app/legacy/src-tauri/Cargo.lock index 1817d66..00878ea 100644 --- a/app/legacy/src-tauri/Cargo.lock +++ b/app/legacy/src-tauri/Cargo.lock @@ -4086,7 +4086,7 @@ dependencies = [ [[package]] name = "rqs_lib" -version = "0.11.0" +version = "0.11.1" dependencies = [ "anyhow", "base64 0.22.1", @@ -4122,7 +4122,7 @@ dependencies = [ [[package]] name = "rquickshare" -version = "0.11.0" +version = "0.11.1" dependencies = [ "anyhow", "fern", diff --git a/app/legacy/src-tauri/Cargo.toml b/app/legacy/src-tauri/Cargo.toml index 7b6fc4f..eb097c9 100644 --- a/app/legacy/src-tauri/Cargo.toml +++ b/app/legacy/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rquickshare" -version = "0.11.0" +version = "0.11.1" default-run = "rquickshare" edition = "2021" authors = ["martichou"] diff --git a/app/main/src-tauri/Cargo.lock b/app/main/src-tauri/Cargo.lock index 108c792..167bb99 100644 --- a/app/main/src-tauri/Cargo.lock +++ b/app/main/src-tauri/Cargo.lock @@ -4029,7 +4029,7 @@ dependencies = [ [[package]] name = "rqs_lib" -version = "0.11.0" +version = "0.11.1" dependencies = [ "anyhow", "base64 0.22.1", @@ -4065,7 +4065,7 @@ dependencies = [ [[package]] name = "rquickshare" -version = "0.11.0" +version = "0.11.1" dependencies = [ "anyhow", "fern", diff --git a/app/main/src-tauri/Cargo.toml b/app/main/src-tauri/Cargo.toml index 9e8de59..7a24624 100644 --- a/app/main/src-tauri/Cargo.toml +++ b/app/main/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rquickshare" -version = "0.11.0" +version = "0.11.1" default-run = "rquickshare" edition = "2021" authors = ["martichou"] diff --git a/core_lib/Cargo.lock b/core_lib/Cargo.lock index 35350ba..5d2322e 100644 --- a/core_lib/Cargo.lock +++ b/core_lib/Cargo.lock @@ -1603,7 +1603,7 @@ dependencies = [ [[package]] name = "rqs_lib" -version = "0.11.0" +version = "0.11.1" dependencies = [ "anyhow", "base64", diff --git a/core_lib/Cargo.toml b/core_lib/Cargo.toml index 231a9c3..e7f9595 100644 --- a/core_lib/Cargo.toml +++ b/core_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rqs_lib" -version = "0.11.0" +version = "0.11.1" edition = "2021" authors = ["martichou"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index afb9bc0..38d180e 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: r-quick-share base: core20 -version: 0.11.0 +version: 0.11.1 summary: QuickShare implementation for Linux description: | Rust implementation of NearbyShare/QuickShare from Android for Linux.