Skip to content

Commit 8a8185e

Browse files
chore(master): release 0.10.0 (#122)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4710dae commit 8a8185e

File tree

8 files changed

+22
-8
lines changed

8 files changed

+22
-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.9.0"}
1+
{".":"0.10.0"}

CHANGELOG.md

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

3+
## [0.10.0](https://github.com/Martichou/rquickshare/compare/v0.9.0...v0.10.0) (2024-07-07)
4+
5+
6+
### Features
7+
8+
* add new version notification ([4710dae](https://github.com/Martichou/rquickshare/commit/4710dae128608fd9d80abd23074920c63c1cf5ff))
9+
10+
11+
### Bug Fixes
12+
13+
* blea use correct service_data ([121631c](https://github.com/Martichou/rquickshare/commit/121631cd5c60db8c711d2ee7eb9caa2c6bd5c2ef))
14+
* bluetooth advertisement is working now ([0a066d8](https://github.com/Martichou/rquickshare/commit/0a066d88169650ca83e7f2138f6b28861e2bb105))
15+
* set dbus to vendored for aarch64 ([#118](https://github.com/Martichou/rquickshare/issues/118)) ([5151f99](https://github.com/Martichou/rquickshare/commit/5151f999020ad64cc74eb9a3fa93a771627c6c66))
16+
317
## [0.9.0](https://github.com/Martichou/rquickshare/compare/v0.8.2...v0.9.0) (2024-07-04)
418

519

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

0 commit comments

Comments
 (0)