Skip to content

Commit 48b7543

Browse files
committed
prepare for 0.4.19 release
1 parent 3c8473d commit 48b7543

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,10 @@ Look at the [release tags] for information about older releases.
246246

247247
[Unreleased]: https://github.com/rust-lang-nursery/log/compare/0.4.18...HEAD
248248
[0.4.19]: https://github.com/rust-lang-nursery/log/compare/0.4.18...0.4.19
249+
<<<<<<< HEAD
249250
[0.4.18]: https://github.com/rust-lang-nursery/log/compare/0.4.17...0.4.18
251+
=======
252+
>>>>>>> 4c4a0b3 (prepare for 0.4.19 release)
250253
[0.4.17]: https://github.com/rust-lang-nursery/log/compare/0.4.16...0.4.17
251254
[0.4.16]: https://github.com/rust-lang-nursery/log/compare/0.4.15...0.4.16
252255
[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)