Skip to content

Commit

Permalink
Merge pull request #79 from Polochon-street/bump-bliss
Browse files Browse the repository at this point in the history
Bump bliss-rs to 0.9.4
  • Loading branch information
Polochon-street committed Jan 11, 2025
2 parents d4be94b + 9ec84f0 commit 117c49c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 20 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## blissify 0.5.2
* Bump bliss-rs.

## blissify 0.5.2
* Put the `--config-path` argument after the subcommand for consistency's sake.
* Use XDG_CONFIG_HOME instead of XDG_DATA_HOME to put config files, making
Expand Down
28 changes: 10 additions & 18 deletions 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
@@ -1,6 +1,6 @@
[package]
name = "blissify"
version = "0.5.2"
version = "0.5.3"
authors = ["Polochon-street <[email protected]>"]
edition = "2021"
license = "GPL-3.0-only"
Expand All @@ -21,7 +21,7 @@ rpi = ["bliss-audio/rpi"]
integration-tests = ["bliss-audio/integration-tests"]

[dependencies]
bliss-audio = "0.9.3"
bliss-audio = "0.9.4"
mpd = "0.1.0"
dirs = "3.0.1"
tempdir = "0.3.7"
Expand Down

0 comments on commit 117c49c

Please sign in to comment.