From 4caead3abbb7761d841a187ea6332603ebd73b6e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 00:04:28 +0000 Subject: [PATCH] chore(main): release 0.5.3 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 258342d..d9d5699 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.2" + ".": "0.5.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ee80027..07edf37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Change Log +## [0.5.3](https://github.com/monetr/hostess/compare/v0.5.2...v0.5.3) (2026-06-30) + + +### Bug Fixes + +* **test:** Fixing tests in CI/CD ([2e6a2f8](https://github.com/monetr/hostess/commit/2e6a2f8a09cd4ec1b2e74229ae9008d393438af8)) + + +### Miscellaneous + +* Tweaking readme ([7994ad1](https://github.com/monetr/hostess/commit/7994ad148f19d1eeb4b6cb2ea98f1c4f5e027522)) +* Updating paths ([0d7b015](https://github.com/monetr/hostess/commit/0d7b015d700b01e61d9cbe2e210e81605b1e71bc)) + + +### Refactor + +* Bringing into my own patterns ([513748d](https://github.com/monetr/hostess/commit/513748df568a0a3a74e5d316f8fa6dd7245f6cf9)) + + +### Build Automation + +* Upgrading to go 1.25 ([855b48c](https://github.com/monetr/hostess/commit/855b48cb4658ba68ae3e0708d1578ed4842ae2bf)) + ## v0.5.2 (March 13, 2020) Bug Fixes