From c52aa5078bb20dd0afa74e7f51c563c73c62a577 Mon Sep 17 00:00:00 2001 From: CreepySkeleton Date: Wed, 5 Aug 2020 18:18:40 +0300 Subject: [PATCH] v2.33.2 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 3 +-- src/lib.rs | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 589a788c06a..f1ab669cf6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +### v2.33.2 (2020-08-5) + +#### Documentation + +* Fixed links to `2.x` examples. Now they point to the right place. + ### v2.33.1 (2020-05-11) diff --git a/Cargo.toml b/Cargo.toml index aad8f87e738..0b24911bc20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,6 @@ [package] - name = "clap" -version = "2.33.1" +version = "2.33.2" authors = ["Kevin K. "] exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"] repository = "https://github.com/clap-rs/clap" diff --git a/src/lib.rs b/src/lib.rs index 399447b1390..be2e6d95838 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -517,7 +517,7 @@ //! [license]: https://github.com/clap-rs/clap/blob/v2.33.1/LICENSE-MIT #![crate_type = "lib"] -#![doc(html_root_url = "https://docs.rs/clap/2.33.1")] +#![doc(html_root_url = "https://docs.rs/clap/2.33.2")] #![deny( missing_docs, missing_debug_implementations,