eyre-rs / eyre

A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications
Apache License 2.0
1.35k stars 63 forks source link

eyre@0.6.12 missing in the repository? #153

Closed Turbo87 closed 7 months ago

Turbo87 commented 7 months ago

The Rust blog got an update PR (https://github.com/rust-lang/blog.rust-lang.org/pull/1237) for eyre@0.6.12, but I can't seem to find any information on it in this repository. Was this a legitimate release? The latest release in the corresponding changelog file is for 0.6.11 apparently.

ten3roberts commented 7 months ago

https://github.com/eyre-rs/eyre/tree/release-0.6

It is on the stable branch, as we are pushing to a breaking change towards a 1.0.0 on master.

Releases are backported to release branches.

I agree that it would make much more sense to also have a single account publish the release, rather than changing by whoever is most available.

Turbo87 commented 7 months ago

I see. Must have missed that branch when I looked. Sorry for the noise :)