Skip to content

Commit

Permalink
v2.33.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepySkeleton committed Aug 12, 2020
1 parent 7848baa commit ecaf105
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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.3"></a>
### v2.33.2 (2020-08-13)

#### Improvements

* Suppress deprecation warnings when using `crate_*` macros.

<a name="v2.33.2"></a>
### v2.33.2 (2020-08-5)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clap"
version = "2.33.2"
version = "2.33.3"
authors = ["Kevin K. <kbknapp@gmail.com>"]
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.2")]
#![doc(html_root_url = "https://docs.rs/clap/2.33.3")]
#![deny(
missing_docs,
missing_debug_implementations,
Expand Down

0 comments on commit ecaf105

Please sign in to comment.