Releases: rust-lang/log
Releases · rust-lang/log
0.4.32
0.4.31
0.4.30
What's Changed
New Contributors
- @V0ldek made their first contribution in #720
- @woodruffw made their first contribution in #723
Full Changelog: 0.4.29...0.4.30
Notable Changes
- MSRV is bumped to 1.71.0 in #723
0.4.29
MSRV
This release increases log's MSRV from 1.61.0 to 1.68.0.
What's Changed
- docs: Add missing impls from README.md by @AldaronLau in #703
- Point to new URLs for favicon and logo by @AldaronLau in #704
- perf: reduce llvm-lines of FromStr for
LevelandLevelFilterby @dishmaker in #709 - Replace serde with serde_core by @Thomasdezeeuw in #712
- Fix clippy lints by @Thomasdezeeuw in #713
- Use GitHub Actions to install Rust and cargo-hack by @Thomasdezeeuw in #715
- Exclude old unstable_kv features from testing matrix by @Thomasdezeeuw in #716
- Fix up CI by @KodrAus in #718
- Prepare for 0.4.29 release by @KodrAus in #719
New Contributors
- @AldaronLau made their first contribution in #703
- @dishmaker made their first contribution in #709
Full Changelog: 0.4.28...0.4.29
0.4.28
What's Changed
- ci: drop really old trick and ensure MSRV for all feature combo by @tisonkun in #676
- chore: fix some typos in comment by @xixishidibei in #677
- Unhide
#[derive(Debug)]in example by @ZylosLumen in #688 - Chore: delete compare_exchange method for AtomicUsize on platforms without atomics by @HaoliangXu in #690
- Add
increment_severity()anddecrement_severity()methods forLevelandLevelFilterby @nebkor in #692 - Prepare for 0.4.28 release by @KodrAus in #695
New Contributors
- @xixishidibei made their first contribution in #677
- @ZylosLumen made their first contribution in #688
- @HaoliangXu made their first contribution in #690
- @nebkor made their first contribution in #692
Full Changelog: 0.4.27...0.4.28
0.4.27
What's Changed
- A few minor lint fixes by @nyurik in #671
- Enable clippy support for format-like macros by @nyurik in #665
- Add an optional logger param by @tisonkun in #664
- Pass global logger by value, supplied logger by ref by @KodrAus in #673
- Prepare for 0.4.27 release by @KodrAus in #674
Full Changelog: 0.4.26...0.4.27
0.4.26
What's Changed
- Derive
Cloneforkv::Valueby @SpriteOvO in #668 - Add
spdlog-rslink to crate doc by @SpriteOvO in #669 - Prepare for 0.4.26 release by @KodrAus in #670
Full Changelog: 0.4.25...0.4.26
0.4.25
0.4.24 (yanked)
What's Changed
Full Changelog: 0.4.23...0.4.24
0.4.23 (yanked)
What's Changed
- Fix some typos by @Kleinmarb in #637
- Add logforth to implementation by @tisonkun in #638
- Add
spdlog-rslink to README by @SpriteOvO in #639 - Add correct lifetime to kv::Value::to_borrowed_str by @stevenroose in #643
- docs: Add logforth as an impl by @tisonkun in #642
- Add clang_log implementation by @DDAN-17 in #646
- Bind lifetimes of &str returned from Key by the lifetime of 'k rather than the lifetime of the Key struct by @gbbosak in #648 (reverted)
- Fix up key lifetimes and add method to try get a borrowed key by @KodrAus in #653
- Add Ftail implementation by @tjardoo in #652
- Relax feature flag for value's std_support by @tisonkun in #657
- Prepare for 0.4.23 release by @KodrAus in #656
New Contributors
- @Kleinmarb made their first contribution in #637
- @tisonkun made their first contribution in #638
- @SpriteOvO made their first contribution in #639
- @stevenroose made their first contribution in #643
- @DDAN-17 made their first contribution in #646
- @gbbosak made their first contribution in #648
- @tjardoo made their first contribution in #652
Full Changelog: 0.4.22...0.4.23