Skip to content

Commit

Permalink
chore(main): release thqm 0.6.0 (#6)
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 Oct 6, 2024
1 parent f8b71de commit 7714211
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.0"
".": "0.6.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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,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 <[email protected]>"]
edition = "2021"
readme = "README.md"
Expand Down

0 comments on commit 7714211

Please sign in to comment.