|
2 | 2 |
|
3 | 3 | ## [Unreleased] |
4 | 4 |
|
| 5 | +## [0.4.28] - 2025-09-02 |
| 6 | + |
| 7 | +## What's Changed |
| 8 | +* ci: drop really old trick and ensure MSRV for all feature combo by @tisonkun in https://github.com/rust-lang/log/pull/676 |
| 9 | +* chore: fix some typos in comment by @xixishidibei in https://github.com/rust-lang/log/pull/677 |
| 10 | +* Unhide `#[derive(Debug)]` in example by @ZylosLumen in https://github.com/rust-lang/log/pull/688 |
| 11 | +* Chore: delete compare_exchange method for AtomicUsize on platforms without atomics by @HaoliangXu in https://github.com/rust-lang/log/pull/690 |
| 12 | +* Add `increment_severity()` and `decrement_severity()` methods for `Level` and `LevelFilter` by @nebkor in https://github.com/rust-lang/log/pull/692 |
| 13 | + |
| 14 | +## New Contributors |
| 15 | +* @xixishidibei made their first contribution in https://github.com/rust-lang/log/pull/677 |
| 16 | +* @ZylosLumen made their first contribution in https://github.com/rust-lang/log/pull/688 |
| 17 | +* @HaoliangXu made their first contribution in https://github.com/rust-lang/log/pull/690 |
| 18 | +* @nebkor made their first contribution in https://github.com/rust-lang/log/pull/692 |
| 19 | + |
| 20 | +**Full Changelog**: https://github.com/rust-lang/log/compare/0.4.27...0.4.28 |
| 21 | + |
5 | 22 | ### Notable Changes |
6 | 23 | * MSRV is bumped to 1.61.0 in https://github.com/rust-lang/log/pull/676 |
7 | 24 |
|
@@ -362,7 +379,8 @@ version using log 0.4.x to avoid losing module and file information. |
362 | 379 |
|
363 | 380 | Look at the [release tags] for information about older releases. |
364 | 381 |
|
365 | | -[Unreleased]: https://github.com/rust-lang-nursery/log/compare/0.4.27...HEAD |
| 382 | +[Unreleased]: https://github.com/rust-lang-nursery/log/compare/0.4.28...HEAD |
| 383 | +[0.4.28]: https://github.com/rust-lang/log/compare/0.4.27...0.4.28 |
366 | 384 | [0.4.27]: https://github.com/rust-lang/log/compare/0.4.26...0.4.27 |
367 | 385 | [0.4.26]: https://github.com/rust-lang/log/compare/0.4.25...0.4.26 |
368 | 386 | [0.4.25]: https://github.com/rust-lang/log/compare/0.4.24...0.4.25 |
|
0 commit comments