Skip to content

Commit

Permalink
v2.33.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepySkeleton committed Aug 5, 2020
1 parent 7127653 commit c52aa50
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="v2.33.2"></a>
### v2.33.2 (2020-08-5)

#### Documentation

* Fixed links to `2.x` examples. Now they point to the right place.

<a name="v2.33.1"></a>
### v2.33.1 (2020-05-11)

Expand Down
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]

name = "clap"
version = "2.33.1"
version = "2.33.2"
authors = ["Kevin K. <[email protected]>"]
exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"]
repository = "https://github.com/clap-rs/clap"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c52aa50

Please sign in to comment.