|
2 | 2 |
|
3 | 3 | ## [Unreleased] |
4 | 4 |
|
| 5 | +## [0.4.30] - 2026-05-21 |
| 6 | + |
| 7 | +### What's Changed |
| 8 | +* Support capturing of `std::net` types by @KodrAus in https://github.com/rust-lang/log/pull/724 |
| 9 | + |
| 10 | +### New Contributors |
| 11 | +* @V0ldek made their first contribution in https://github.com/rust-lang/log/pull/720 |
| 12 | +* @woodruffw made their first contribution in https://github.com/rust-lang/log/pull/723 |
| 13 | + |
| 14 | +**Full Changelog**: https://github.com/rust-lang/log/compare/0.4.29...0.4.30 |
| 15 | + |
5 | 16 | ## [0.4.29] - 2025-12-02 |
6 | 17 |
|
7 | | -## What's Changed |
| 18 | +### What's Changed |
8 | 19 | * perf: reduce llvm-lines of FromStr for `Level` and `LevelFilter` by @dishmaker in https://github.com/rust-lang/log/pull/709 |
9 | 20 | * Replace serde with serde_core by @Thomasdezeeuw in https://github.com/rust-lang/log/pull/712 |
10 | 21 |
|
11 | | -## New Contributors |
| 22 | +### New Contributors |
12 | 23 | * @AldaronLau made their first contribution in https://github.com/rust-lang/log/pull/703 |
13 | 24 | * @dishmaker made their first contribution in https://github.com/rust-lang/log/pull/709 |
14 | 25 |
|
15 | 26 | **Full Changelog**: https://github.com/rust-lang/log/compare/0.4.28...0.4.29 |
16 | 27 |
|
17 | 28 | ## [0.4.28] - 2025-09-02 |
18 | 29 |
|
19 | | -## What's Changed |
| 30 | +### What's Changed |
20 | 31 | * ci: drop really old trick and ensure MSRV for all feature combo by @tisonkun in https://github.com/rust-lang/log/pull/676 |
21 | 32 | * Chore: delete compare_exchange method for AtomicUsize on platforms without atomics by @HaoliangXu in https://github.com/rust-lang/log/pull/690 |
22 | 33 | * Add `increment_severity()` and `decrement_severity()` methods for `Level` and `LevelFilter` by @nebkor in https://github.com/rust-lang/log/pull/692 |
@@ -389,7 +400,8 @@ version using log 0.4.x to avoid losing module and file information. |
389 | 400 |
|
390 | 401 | Look at the [release tags] for information about older releases. |
391 | 402 |
|
392 | | -[Unreleased]: https://github.com/rust-lang-nursery/log/compare/0.4.29...HEAD |
| 403 | +[Unreleased]: https://github.com/rust-lang-nursery/log/compare/0.4.30...HEAD |
| 404 | +[0.4.30]: https://github.com/rust-lang/log/compare/0.4.29...0.4.30 |
393 | 405 | [0.4.29]: https://github.com/rust-lang/log/compare/0.4.28...0.4.29 |
394 | 406 | [0.4.28]: https://github.com/rust-lang/log/compare/0.4.27...0.4.28 |
395 | 407 | [0.4.27]: https://github.com/rust-lang/log/compare/0.4.26...0.4.27 |
|
0 commit comments