Skip to content

Commit

Permalink
Merge pull request #78 from Polochon-street/change-track-number-to-i32
Browse files Browse the repository at this point in the history
Change track number from String to i32
  • Loading branch information
Polochon-street authored Jul 31, 2024
2 parents 616d166 + 4759a58 commit ee35cf3
Show file tree
Hide file tree
Showing 11 changed files with 552 additions and 256 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## bliss 0.9.0
* Add a mechanism to do migrations for Libraries, to make sure we're ready
for potential new features.
* Make `track_number` an integer, and not a string.
* Bump rust-ffmpeg*, to fix compilation warnings.

## bliss 0.8.0
* Remove the `number_songs` option from `Library::playlist_from_custom`.
Since it now returns an Iterator, `number_songs` can just be replaced by `take`.
Expand Down
Loading

0 comments on commit ee35cf3

Please sign in to comment.