Skip to content

Commit 6153cb2

Browse files
committed
prepare for 0.4.21 release
1 parent f0f7494 commit 6153cb2

File tree

3 files changed

+34
-5
lines changed

3 files changed

+34
-5
lines changed

CHANGELOG.md

+32-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,36 @@
11
# Change Log
22

33
## [Unreleased]
4-
* Migrate to 2021 edition and minor cleanups by @nyurik in https://github.com/rust-lang/log/pull/580
5-
* Use inline format args by @nyurik in https://github.com/rust-lang/log/pull/577
4+
5+
## [0.4.21] - 2024-02-27
6+
7+
## What's Changed
8+
* Minor clippy nits by @nyurik in https://github.com/rust-lang/log/pull/578
9+
* Simplify Display impl by @nyurik in https://github.com/rust-lang/log/pull/579
10+
* Set all crates to 2021 edition by @nyurik in https://github.com/rust-lang/log/pull/580
11+
* Various changes based on review by @Thomasdezeeuw in https://github.com/rust-lang/log/pull/583
12+
* Fix typo in file_static() method doc by @dimo414 in https://github.com/rust-lang/log/pull/590
13+
* Specialize empty key value pairs by @EFanZh in https://github.com/rust-lang/log/pull/576
14+
* Fix incorrect lifetime in Value::to_str() by @peterjoel in https://github.com/rust-lang/log/pull/587
15+
* Remove some API of the key-value feature by @Thomasdezeeuw in https://github.com/rust-lang/log/pull/585
16+
* Add logcontrol-log and log-reload by @swsnr in https://github.com/rust-lang/log/pull/595
17+
* Add Serialization section to kv::Value docs by @Thomasdezeeuw in https://github.com/rust-lang/log/pull/593
18+
* Rename Value::to_str to to_cow_str by @Thomasdezeeuw in https://github.com/rust-lang/log/pull/592
19+
* Clarify documentation and simplify initialization of `STATIC_MAX_LEVEL` by @ptosi in https://github.com/rust-lang/log/pull/594
20+
* Update docs to 2021 edition, test by @nyurik in https://github.com/rust-lang/log/pull/577
21+
* Add "alterable_logger" link to README.md by @brummer-simon in https://github.com/rust-lang/log/pull/589
22+
* Normalize line ending by @EFanZh in https://github.com/rust-lang/log/pull/602
23+
* Remove `ok_or` in favor of `Option::ok_or` by @AngelicosPhosphoros in https://github.com/rust-lang/log/pull/607
24+
* Use `Acquire` ordering for initialization check by @AngelicosPhosphoros in https://github.com/rust-lang/log/pull/610
25+
* Get structured logging API ready for stabilization by @KodrAus in https://github.com/rust-lang/log/pull/613
26+
27+
## New Contributors
28+
* @nyurik made their first contribution in https://github.com/rust-lang/log/pull/578
29+
* @dimo414 made their first contribution in https://github.com/rust-lang/log/pull/590
30+
* @peterjoel made their first contribution in https://github.com/rust-lang/log/pull/587
31+
* @ptosi made their first contribution in https://github.com/rust-lang/log/pull/594
32+
* @brummer-simon made their first contribution in https://github.com/rust-lang/log/pull/589
33+
* @AngelicosPhosphoros made their first contribution in https://github.com/rust-lang/log/pull/607
634

735
## [0.4.20] - 2023-07-11
836

@@ -250,7 +278,8 @@ version using log 0.4.x to avoid losing module and file information.
250278

251279
Look at the [release tags] for information about older releases.
252280

253-
[Unreleased]: https://github.com/rust-lang-nursery/log/compare/0.4.18...HEAD
281+
[Unreleased]: https://github.com/rust-lang-nursery/log/compare/0.4.21...HEAD
282+
[0.4.21]: https://github.com/rust-lang/log/compare/0.4.20...0.4.21
254283
[0.4.20]: https://github.com/rust-lang-nursery/log/compare/0.4.19...0.4.20
255284
[0.4.19]: https://github.com/rust-lang-nursery/log/compare/0.4.18...0.4.19
256285
[0.4.18]: https://github.com/rust-lang-nursery/log/compare/0.4.17...0.4.18

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "log"
4-
version = "0.4.20" # remember to update html_root_url
4+
version = "0.4.21" # remember to update html_root_url
55
authors = ["The Rust Project Developers"]
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@
332332
#![doc(
333333
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
334334
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
335-
html_root_url = "https://docs.rs/log/0.4.20"
335+
html_root_url = "https://docs.rs/log/0.4.21"
336336
)]
337337
#![warn(missing_docs)]
338338
#![deny(missing_debug_implementations, unconditional_recursion)]

0 commit comments

Comments
 (0)