Sourced from log's releases.
0.4.25
What's Changed
- Revert loosening of kv cargo features by
@KodrAus
in rust-lang/log#662- Prepare for 0.4.25 release by
@KodrAus
in 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
@KodrAus
in rust-lang/log#659- Prepare for 0.4.24 release by
@KodrAus
in 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
@Kleinmarb
in rust-lang/log#637- Add logforth to implementation by
@tisonkun
in rust-lang/log#638- Add
spdlog-rs
link to README by@SpriteOvO
in rust-lang/log#639- Add correct lifetime to kv::Value::to_borrowed_str by
@stevenroose
in rust-lang/log#643- docs: Add logforth as an impl by
@tisonkun
in rust-lang/log#642- Add clang_log implementation by
@DDAN-17
in 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
@gbbosak
in rust-lang/log#648 (reverted)- Fix up key lifetimes and add method to try get a borrowed key by
@KodrAus
in rust-lang/log#653- Add Ftail implementation by
@tjardoo
in rust-lang/log#652- Relax feature flag for value's std_support by
@tisonkun
in rust-lang/log#657- Prepare for 0.4.23 release by
@KodrAus
in rust-lang/log#656New Contributors
@Kleinmarb
made their first contribution in rust-lang/log#637@tisonkun
made their first contribution in rust-lang/log#638@SpriteOvO
made their first contribution in rust-lang/log#639@stevenroose
made their first contribution in rust-lang/log#643@DDAN-17
made their first contribution in rust-lang/log#646@gbbosak
made their first contribution in rust-lang/log#648@tjardoo
made 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
@KodrAus
in 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
@KodrAus
in 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
@Kleinmarb
in rust-lang/log#637- Add logforth to implementation by
@tisonkun
in rust-lang/log#638- Add
spdlog-rs
link to README by@SpriteOvO
in rust-lang/log#639- Add correct lifetime to kv::Value::to_borrowed_str by
@stevenroose
in rust-lang/log#643- docs: Add logforth as an impl by
@tisonkun
in rust-lang/log#642- Add clang_log implementation by
@DDAN-17
in 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
@gbbosak
in rust-lang/log#648- Fix up key lifetimes and add method to try get a borrowed key by
@KodrAus
in rust-lang/log#653- Add Ftail implementation by
@tjardoo
in rust-lang/log#652New Contributors
@Kleinmarb
made their first contribution in rust-lang/log#637@tisonkun
made their first contribution in rust-lang/log#638@SpriteOvO
made their first contribution in rust-lang/log#639@stevenroose
made their first contribution in rust-lang/log#643@DDAN-17
made their first contribution in rust-lang/log#646@gbbosak
made their first contribution in rust-lang/log#648@tjardoo
made 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