Sourced from log's releases.
0.4.25
What's Changed
- Revert loosening of kv cargo features by
@KodrAusin rust-lang/log#662- Prepare for 0.4.25 release by
@KodrAusin rust-lang/log#663Full Changelog: https://github.com/rust-lang/log/compare/0.4.24...0.4.25
0.4.24 (yanked)
What's Changed
- Fix up kv feature activation by
@KodrAusin rust-lang/log#659- Prepare for 0.4.24 release by
@KodrAusin rust-lang/log#660Full Changelog: https://github.com/rust-lang/log/compare/0.4.23...0.4.24
0.4.23 (yanked)
What's Changed
- Fix some typos by
@Kleinmarbin rust-lang/log#637- Add logforth to implementation by
@tisonkunin rust-lang/log#638- Add
spdlog-rslink to README by@SpriteOvOin rust-lang/log#639- Add correct lifetime to kv::Value::to_borrowed_str by
@stevenroosein rust-lang/log#643- docs: Add logforth as an impl by
@tisonkunin rust-lang/log#642- Add clang_log implementation by
@DDAN-17in rust-lang/log#646- Bind lifetimes of &str returned from Key by the lifetime of 'k rather than the lifetime of the Key struct by
@gbbosakin rust-lang/log#648 (reverted)- Fix up key lifetimes and add method to try get a borrowed key by
@KodrAusin rust-lang/log#653- Add Ftail implementation by
@tjardooin rust-lang/log#652- Relax feature flag for value's std_support by
@tisonkunin rust-lang/log#657- Prepare for 0.4.23 release by
@KodrAusin rust-lang/log#656New Contributors
@Kleinmarbmade their first contribution in rust-lang/log#637@tisonkunmade their first contribution in rust-lang/log#638@SpriteOvOmade their first contribution in rust-lang/log#639@stevenroosemade their first contribution in rust-lang/log#643@DDAN-17made their first contribution in rust-lang/log#646@gbbosakmade their first contribution in rust-lang/log#648@tjardoomade their first contribution in rust-lang/log#652Full Changelog: https://github.com/rust-lang/log/compare/0.4.22...0.4.23
Sourced from log's changelog.
[0.4.25] - 2025-01-14
What's Changed
- Revert loosening of kv cargo features by
@KodrAusin rust-lang/log#662Full Changelog: https://github.com/rust-lang/log/compare/0.4.24...0.4.25
[0.4.24] - 2025-01-11
What's Changed
- Fix up kv feature activation by
@KodrAusin rust-lang/log#659Full Changelog: https://github.com/rust-lang/log/compare/0.4.23...0.4.24
[0.4.23] - 2025-01-10 (yanked)
What's Changed
- Fix some typos by
@Kleinmarbin rust-lang/log#637- Add logforth to implementation by
@tisonkunin rust-lang/log#638- Add
spdlog-rslink to README by@SpriteOvOin rust-lang/log#639- Add correct lifetime to kv::Value::to_borrowed_str by
@stevenroosein rust-lang/log#643- docs: Add logforth as an impl by
@tisonkunin rust-lang/log#642- Add clang_log implementation by
@DDAN-17in rust-lang/log#646- Bind lifetimes of &str returned from Key by the lifetime of 'k rather than the lifetime of the Key struct by
@gbbosakin rust-lang/log#648- Fix up key lifetimes and add method to try get a borrowed key by
@KodrAusin rust-lang/log#653- Add Ftail implementation by
@tjardooin rust-lang/log#652New Contributors
@Kleinmarbmade their first contribution in rust-lang/log#637@tisonkunmade their first contribution in rust-lang/log#638@SpriteOvOmade their first contribution in rust-lang/log#639@stevenroosemade their first contribution in rust-lang/log#643@DDAN-17made their first contribution in rust-lang/log#646@gbbosakmade their first contribution in rust-lang/log#648@tjardoomade their first contribution in rust-lang/log#652Full Changelog: https://github.com/rust-lang/log/compare/0.4.22...0.4.23
22be810
Merge pull request #663
from rust-lang/cargo/0.4.250279730
prepare for 0.4.25 release4099bcb
Merge pull request #662
from rust-lang/fix/cargo-features36e7e3f
revert loosening of kv cargo features2282191
Merge pull request #660
from rust-lang/cargo/0.4.242994f0a
prepare for 0.4.24 release5fcb50e
Merge pull request #659
from rust-lang/fix/feature-builds29fe9e6
fix up feature activationb1824f2
use cargo hack in CI to test all feature combinationse6b643d
Merge pull request #656
from rust-lang/cargo/0.4.23