Skip to content

Commit 64ef7d4

Browse files
chore(master): release 0.10.1 (#125)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6fe719a commit 64ef7d4

File tree

8 files changed

+17
-8
lines changed

8 files changed

+17
-8
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [0.10.1](https://github.com/Martichou/rquickshare/compare/v0.10.0...v0.10.1) (2024-07-08)
4+
5+
6+
### Bug Fixes
7+
8+
* avoid click propagation when clicking child ([614bcbc](https://github.com/Martichou/rquickshare/commit/614bcbcdc63c771cbb2f513050f39d8aa703b7a1))
9+
* correctly remove device from list when sending ([758ada8](https://github.com/Martichou/rquickshare/commit/758ada81e30cc44ee92d985193a747bb1dc878b4))
10+
* **tauri:** add default (-) signing identity for macos ([44de621](https://github.com/Martichou/rquickshare/commit/44de621f0d752c78e60a94b5bdb3298355e1eff7))
11+
312
## [0.10.0](https://github.com/Martichou/rquickshare/compare/v0.9.0...v0.10.0) (2024-07-07)
413

514

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.10.0"
3+
version = "0.10.1"
44
default-run = "rquickshare"
55
edition = "2021"
66
authors = ["martichou"]

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.10.0"
3+
version = "0.10.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.10.0"
3+
version = "0.10.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.10.0
3+
version: 0.10.1
44
summary: QuickShare implementation for Linux
55
description: |
66
Rust implementation of NearbyShare/QuickShare from Android for Linux.

0 commit comments

Comments
 (0)