Skip to content

Commit da24e98

Browse files
chore(master): release 0.10.2 (#132)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9709c52 commit da24e98

File tree

8 files changed

+16
-8
lines changed

8 files changed

+16
-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.1"}
1+
{".":"0.10.2"}

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.10.2](https://github.com/Martichou/rquickshare/compare/v0.10.1...v0.10.2) (2024-07-14)
4+
5+
6+
### Bug Fixes
7+
8+
* also build x86 macos & update deps ([037100a](https://github.com/Martichou/rquickshare/commit/037100a7fb692e405734190e31f96fd7e1cffa1d))
9+
* legacy should not be built for macos ([9709c52](https://github.com/Martichou/rquickshare/commit/9709c52c26ab73fb07087e71a7ba0a6ab31c536a))
10+
311
## [0.10.1](https://github.com/Martichou/rquickshare/compare/v0.10.0...v0.10.1) (2024-07-08)
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.10.1"
3+
version = "0.10.2"
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.1"
3+
version = "0.10.2"
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.1"
3+
version = "0.10.2"
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.1
3+
version: 0.10.2
44
summary: QuickShare implementation for Linux
55
description: |
66
Rust implementation of NearbyShare/QuickShare from Android for Linux.

0 commit comments

Comments
 (0)