From 4105fb21d212580674c664298a5f361ffe314131 Mon Sep 17 00:00:00 2001 From: "scottames-github-bot[bot]" <162828115+scottames-github-bot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 22:15:51 +0000 Subject: [PATCH] chore(main): release 0.9.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 76d5538..b28fea9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.0" + ".": "0.9.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a1d7eb9..4072384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.9.1](https://github.com/scottames/thts/compare/v0.9.0...v0.9.1) (2026-08-21) + + +### Miscellaneous Chores + +* **deps:** update ⬆️ github-actions to v4.2.1 ([#71](https://github.com/scottames/thts/issues/71)) ([d758006](https://github.com/scottames/thts/commit/d75800685a611113eac0c160a88a4771490a44f4)) +* **deps:** update ⬆️ github-actions to v4.2.4 ([#76](https://github.com/scottames/thts/issues/76)) ([b82003a](https://github.com/scottames/thts/commit/b82003a1d23cc4253eadccb850149fce88a6621d)) +* **deps:** update ⬆️ github-actions to v4.2.5 ([#79](https://github.com/scottames/thts/issues/79)) ([26e44cf](https://github.com/scottames/thts/commit/26e44cfa0c19c690a54da27fe151be9a522cada6)) +* **deps:** update ⬆️ gomod patching to v2.0.6 ([#77](https://github.com/scottames/thts/issues/77)) ([f3829da](https://github.com/scottames/thts/commit/f3829da3cbe2e3a86e7a0f4359fa033e6c879fcd)) +* **deps:** update ⬆️ gomod patching to v3.0.5 ([#73](https://github.com/scottames/thts/issues/73)) ([3bdba7a](https://github.com/scottames/thts/commit/3bdba7ac2e902eb894d85bd8c2ea3fe87b31199c)) +* **deps:** update ⬆️ trunk go to v1.26.5 ([#68](https://github.com/scottames/thts/issues/68)) ([1bff4e9](https://github.com/scottames/thts/commit/1bff4e9d483db2fbf505fb55a47bba1afe910628)) +* **deps:** update ⬆️ trunk go to v1.26.6 ([#78](https://github.com/scottames/thts/issues/78)) ([5970fdd](https://github.com/scottames/thts/commit/5970fddae05b4b6f4169da655df4b2cf7923f1b7)) +* **deps:** update dependency aqua:goreleaser/goreleaser to v2.17.1 ([#74](https://github.com/scottames/thts/issues/74)) ([b034579](https://github.com/scottames/thts/commit/b03457908a8b777645c9d0d57fda4849a4130ca0)) +* **deps:** update github-actions ([#75](https://github.com/scottames/thts/issues/75)) ([2bb8adb](https://github.com/scottames/thts/commit/2bb8adb92fee6069d02888c20f9e4e5d73f4d8be)) + ## [0.9.0](https://github.com/scottames/thts/compare/v0.8.2...v0.9.0) (2026-07-22)