Skip to content

Commit

Permalink
chore(master): release 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 19, 2024
1 parent 93b20dd commit 3dd297f
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.11.2"}
{".":"0.11.3"}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.11.3](https://github.com/Martichou/rquickshare/compare/v0.11.2...v0.11.3) (2024-12-19)


### Bug Fixes

* compilation on musl due to sys_metrics ([93b20dd](https://github.com/Martichou/rquickshare/commit/93b20dd5e3face5fa2e217ec1b8b2c0a877e3745))
* handle non-UTF-8 endpoint_name ([#243](https://github.com/Martichou/rquickshare/issues/243)) ([72d6c71](https://github.com/Martichou/rquickshare/commit/72d6c71bd3383b4b192fe1b20a39e5a656999600))
* Include file_name in PayloadHeader ([#231](https://github.com/Martichou/rquickshare/issues/231)) ([59bc405](https://github.com/Martichou/rquickshare/commit/59bc4053b63fe3f1632d1489a49afd4d7f338fb4))
* once_cell 1.20 yanked ([cd237a5](https://github.com/Martichou/rquickshare/commit/cd237a59ce3a4e795d024666687c769814f9192b))
* store in main Vue app due to upgrade to 2.0.0 of store ([7a9c0e5](https://github.com/Martichou/rquickshare/commit/7a9c0e53cef49c436c3cbd5a6ab4f1007865e8e6))
* store issues due to 2.0.0 ([91487bb](https://github.com/Martichou/rquickshare/commit/91487bbb2afa3fd3dee4137d565ac53ea501bf10))
* tauri breaking changes ([7d68734](https://github.com/Martichou/rquickshare/commit/7d687345068731c18d23eaf09ec1b3aa29b8847e))

## [0.11.2](https://github.com/Martichou/rquickshare/compare/v0.11.1...v0.11.2) (2024-08-21)


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.11.2"
version = "0.11.3"
default-run = "rquickshare"
edition = "2021"
authors = ["martichou"]
Expand Down
4 changes: 2 additions & 2 deletions app/main/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/main/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rquickshare"
version = "0.11.2"
version = "0.11.3"
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.11.2"
version = "0.11.3"
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.11.2
version: 0.11.3
summary: QuickShare implementation for Linux
description: |
Rust implementation of NearbyShare/QuickShare from Android for Linux.
Expand Down

0 comments on commit 3dd297f

Please sign in to comment.