From 64ed3b14e3bdf7b85701e85614adc54a788da168 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Sun, 16 Mar 2025 18:13:55 +0100 Subject: [PATCH] chore(release): release rustypipe v0.11.1 --- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 6 +++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f28cdcf..3d83b1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. +## [v0.11.1](https://codeberg.org/ThetaDev/rustypipe/compare/rustypipe/v0.11.0..rustypipe/v0.11.1) - 2025-03-16 + +### 🐛 Bug Fixes + +- Simplify get_player_from_clients logic - ([c04b606](https://codeberg.org/ThetaDev/rustypipe/commit/c04b60604d2628bf8f0e3de453c243adbb966e57)) +- Desktop client: generate PO token from user_syncid when authenticated - ([8342cae](https://codeberg.org/ThetaDev/rustypipe/commit/8342caeb0f566a38060a6ec69f3ca65b9a2afcd6)) +- Always skip failed clients - ([63a6f50](https://codeberg.org/ThetaDev/rustypipe/commit/63a6f50a8b5ad6bb984282335c1481ae3cd2fe83)) + +### ⚙️ Miscellaneous Tasks + +- *(deps)* Update rust crate rstest to 0.25.0 - ([9ed1306](https://codeberg.org/ThetaDev/rustypipe/commit/9ed1306f3aaeb993c409997ddfbc47499e4f4d22)) + + ## [v0.11.0](https://codeberg.org/ThetaDev/rustypipe/compare/rustypipe/v0.10.0..rustypipe/v0.11.0) - 2025-02-26 ### 🚀 Features diff --git a/Cargo.toml b/Cargo.toml index ae92e68..4635842 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustypipe" -version = "0.11.0" +version = "0.11.1" rust-version = "1.67.1" edition.workspace = true authors.workspace = true @@ -74,8 +74,8 @@ path_macro = "1.0.0" tracing-test = "0.2.5" # Included crates -rustypipe = { path = ".", version = "0.11.0", default-features = false } -rustypipe-downloader = { path = "./downloader", version = "0.3.0", default-features = false, features = [ +rustypipe = { path = ".", version = "0.11.1", default-features = false } +rustypipe-downloader = { path = "./downloader", version = "0.3.1", default-features = false, features = [ "indicatif", "audiotag", ] }