From 1d80a4075f20b23f1a510ef7c024a14d53f7ba6e Mon Sep 17 00:00:00 2001 From: Roderick van Domburg Date: Tue, 15 Oct 2024 21:32:50 +0200 Subject: [PATCH] Create new changelog entry for next release --- CHANGELOG.md | 35 ++++++++++++++++++++++------------- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc4a43a3..fbdf1ef2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) since v0.2.0. -## [0.5.0-dev] - 2024-10-15 +## [Unreleased] + +### Added + +### Changed + +### Removed + +## [0.5.0] - 2024-10-15 This version is be a major departure from the architecture up until now. It focuses on implementing the "new Spotify API". This means moving large parts @@ -294,16 +302,17 @@ v0.4.x as a stable branch until then. ## [0.1.0] - 2019-11-06 -[0.5.0-dev]: https://github.com/librespot-org/librespot/compare/v0.4.1..HEAD -[0.4.2]: https://github.com/librespot-org/librespot/compare/v0.4.1..v0.4.2 -[0.4.1]: https://github.com/librespot-org/librespot/compare/v0.4.0..v0.4.1 -[0.4.0]: https://github.com/librespot-org/librespot/compare/v0.3.1..v0.4.0 -[0.3.1]: https://github.com/librespot-org/librespot/compare/v0.3.0..v0.3.1 -[0.3.0]: https://github.com/librespot-org/librespot/compare/v0.2.0..v0.3.0 -[0.2.0]: https://github.com/librespot-org/librespot/compare/v0.1.6..v0.2.0 -[0.1.6]: https://github.com/librespot-org/librespot/compare/v0.1.5..v0.1.6 -[0.1.5]: https://github.com/librespot-org/librespot/compare/v0.1.3..v0.1.5 -[0.1.3]: https://github.com/librespot-org/librespot/compare/v0.1.2..v0.1.3 -[0.1.2]: https://github.com/librespot-org/librespot/compare/v0.1.1..v0.1.2 -[0.1.1]: https://github.com/librespot-org/librespot/compare/v0.1.0..v0.1.1 +[unreleased]: https://github.com/librespot-org/librespot/compare/v0.5.0...HEAD +[0.5.0]: https://github.com/librespot-org/librespot/compare/v0.4.2...v0.5.0 +[0.4.2]: https://github.com/librespot-org/librespot/compare/v0.4.1...v0.4.2 +[0.4.1]: https://github.com/librespot-org/librespot/compare/v0.4.0...v0.4.1 +[0.4.0]: https://github.com/librespot-org/librespot/compare/v0.3.1...v0.4.0 +[0.3.1]: https://github.com/librespot-org/librespot/compare/v0.3.0...v0.3.1 +[0.3.0]: https://github.com/librespot-org/librespot/compare/v0.2.0...v0.3.0 +[0.2.0]: https://github.com/librespot-org/librespot/compare/v0.1.6...v0.2.0 +[0.1.6]: https://github.com/librespot-org/librespot/compare/v0.1.5...v0.1.6 +[0.1.5]: https://github.com/librespot-org/librespot/compare/v0.1.3...v0.1.5 +[0.1.3]: https://github.com/librespot-org/librespot/compare/v0.1.2...v0.1.3 +[0.1.2]: https://github.com/librespot-org/librespot/compare/v0.1.1...v0.1.2 +[0.1.1]: https://github.com/librespot-org/librespot/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/librespot-org/librespot/releases/tag/v0.1.0