Skip to content

Commit a643c2e

Browse files
chore(master): release 0.11.1 (#164)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0b50082 commit a643c2e

File tree

9 files changed

+18
-10
lines changed

9 files changed

+18
-10
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.11.0"}
1+
{".":"0.11.1"}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.11.1](https://github.com/Martichou/rquickshare/compare/v0.11.0...v0.11.1) (2024-08-14)
4+
5+
6+
### Bug Fixes
7+
8+
* opening URL permission for main ([#165](https://github.com/Martichou/rquickshare/issues/165)) ([0b50082](https://github.com/Martichou/rquickshare/commit/0b50082faba6f1f3258873f378ef93802b0e480f))
9+
* **revert:** use old google-github-actions/release-please-action ([7584073](https://github.com/Martichou/rquickshare/commit/75840735825110ebbaf4701511b1a85b9dbc480c))
10+
311
## [0.11.0](https://github.com/Martichou/rquickshare/compare/v0.10.2...v0.11.0) (2024-08-13)
412

513

app/legacy/src-tauri/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/legacy/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rquickshare"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
default-run = "rquickshare"
55
edition = "2021"
66
authors = ["martichou"]

app/main/src-tauri/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/main/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rquickshare"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
default-run = "rquickshare"
55
edition = "2021"
66
authors = ["martichou"]

core_lib/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core_lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rqs_lib"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
edition = "2021"
55
authors = ["martichou"]
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: r-quick-share
22
base: core20
3-
version: 0.11.0
3+
version: 0.11.1
44
summary: QuickShare implementation for Linux
55
description: |
66
Rust implementation of NearbyShare/QuickShare from Android for Linux.

0 commit comments

Comments
 (0)