diff --git a/Cargo.toml b/Cargo.toml index 5b57ebd..fb77ef2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "structopt" -version = "0.3.25" +version = "0.3.26" edition = "2018" authors = ["Guillaume Pinot ", "others"] description = "Parse command line argument by defining a struct." diff --git a/README.md b/README.md index 7e69a92..bff1587 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Parse command line arguments by defining a struct. It combines [clap](https://c ## Maintenance -As clap v3 is now out, and the structopt features are intregrated into (almost as-is), structopt is now in maintenance mode: no new feature will be added. +As clap v3 is now out, and the structopt features are integrated into (almost as-is), structopt is now in maintenance mode: no new feature will be added. Bugs will be fixed, and documentation improvements will be accepted. diff --git a/src/lib.rs b/src/lib.rs index dc4a9ec..92d93ab 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -11,6 +11,14 @@ //! This crate defines the `StructOpt` trait and its custom derive. //! +//! ## Maintenance +//! +//! As clap v3 is now out, and the structopt features are integrated +//! into (almost as-is), structopt is now in maintenance mode: no new +//! feature will be added. +//! +//! Bugs will be fixed, and documentation improvements will be accepted. +//! //! ## Features //! //! If you want to disable all the `clap` features (colors,