From 038c9a827a0aa8d18da3ba406b8e69c14d8cc003 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 17:00:35 -0400 Subject: [PATCH] chore(main): release 0.2.1 (#6) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b719978..a1d99c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.2.1](https://github.com/ysthakur/man-completions/compare/v0.2.0...v0.2.1) (2023-08-11) + + +### Features + +* Detect subcommands with hyphens ([d89b021](https://github.com/ysthakur/man-completions/commit/d89b0212fcf58794bf0584f55a59e84db9b29d6e)) +* Explicitly give subcommands ([7146648](https://github.com/ysthakur/man-completions/commit/714664835f299d7e86589cd5d009fd816345f9ea)) +* Nushell support ([00bb571](https://github.com/ysthakur/man-completions/commit/00bb571955444876eb378e0076ce4b2ca09ecf78)) + ## [0.2.0](https://github.com/ysthakur/man-completions/compare/v0.1.0...v0.2.0) (2023-08-09) diff --git a/Cargo.lock b/Cargo.lock index 182ccd3..253fab3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -295,7 +295,7 @@ checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" [[package]] name = "man-completions" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index e190a4a..e97f175 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "man-completions" -version = "0.2.0" +version = "0.2.1" description = "Generate completions for Zsh and other shells from manpages" keywords = ["shell"] repository = "https://github.com/ysthakur/man-completions"