From 23b2cceeba867dc35ccbcf2bb0d5c101e157e65e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 19:16:54 -0500 Subject: [PATCH] chore(main): release 0.5.0 (#13) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e41d2..b16805a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.5.0](https://github.com/ysthakur/man-completions/compare/v0.4.1...v0.5.0) (2023-12-25) + + +### ⚠ BREAKING CHANGES + +* Changes to KDL format + +### Features + +* Also generate completions from KDL/JSON/YAML ([#12](https://github.com/ysthakur/man-completions/issues/12)) ([1c36fd2](https://github.com/ysthakur/man-completions/commit/1c36fd2a32b266b35e40840bcc84ee1ff7b52a78)) +* Changes to KDL format ([366d05a](https://github.com/ysthakur/man-completions/commit/366d05aa009ed9d433813479d0941da5ba0f5a5c)) + ## [0.4.1](https://github.com/ysthakur/man-completions/compare/v0.4.0...v0.4.1) (2023-12-24) diff --git a/Cargo.lock b/Cargo.lock index 3f466a8..1e0cab5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -278,7 +278,7 @@ dependencies = [ [[package]] name = "gen-completions" -version = "0.1.0" +version = "0.5.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 86bdba6..69075ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gen-completions" -version = "0.1.0" +version = "0.5.0" description = "Generate Bash/Zsh completions from manpages or JSON/KDL files" keywords = ["shell"] categories = ["command-line-utilities"]