Skip to content

Commit 797efea

Browse files
committed
chore: prepare for 0.6.0 release
1 parent 1d3771a commit 797efea

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) since v0.2.0.
77

8-
## [Unreleased]
8+
## [0.6.0] - 2024-10-30
99

10-
### Fixed
11-
12-
- [core] Fix "source slice length (16) does not match destination slice length
13-
(20)" panic on some tracks
10+
This version takes another step into the direction of the HTTP API, fixes a
11+
couple of bugs, and makes it easier for developers to mock a certain platform.
12+
Also it adds the option to choose avahi, dnssd or libmdns as your zeroconf
13+
backend for Spotify Connect discovery.
1414

1515
### Changed
1616

@@ -27,11 +27,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
- [core] Add `OS` and `os_version` to `config.rs`
2828
- [discovery] Added a new MDNS/DNS-SD backend which connects to Avahi via D-Bus.
2929

30-
### Removed
31-
32-
### Fixed
30+
### Fixed
3331

3432
- [connect] Fixes initial volume showing zero despite playing in full volume instead
33+
- [core] Fix "source slice length (16) does not match destination slice length
34+
(20)" panic on some tracks
3535

3636
## [0.5.0] - 2024-10-15
3737

@@ -322,7 +322,7 @@ v0.4.x as a stable branch until then.
322322

323323
## [0.1.0] - 2019-11-06
324324

325-
[unreleased]: https://github.com/librespot-org/librespot/compare/v0.5.0...HEAD
325+
[0.6.0]: https://github.com/librespot-org/librespot/compare/v0.5.0...v0.6.0
326326
[0.5.0]: https://github.com/librespot-org/librespot/compare/v0.4.2...v0.5.0
327327
[0.4.2]: https://github.com/librespot-org/librespot/compare/v0.4.1...v0.4.2
328328
[0.4.1]: https://github.com/librespot-org/librespot/compare/v0.4.0...v0.4.1

0 commit comments

Comments
 (0)