Skip to content

Commit

Permalink
chore: prepare for v0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
roderickvd committed Jan 17, 2025
1 parent 47512e1 commit bbace8a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
and [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).

## [Unreleased]
## [0.9.0] - 2025-01-18

### Added
- [audio_file] Add unified `AudioFile` abstraction for audio stream handling
Expand Down Expand Up @@ -225,7 +225,8 @@ Initial release of pleezer, a headless streaming player for the Deezer Connect p
- Debug and trace logging capabilities
- Command-line interface with various configuration options

[Unreleased]: https://github.com/roderickvd/pleezer/compare/v0.8.1...HEAD
[Unreleased]: https://github.com/roderickvd/pleezer/compare/v0.9.0...HEAD
[0.9.0]: https://github.com/roderickvd/pleezer/releases/tag/v0.8.1
[0.8.1]: https://github.com/roderickvd/pleezer/releases/tag/v0.8.1
[0.8.0]: https://github.com/roderickvd/pleezer/releases/tag/v0.8.0
[0.7.0]: https://github.com/roderickvd/pleezer/releases/tag/v0.7.0
Expand Down
6 changes: 3 additions & 3 deletions 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 = "pleezer"
version = "0.8.1"
version = "0.9.0"
authors = ["Roderick van Domburg"]
description = "Headless Deezer Connect player"
edition = "2021"
Expand Down

0 comments on commit bbace8a

Please sign in to comment.