diff --git a/CHANGELOG.md b/CHANGELOG.md index 15734be..b75e0fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# 0.4.7 + * Rename the `unstable-weak` to `weak` feature. The support is now available on 1.45 (currently in beta). diff --git a/Cargo.toml b/Cargo.toml index 404a2f4..3aaaf30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arc-swap" -version = "0.4.6" +version = "0.4.7" authors = ["Michal 'vorner' Vaner "] description = "Atomically swappable Arc" documentation = "https://docs.rs/arc-swap" diff --git a/src/lib.rs b/src/lib.rs index 1053a9f..58a196b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,5 @@ #![doc( - html_root_url = "https://docs.rs/arc-swap/0.4.6/arc-swap/", + html_root_url = "https://docs.rs/arc-swap/0.4.7/arc-swap/", test(attr(deny(warnings))) )] #![deny(missing_docs, warnings)]