From b2220cdfe23a0304ca5d9c8f1073ec14f915cc31 Mon Sep 17 00:00:00 2001 From: Roderick van Domburg Date: Thu, 12 Dec 2024 22:11:08 +0100 Subject: [PATCH] chore: prepare for v0.6.0 release --- CHANGELOG.md | 5 +++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b07530..5b579ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 6908fd8..6ad11c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1768,7 +1768,7 @@ checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" [[package]] name = "pleezer" -version = "0.5.0" +version = "0.6.0" dependencies = [ "base64", "blowfish", diff --git a/Cargo.toml b/Cargo.toml index f0ccf14..21cd85e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"