Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#7)
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 17, 2023
1 parent 04b2eba commit 8549cb7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* Rename Arg to Flag
* Move manpage-finding to main.rs

### Features

* Output (n parsed/total) statistic ([b89debf](https://github.com/ysthakur/man-completions/commit/b89debf1c077ee3ca95011c9f50e60242a31f6b3))
* Read .bz2 ([02b5b27](https://github.com/ysthakur/man-completions/commit/02b5b27337e6c97ae6cd528b01071d47bd2ee9c0))
* Untested Bash impl ([1f43bd4](https://github.com/ysthakur/man-completions/commit/1f43bd47c87fb1496176db9c40a53ad11785be43))


### Code Refactoring

* Move manpage-finding to main.rs ([d5a57cc](https://github.com/ysthakur/man-completions/commit/d5a57cc1c59d30efc52c500bf297f546e89a1b7e))
* Rename Arg to Flag ([ec2dcce](https://github.com/ysthakur/man-completions/commit/ec2dcce0c57e3ac52883f2724f997b35859fa4b2))

## [0.2.1](https://github.com/ysthakur/man-completions/compare/v0.2.0...v0.2.1) (2023-08-11)


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.2.1"
version = "0.3.0"
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 8549cb7

Please sign in to comment.