Skip to content

Commit 4c4a0b3

Browse files
committed
prepare for 0.4.19 release
1 parent 86d766d commit 4c4a0b3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## [0.4.18] - 2023-04-11
5+
## [0.4.19] - 2023-06-10
66

77
### ⚠️ MSRV Bump: 1.31.0 to 1.60.0
88

@@ -244,7 +244,7 @@ version using log 0.4.x to avoid losing module and file information.
244244
Look at the [release tags] for information about older releases.
245245

246246
[Unreleased]: https://github.com/rust-lang-nursery/log/compare/0.4.18...HEAD
247-
[0.4.18]: https://github.com/rust-lang-nursery/log/compare/0.4.17...0.4.18
247+
[0.4.19]: https://github.com/rust-lang-nursery/log/compare/0.4.18...0.4.19
248248
[0.4.17]: https://github.com/rust-lang-nursery/log/compare/0.4.16...0.4.17
249249
[0.4.16]: https://github.com/rust-lang-nursery/log/compare/0.4.15...0.4.16
250250
[0.4.15]: https://github.com/rust-lang-nursery/log/compare/0.4.13...0.4.15

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "log"
4-
version = "0.4.18" # remember to update html_root_url
4+
version = "0.4.19" # remember to update html_root_url
55
authors = ["The Rust Project Developers"]
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
#![doc(
318318
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
319319
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
320-
html_root_url = "https://docs.rs/log/0.4.18"
320+
html_root_url = "https://docs.rs/log/0.4.19"
321321
)]
322322
#![warn(missing_docs)]
323323
#![deny(missing_debug_implementations, unconditional_recursion)]

0 commit comments

Comments
 (0)