diff --git a/CHANGELOG.md b/CHANGELOG.md index 103e66e..41e41d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.1](https://github.com/ysthakur/man-completions/compare/v0.4.0...v0.4.1) (2023-12-24) + + +### Features + +* trigger release ([e384d7e](https://github.com/ysthakur/man-completions/commit/e384d7e24dc4ddf4fdf3f2643a4aa88348a8d04a)) + ## [0.4.0](https://github.com/ysthakur/man-completions/compare/v0.3.2...v0.4.0) (2023-11-18) diff --git a/Cargo.lock b/Cargo.lock index 45b184a..cba6d04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -328,7 +328,7 @@ checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" [[package]] name = "man-completions" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 1c29379..8cd4d5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "man-completions" -version = "0.4.0" +version = "0.4.1" description = "Generate completions for Zsh and other shells from manpages" keywords = ["shell"] categories = ["command-line-utilities"]