diff --git a/Cargo.toml b/Cargo.toml index ad9c57b..f341368 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clap-markdown" -version = "0.1.4" +version = "0.1.5" authors = ["Connor Gray "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/README.md b/README.md index 2f08cf2..d9d821c 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ version number of `clap-markdown` will be changed. | `clap-markdown` | `clap` | |-----------------|-----------| -| v0.0.1 – v0.1.4 | `"4.*.*"` | +| v0.0.1 – v0.1.5 | `"4.*.*"` | ## License diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3acc02f..b926628 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -8,6 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.5] — 2025-05-01 + +### Added + +* `clap-markdown` will now list subcommand and argument aliases in the generated + Markdown. ([#36], authored by [@willemneal](https://github.com/willemneal), + and [#41]). + + This can be controlled with the new `MarkdownOptions::show_aliases()` option + setter. + ## [0.1.4] — 2024-06-15 ### Added @@ -157,10 +168,15 @@ Initial release of `clap-markdown`. [#26]: https://github.com/ConnorGray/clap-markdown/pull/26 [#27]: https://github.com/ConnorGray/clap-markdown/pull/27 + +[#36]: https://github.com/ConnorGray/clap-markdown/pull/36 +[#41]: https://github.com/ConnorGray/clap-markdown/pull/41 + -[Unreleased]: https://github.com/ConnorGray/clap-markdown/compare/v0.1.4...HEAD +[Unreleased]: https://github.com/ConnorGray/clap-markdown/compare/v0.1.5...HEAD +[0.1.5]: https://github.com/ConnorGray/clap-markdown/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/ConnorGray/clap-markdown/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/ConnorGray/clap-markdown/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/ConnorGray/clap-markdown/compare/v0.1.1...v0.1.2