Skip to content

Commit

Permalink
chore: prepare for v0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
roderickvd committed Nov 22, 2024
1 parent 2fc4420 commit 8a82de0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
10 changes: 3 additions & 7 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.2.0] - 2024-11-23

### Added
- [main] Support for configuring all command-line options via environment variables with `PLEEZER_` prefix
Expand All @@ -20,17 +20,13 @@ and [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
- [player] Optimized track skipping using `HashSet` for better performance
- [track] Get the media URL programmatically instead of hardcoding it

### Deprecated

### Removed

### Fixed
- [protocol] Correctly handle `connect` messages missing the `offer_id` field

### Security
- [arl] Prevent ARL token exposure in debug logs

## [0.1.0] - 2024-02-20
## [0.1.0] - 2024-11-20

Initial release of pleezer, a headless streaming player for the Deezer Connect protocol.

Expand All @@ -46,5 +42,5 @@ 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.1.0...HEAD
[0.2.0]: https://github.com/roderickvd/pleezer/releases/tag/v0.2.0
[0.1.0]: https://github.com/roderickvd/pleezer/releases/tag/v0.1.0
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.1.0"
version = "0.2.0"
authors = ["Roderick van Domburg"]
description = "Headless Deezer Connect player"
edition = "2021"
Expand Down

0 comments on commit 8a82de0

Please sign in to comment.