Skip to content

Commit

Permalink
chore(main): release 0.5.0 (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 25, 2023
1 parent 366d05a commit 23b2cce
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit 23b2cce

Please sign in to comment.