Skip to content

Commit

Permalink
Hotfix: 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Elvyria committed Mar 22, 2024
1 parent cb5ab5a commit 36e765e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mixxc"
version = "0.2.0"
version = "0.2.1"
authors = ["Elvyria <elvyria@tutanota.com>"]
description = "Minimalistic volume mixer."
repository = "https://github.com/Elvyria/mixxc"
Expand Down

0 comments on commit 36e765e

Please sign in to comment.