Skip to content

Commit

Permalink
Bumped to version 0.2.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBackx committed Apr 27, 2024
1 parent 1940241 commit f9bbc8c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.5] - 2024-04-27
### Changed
- Updated dependencies so it compiles on Rust 1.77.

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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ categories = ["command-line-utilities"]
description = "A simple Spotify CLI primarily made for monitoring what songs you're listening to and displaying that in your bar of choice like waybar or polybar."
edition = "2021"
homepage = "https://github.com/AndreasBackx/spotifatius"
keywords = ["spotify", "waybar", "polybar"]
keywords = ["spotify", "waybar", "polybar", "cli"]
license = "MIT"
name = "spotifatius"
version = "0.2.4"
version = "0.2.5"

[dependencies]
anyhow = "1.0.82"
Expand Down

0 comments on commit f9bbc8c

Please sign in to comment.