Skip to content

Commit 4e8cf0d

Browse files
chore(master): release 0.11.4 (#267)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 02e6898 commit 4e8cf0d

File tree

9 files changed

+22
-10
lines changed

9 files changed

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

CHANGELOG.md

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

3+
## [0.11.4](https://github.com/Martichou/rquickshare/compare/v0.11.3...v0.11.4) (2025-01-14)
4+
5+
6+
### Features
7+
8+
* improve logo design (by [@ux-git](https://github.com/ux-git)) ([5ff8591](https://github.com/Martichou/rquickshare/commit/5ff8591e6de5b4ca7fd0444041ff64aba0803b19))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* force release to 0.11.4 ([02e6898](https://github.com/Martichou/rquickshare/commit/02e68982ba8ef03ffd46493020f02652dfcc7df8))
14+
315
## [0.11.3](https://github.com/Martichou/rquickshare/compare/v0.11.2...v0.11.3) (2025-01-07)
416

517

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

0 commit comments

Comments
 (0)