Skip to content

Commit

Permalink
chore(main): release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 19, 2024
1 parent 138f629 commit e10b69a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.6.0](https://github.com/ysthakur/gen-completions/compare/v0.5.1...v0.6.0) (2024-03-19)


### ⚠ BREAKING CHANGES

* generate carapace but remove yaml support

### Features

* generate carapace but remove yaml support ([c429a78](https://github.com/ysthakur/gen-completions/commit/c429a784ab742cd97ee060802fd5edc857b1f17b))
* Generate descriptions for strings arg type for nu ([c70d189](https://github.com/ysthakur/gen-completions/commit/c70d1891ecfe9e51895e016298c77d624bc20114))
* Make Nushell try generating types ([898537b](https://github.com/ysthakur/gen-completions/commit/898537bbc267007e2efb47848eea18140ad7e9e8))
* Parse arg types ([0417e65](https://github.com/ysthakur/gen-completions/commit/0417e65cf76200ab891a4fc19ea99f8771475cd0))


### Bug Fixes

* Fix duplicate flag span ([e486366](https://github.com/ysthakur/gen-completions/commit/e4863660baecb998d2f046f4552ad6b0a4834d32))

## [0.5.1](https://github.com/ysthakur/man-completions/compare/v0.5.0...v0.5.1) (2023-12-25)


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.5.1"
version = "0.6.0"
description = "Generate Bash/Zsh completions from manpages or JSON/KDL files"
keywords = ["shell"]
categories = ["command-line-utilities"]
Expand Down

0 comments on commit e10b69a

Please sign in to comment.