From 7714211e7e02a1e06425f5123343444e2bc96f1a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 19:43:33 +0200 Subject: [PATCH] chore(main): release thqm 0.6.0 (#6) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index f1c1e58..bcd0522 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c0f8f1..bf40b0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.6.0](https://github.com/loiccoyle/thqm-rs/compare/thqm-v0.5.0...thqm-v0.6.0) (2024-10-06) + + +### Features + +* add verbosity control ([a96a6e3](https://github.com/loiccoyle/thqm-rs/commit/a96a6e3af3f54f9e47ecfdcb95f1ac98cdb10d94)) + + +### Bug Fixes + +* add missing `value_hint` for path args ([ad8869c](https://github.com/loiccoyle/thqm-rs/commit/ad8869c5db1f0f1a94bc529cf99bd039ade571cb)) +* help message using wrong flag ([2f369ae](https://github.com/loiccoyle/thqm-rs/commit/2f369ae8dfaaa2ec2eb2491632baeafa017c50ab)) + ## [0.5.0](https://github.com/loiccoyle/thqm-rs/compare/thqm-v0.4.1...thqm-v0.5.0) (2024-09-28) diff --git a/Cargo.lock b/Cargo.lock index 64acd13..5517ad9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1877,7 +1877,7 @@ dependencies = [ [[package]] name = "thqm" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 1617b19..44e66cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "thqm" description = "A simple HTTP server to serve a dynamic menu for your scripts over the network." -version = "0.5.0" +version = "0.6.0" authors = ["Loic Coyle "] edition = "2021" readme = "README.md"