Skip to content

Commit

Permalink
chore: prepare for v0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
roderickvd committed Dec 12, 2024
1 parent 6529775 commit b2220cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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.6.0] - 2024-12-12

### Added
- [docs] Instruct docs.rs to document all features
Expand Down Expand Up @@ -124,7 +124,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.5.0...HEAD
[Unreleased]: https://github.com/roderickvd/pleezer/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/roderickvd/pleezer/releases/tag/v0.6.0
[0.5.0]: https://github.com/roderickvd/pleezer/releases/tag/v0.5.0
[0.4.0]: https://github.com/roderickvd/pleezer/releases/tag/v0.4.0
[0.3.0]: https://github.com/roderickvd/pleezer/releases/tag/v0.3.0
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 = "pleezer"
version = "0.5.0"
version = "0.6.0"
authors = ["Roderick van Domburg"]
description = "Headless Deezer Connect player"
edition = "2021"
Expand Down

0 comments on commit b2220cd

Please sign in to comment.