Skip to content

Commit 7fb28c3

Browse files
authored
Merge pull request #508 from KodrAus/cargo/0.4.17
Prepare for 0.4.17 release
2 parents b7e8147 + 518821e commit 7fb28c3

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
## [0.4.17] - 2022-04-29
6+
7+
* Update `kv_unstable` internal dependencies.
8+
59
## [0.4.16] - 2022-03-22
610

711
* Fix a conflict with unqualified `Option` use in macros.
@@ -215,7 +219,8 @@ version using log 0.4.x to avoid losing module and file information.
215219

216220
Look at the [release tags] for information about older releases.
217221

218-
[Unreleased]: https://github.com/rust-lang-nursery/log/compare/0.4.16...HEAD
222+
[Unreleased]: https://github.com/rust-lang-nursery/log/compare/0.4.17...HEAD
223+
[0.4.17]: https://github.com/rust-lang-nursery/log/compare/0.4.16...0.4.17
219224
[0.4.16]: https://github.com/rust-lang-nursery/log/compare/0.4.15...0.4.16
220225
[0.4.15]: https://github.com/rust-lang-nursery/log/compare/0.4.13...0.4.15
221226
[0.4.14]: https://github.com/rust-lang-nursery/log/compare/0.4.13...0.4.14

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "log"
4-
version = "0.4.16" # remember to update html_root_url
4+
version = "0.4.17" # 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
#![doc(
315315
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
316316
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
317-
html_root_url = "https://docs.rs/log/0.4.16"
317+
html_root_url = "https://docs.rs/log/0.4.17"
318318
)]
319319
#![warn(missing_docs)]
320320
#![deny(missing_debug_implementations, unconditional_recursion)]

0 commit comments

Comments
 (0)