rust-lang / flate2-rs

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

No git tag/release for 1.0.31 #417

Closed mmm-8192 closed 3 months ago

mmm-8192 commented 4 months ago

The 1.0.31 release doesn't have a git tag or release page (making it slightly difficult to see what has changed) It seems that the only non-comment/doc change (if I am comparing correctly) is the update of the libz-rs-sys library from 0.1.1 to 0.2.1

Byron commented 3 months ago

I am aware and am trying to get the linked PR to be approved so it can be merged - I cannot self-approve unfortunately.

badboy commented 3 months ago

There's still no tag in this repository.

Byron commented 3 months ago

Thanks for the heads-up, indeed the new tag wasn't pushed. For good measure, I also created one with the previous naming scheme.

❯ gp --tags
Enumerating objects: 1, done.
Counting objects: 100% (1/1), done.
Writing objects: 100% (1/1), 646 bytes | 646.00 KiB/s, done.
Total 1 (delta 0), reused 0 (delta 0), pack-reused 0
To https://github.com/rust-lang/flate2-rs
 * [new tag]         1.0.31 -> 1.0.31
 * [new tag]         v1.0.31 -> v1.0.31