Skip to content

Commit

Permalink
Move item in changelog
Browse files Browse the repository at this point in the history
@ramsayleung , thank you for merging #490

After you merged, I noticed that my CHANGELOG entry was under the wrong release. I moved the note to the unreleased portion.

Sidenote, but are you able to release these changes as a patch version update instead of waiting for v0.14 to land? Thank you!
  • Loading branch information
SebRollen authored Aug 22, 2024
1 parent 383876f commit f5a8087
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## 0.14.0 (unreleased)
**New features**
- ([#490](https://github.com/ramsayleung/rspotify/pull/490)) Add impls for `Clone`, `Debug`, `PartialEq`, `Eq`, `Serialize` and `Hash` for `PlayContextId` and `PlayableId`
-
**Breaking changes**
- ([#487](https://github.com/ramsayleung/rspotify/pull/487)) Change the type of `TrackLink.id` from `TrackId<'static>` to `Option<TrackId<'static>>`

Expand All @@ -13,7 +16,6 @@
## 0.13.0 (2024.03.08)

**New features**
- ([#490](https://github.com/ramsayleung/rspotify/pull/490)) Add impls for `Clone`, `Debug`, `PartialEq`, `Eq`, `Serialize` and `Hash` for `PlayContextId` and `PlayableId`
- ([#458](https://github.com/ramsayleung/rspotify/pull/458)) Support for the `wasm32-unknown-unknown` build target

**Bugfixes**
Expand Down

0 comments on commit f5a8087

Please sign in to comment.