Skip to content

Commit

Permalink
chore(master): release 0.10.1 (#125)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 8, 2024
1 parent 6fe719a commit 64ef7d4
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.10.0"}
{".":"0.10.1"}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.10.1](https://github.com/Martichou/rquickshare/compare/v0.10.0...v0.10.1) (2024-07-08)


### Bug Fixes

* avoid click propagation when clicking child ([614bcbc](https://github.com/Martichou/rquickshare/commit/614bcbcdc63c771cbb2f513050f39d8aa703b7a1))
* correctly remove device from list when sending ([758ada8](https://github.com/Martichou/rquickshare/commit/758ada81e30cc44ee92d985193a747bb1dc878b4))
* **tauri:** add default (-) signing identity for macos ([44de621](https://github.com/Martichou/rquickshare/commit/44de621f0d752c78e60a94b5bdb3298355e1eff7))

## [0.10.0](https://github.com/Martichou/rquickshare/compare/v0.9.0...v0.10.0) (2024-07-07)


Expand Down
4 changes: 2 additions & 2 deletions app/legacy/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/legacy/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rquickshare"
version = "0.10.0"
version = "0.10.1"
default-run = "rquickshare"
edition = "2021"
authors = ["martichou"]
Expand Down
2 changes: 1 addition & 1 deletion app/main/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rquickshare"
version = "0.10.0"
version = "0.10.1"
default-run = "rquickshare"
edition = "2021"
authors = ["martichou"]
Expand Down
2 changes: 1 addition & 1 deletion core_lib/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rqs_lib"
version = "0.10.0"
version = "0.10.1"
edition = "2021"
authors = ["martichou"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: r-quick-share
base: core20
version: 0.10.0
version: 0.10.1
summary: QuickShare implementation for Linux
description: |
Rust implementation of NearbyShare/QuickShare from Android for Linux.
Expand Down

0 comments on commit 64ef7d4

Please sign in to comment.