-
Notifications
You must be signed in to change notification settings - Fork 748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
appender: prepare to release 0.2.2 #1997
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's make sure to also update the version number here
tracing/tracing-appender/README.md
Lines 19 to 21 in a5ff1af
[crates-url]: https://crates.io/crates/tracing-appender/0.2.1 | |
[docs-badge]: https://docs.rs/tracing-appender/badge.svg | |
[docs-url]: https://docs.rs/tracing-appender/0.2.1 |
and here
tracing/tracing-appender/src/lib.rs
Line 125 in a5ff1af
#![doc(html_root_url = "https://docs.rs/tracing-appender/0.2.1")] |
please!
Co-authored-by: Eliza Weisman <[email protected]>
whoops, sorry about missing some of those! your phrasing suggestions on the changelog are much better—I pulled details from the PR fixing it, but didn't fully understand all the details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay, this looks good to me --- we can ignore the CI failure on nightly, that's still because nightly ICEs.
# 0.2.2 (March 17, 2022) This release fixes an incorrect `compare_exchange` in RollingFileAppender when rolling files over, causing a panic. ### Fixed - **rolling**: Fixed a panic that prohibited rolling files over. ([tokio-rs#1989]) [tokio-rs#1989]: tokio-rs#1989
0.2.2 (March 17, 2022)
This release fixes an incorrect
compare_exchange
in RollingFileAppenderwhen rolling files over, causing a panic.
Fixed