Skip to content

Commit

Permalink
Version: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Elvyria committed Mar 21, 2024
1 parent 0c6c971 commit f09c4d4
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.0] - 2024-03-21

### Added
- Audio client icons can now be desplayed with `-i` `--icon` flag.
Expand Down Expand Up @@ -37,7 +37,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.1.10...HEAD
[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
[0.1.8]: https://github.com/Elvyria/Mixxc/compare/0.1.7...0.1.8
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.1.10"
version = "0.2.0"
authors = ["Elvyria <elvyria@tutanota.com>"]
description = "Minimalistic volume mixer."
repository = "https://github.com/Elvyria/mixxc"
Expand Down

0 comments on commit f09c4d4

Please sign in to comment.