rust-lang / flate2-rs

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

prepare next patch-release #378

Closed Byron closed 11 months ago

Byron commented 11 months ago

A release to incorporate fixes related to uses of uninitialized memory, originally requested here.

Byron commented 11 months ago

Thanks you! Could you also merge it? Unfortunately I am not allowed despite it being approved.

Manishearth commented 11 months ago

I'm not a libs team member, I don't have merge rights here.

cc @rust-lang/libs

joshtriplett commented 11 months ago

@Byron We should fix that and get you the appropriate merge rights.

I started a thread on T-infra about that.

Manishearth commented 11 months ago

Since we're not landing this immediately anyway, perhaps we can land https://github.com/rust-lang/flate2-rs/pull/380 first

Byron commented 11 months ago

Thank you!

The new release is now available here: https://github.com/rust-lang/flate2-rs/releases/tag/1.0.28 .