Skip to content

Commit

Permalink
Bump version to 0.1.1 and updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBackx committed Apr 24, 2022
1 parent 784abfa commit dc66586
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1] - 2022-04-24
### Changed
- When connecting a monitoring client, immediately get a response.
- Fixed `toggle-saved` not working due to not formatting address.

## [0.1.0] - 2022-04-24
### Added
- Initial release.
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
Expand Up @@ -7,7 +7,7 @@ homepage = "https://github.com/AndreasBackx/spotifatius"
keywords = ["spotify", "waybar", "polybar"]
license = "MIT"
name = "spotifatius"
version = "0.1.0"
version = "0.1.1"

[dependencies]
anyhow = "1.0.41"
Expand Down

0 comments on commit dc66586

Please sign in to comment.