Skip to content

Commit

Permalink
chore(main): release 0.6.0 (#15)
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 Mar 20, 2024
1 parent 47a5e79 commit c39b23e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* generate carapace but remove yaml support

### Features

* Basic support for Darwin ([#17](https://github.com/ysthakur/gen-completions/issues/17)) ([4a849ca](https://github.com/ysthakur/gen-completions/commit/4a849ca88040547984a6386b0f35622e535759ef))
* 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

* Don't include subsection headings at end ([590e695](https://github.com/ysthakur/gen-completions/commit/590e695090a6aae07adb4cbffce322aeff310dfb))
* 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 c39b23e

Please sign in to comment.