Skip to content

Commit

Permalink
chore(main): release 0.3.1 (#8)
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 Aug 18, 2023
1 parent 894a221 commit 60d77fd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.3.1](https://github.com/ysthakur/man-completions/compare/v0.3.0...v0.3.1) (2023-08-18)


### Features

* Add type4 parser (untested) ([0745256](https://github.com/ysthakur/man-completions/commit/074525613fa89597d9ae6ad9ee5b86b16e8e4ed1))
* Implement type3 ([03c8e2f](https://github.com/ysthakur/man-completions/commit/03c8e2fcf9c1f0c75e2d9dfa21340f05c938d7b8))
* scdoc parser ([857e11e](https://github.com/ysthakur/man-completions/commit/857e11ee31f6a734124cf063a9593f07187b6a7a))

## [0.3.0](https://github.com/ysthakur/man-completions/compare/v0.2.1...v0.3.0) (2023-08-17)


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 = "man-completions"
version = "0.3.0"
version = "0.3.1"
description = "Generate completions for Zsh and other shells from manpages"
keywords = ["shell"]
repository = "https://github.com/ysthakur/man-completions"
Expand Down

0 comments on commit 60d77fd

Please sign in to comment.