From 36e765e5cf927f2c88a7069eb3017133731bb4cb Mon Sep 17 00:00:00 2001 From: Elvyria Date: Fri, 22 Mar 2024 03:04:35 +0300 Subject: [PATCH] Hotfix: 0.2.1 --- CHANGELOG.md | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68f0bf3..938d9de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). -## [Unreleased] +## [0.2.1] - 2024-03-22 ### Fixed - Animation no longer plays multiple times when a new client is addded. @@ -42,7 +42,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). - List of sinks will now grow from bottom to top if window is anchored to bottom. - Minimal `rustc` version for compilation is now `1.75.0` due to [FileTimes](https://doc.rust-lang.org/std/fs/struct.FileTimes.html) stabilization. -[unreleased]: https://github.com/Elvyria/Mixxc/compare/0.2.0...HEAD +[0.2.1]: https://github.com/Elvyria/Mixxc/compare/0.2.0...0.2.1 [0.2.0]: https://github.com/Elvyria/Mixxc/compare/0.1.10...0.2.0 [0.1.10]: https://github.com/Elvyria/Mixxc/compare/0.1.9...0.1.10 [0.1.9]: https://github.com/Elvyria/Mixxc/compare/0.1.8...0.1.9 diff --git a/Cargo.lock b/Cargo.lock index 884ad6d..3a8dfae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -856,7 +856,7 @@ dependencies = [ [[package]] name = "mixxc" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "argh", diff --git a/Cargo.toml b/Cargo.toml index 0b5ca0a..b59382c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mixxc" -version = "0.2.0" +version = "0.2.1" authors = ["Elvyria "] description = "Minimalistic volume mixer." repository = "https://github.com/Elvyria/mixxc"