Sourced from log's releases.
0.4.28
What's Changed
- ci: drop really old trick and ensure MSRV for all feature combo by
@tisonkun
in rust-lang/log#676- chore: fix some typos in comment by
@xixishidibei
in rust-lang/log#677- Unhide
#[derive(Debug)]
in example by@ZylosLumen
in rust-lang/log#688- Chore: delete compare_exchange method for AtomicUsize on platforms without atomics by
@HaoliangXu
in rust-lang/log#690- Add
increment_severity()
anddecrement_severity()
methods forLevel
andLevelFilter
by@nebkor
in rust-lang/log#692- Prepare for 0.4.28 release by
@KodrAus
in rust-lang/log#695New Contributors
@xixishidibei
made their first contribution in rust-lang/log#677@ZylosLumen
made their first contribution in rust-lang/log#688@HaoliangXu
made their first contribution in rust-lang/log#690@nebkor
made their first contribution in rust-lang/log#692Full Changelog: https://github.com/rust-lang/log/compare/0.4.27...0.4.28
Sourced from log's changelog.
[0.4.28] - 2025-09-02
What's Changed
- ci: drop really old trick and ensure MSRV for all feature combo by
@tisonkun
in rust-lang/log#676- Chore: delete compare_exchange method for AtomicUsize on platforms without atomics by
@HaoliangXu
in rust-lang/log#690- Add
increment_severity()
anddecrement_severity()
methods forLevel
andLevelFilter
by@nebkor
in rust-lang/log#692New Contributors
@xixishidibei
made their first contribution in rust-lang/log#677@ZylosLumen
made their first contribution in rust-lang/log#688@HaoliangXu
made their first contribution in rust-lang/log#690@nebkor
made their first contribution in rust-lang/log#692Full Changelog: https://github.com/rust-lang/log/compare/0.4.27...0.4.28
Notable Changes
- MSRV is bumped to 1.61.0 in rust-lang/log#676
6e17355
Merge pull request #695
from rust-lang/cargo/0.4.2857719db
focus on user-facing source changes in the changeloge0630c6
prepare for 0.4.28 release60829b1
Merge pull request #692
from nebkor/up-and-down95d44f8
change names of log-level-changing methods to be more descriptive2b63dfa
Add up()
and down()
methods for
Level
and LevelFilter
3aa1359
Merge pull request #690
from HaoliangXu/master1091f2c
Chore:delete compare_exchange method for AtomicUsize on platforms24c5f44
Merge pull request #688
from ZylosLumen/patch-14498495
Unhide #[derive(Debug)]
in example