InputUsername / listenbrainz-rs

ListenBrainz API bindings for Rust
https://crates.io/crates/listenbrainz
MIT License
11 stars 6 forks source link

Tracking issue for v0.8.0 release. #36

Closed shymega closed 1 month ago

shymega commented 1 month ago

See milestone for issues/PRs required for this release.

RustyNova016 commented 1 month ago

Wasn't #34 for after 8.0?

shymega commented 1 month ago

Added, anything else, feel free to ping.

InputUsername commented 1 month ago

@shymega I've removed #33 and #34 from the milestone because v0.8.0 is quite a big release already.

All that's left now is the serialization PR and checking the MSRV in CI. Should we push the MSRV check forward? It's kind of orthogonal to the release, I think.

shymega commented 1 month ago

I think we should leave MSRV for now unless necessary.

Thanks for attending to the milestone.

InputUsername commented 1 month ago

I've merged #35 and cleaned up some dead code (popped up while building the docs), now preparing the 0.8.0 release.