rust-lang / flate2-rs

DEFLATE, gzip, and zlib bindings for Rust
https://docs.rs/flate2
Apache License 2.0
895 stars 161 forks source link

New crates.io release #321

Closed fintelia closed 1 year ago

fintelia commented 1 year ago

This would be useful because the current crates.io version depends on miniz_oxide 0.6 while the git main branch has since upgraded to 0.6.

thomcc commented 1 year ago

Might be blocked on https://github.com/rust-lang/team/pull/879.

rylev commented 1 year ago

FYI: crates.io crate ownership is not controlled by the team repo.

FreezyLemon commented 1 year ago

Any update on this?

thomcc commented 1 year ago

I'll try to get to this later this week, unless someone beats me to it.

FreezyLemon commented 1 year ago

I dislike being pushy, but is there anything blocking this? The crate has a high download volume (~500k downloads per week) and I think removing duplicate dependencies (a lot of dependent crates have updated to miniz_oxide ^0.6 while this crate will additionally pull ^0.5) is a worthwhile change.

thomcc commented 1 year ago

There's some permissions issues that complicate cutting the release but it should be done in the near future (a day or so, https://github.com/rust-lang/flate2-rs/pull/327).

FreezyLemon commented 1 year ago

Okay, thanks for the fast response!

thomcc commented 1 year ago

A release has been published on crates.io: https://crates.io/crates/flate2/1.0.25.

I'll put up a github release with release notes tomorrow or so (holiday).

JohnTitor commented 1 year ago

I've made a GitHub Release in case Thom forgot about it: https://github.com/rust-lang/flate2-rs/releases/tag/1.0.25 @thomcc Feel free to edit the release notes if you'd like!

Closing as done

thomcc commented 1 year ago

Sorry, thank you.