File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 0.4.31] - 2026-06-02
4+
5+ ## What's Changed
6+ * Leverage static str key when possible by @tisonkun in https://github.com/rust-lang/log/pull/727
7+
8+ ## New Contributors
9+ * @Isvane made their first contribution in https://github.com/rust-lang/log/pull/726
10+
11+ ** Full Changelog** : https://github.com/rust-lang/log/compare/0.4.30...0.4.31
12+
313## [ Unreleased]
414
515## [ 0.4.30] - 2026-05-21
@@ -403,7 +413,8 @@ version using log 0.4.x to avoid losing module and file information.
403413
404414Look at the [ release tags] for information about older releases.
405415
406- [ Unreleased ] : https://github.com/rust-lang-nursery/log/compare/0.4.30...HEAD
416+ [ Unreleased ] : https://github.com/rust-lang-nursery/log/compare/0.4.31...HEAD
417+ [ 0.4.31 ] : https://github.com/rust-lang/log/compare/0.4.30...0.4.31
407418[ 0.4.30 ] : https://github.com/rust-lang/log/compare/0.4.29...0.4.30
408419[ 0.4.29 ] : https://github.com/rust-lang/log/compare/0.4.28...0.4.29
409420[ 0.4.28 ] : https://github.com/rust-lang/log/compare/0.4.27...0.4.28
Original file line number Diff line number Diff line change 11[package ]
22
33name = " log"
4- version = " 0.4.30 " # remember to update html_root_url
4+ version = " 0.4.31 " # remember to update html_root_url
55authors = [" The Rust Project Developers" ]
66license = " MIT OR Apache-2.0"
77readme = " README.md"
Original file line number Diff line number Diff line change 348348#![ doc(
349349 html_logo_url = "https://prev.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
350350 html_favicon_url = "https://prev.rust-lang.org/favicon.ico" ,
351- html_root_url = "https://docs.rs/log/0.4.30 "
351+ html_root_url = "https://docs.rs/log/0.4.31 "
352352) ]
353353#![ warn( missing_docs) ]
354354#![ deny( missing_debug_implementations, unconditional_recursion) ]
You can’t perform that action at this time.
0 commit comments