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