mirror of
https://github.com/rust-lang/log.git
synced 2025-09-28 13:30:27 +00:00
prepare for 0.4.24 release
This commit is contained in:
parent
5fcb50eccd
commit
2994f0a62c
13
CHANGELOG.md
13
CHANGELOG.md
@ -2,7 +2,15 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.4.23] - 2025-01-10
|
||||
## [0.4.24] - 2025-01-11
|
||||
|
||||
## What's Changed
|
||||
* Fix up kv feature activation by @KodrAus in https://github.com/rust-lang/log/pull/659
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rust-lang/log/compare/0.4.23...0.4.24
|
||||
|
||||
## [0.4.23] - 2025-01-10 (yanked)
|
||||
|
||||
## What's Changed
|
||||
* Fix some typos by @Kleinmarb in https://github.com/rust-lang/log/pull/637
|
||||
@ -322,7 +330,8 @@ version using log 0.4.x to avoid losing module and file information.
|
||||
|
||||
Look at the [release tags] for information about older releases.
|
||||
|
||||
[Unreleased]: https://github.com/rust-lang-nursery/log/compare/0.4.23...HEAD
|
||||
[Unreleased]: https://github.com/rust-lang-nursery/log/compare/0.4.24...HEAD
|
||||
[0.4.24]: https://github.com/rust-lang/log/compare/0.4.23...0.4.24
|
||||
[0.4.23]: https://github.com/rust-lang/log/compare/0.4.22...0.4.23
|
||||
[0.4.22]: https://github.com/rust-lang/log/compare/0.4.21...0.4.22
|
||||
[0.4.21]: https://github.com/rust-lang/log/compare/0.4.20...0.4.21
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
|
||||
name = "log"
|
||||
version = "0.4.23" # remember to update html_root_url
|
||||
version = "0.4.24" # remember to update html_root_url
|
||||
authors = ["The Rust Project Developers"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
|
@ -342,7 +342,7 @@
|
||||
#![doc(
|
||||
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
|
||||
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
|
||||
html_root_url = "https://docs.rs/log/0.4.23"
|
||||
html_root_url = "https://docs.rs/log/0.4.24"
|
||||
)]
|
||||
#![warn(missing_docs)]
|
||||
#![deny(missing_debug_implementations, unconditional_recursion)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user