Skip to content

Commit

Permalink
chore(main): release thqm 0.5.0 (#5)
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 Sep 28, 2024
1 parent fd3798e commit 0d47526
Show file tree
Hide file tree
Showing 4 changed files with 15 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.4.1"
".": "0.5.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.5.0](https://github.com/loiccoyle/thqm-rs/compare/thqm-v0.4.1...thqm-v0.5.0) (2024-09-28)


### Features

* add `--style-dir` flag ([24f35fa](https://github.com/loiccoyle/thqm-rs/commit/24f35fa830a4361b660e451e34bf6e9970ca82c2))


### Bug Fixes

* suggest `--install-styles` when no styles are found & print styles location on install ([fd3798e](https://github.com/loiccoyle/thqm-rs/commit/fd3798ee42021cfc551099689c2648b4d032fa1c))

## [0.4.1](https://github.com/loiccoyle/thqm-rs/compare/thqm-v0.4.0...thqm-v0.4.1) (2024-09-23)


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.4.1"
version = "0.5.0"
authors = ["Loic Coyle <loic.coyle@hotmail.fr>"]
edition = "2021"
readme = "README.md"
Expand Down

0 comments on commit 0d47526

Please sign in to comment.