From 60d77fd03e1f3af4aa957a5de218ed57d594d449 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 15:40:54 -0400 Subject: [PATCH] chore(main): release 0.3.1 (#8) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 153225b..29ef155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.lock b/Cargo.lock index 7fa48ec..b1d67f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -328,7 +328,7 @@ checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" [[package]] name = "man-completions" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index f860f0b..5c32edc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"