From 261bee7b35ffdf4b6585c61c1c98b04ce92cdf86 Mon Sep 17 00:00:00 2001 From: Griffen Fargo Date: Sun, 2 Aug 2026 13:47:56 -0400 Subject: [PATCH] chore(main): release 0.45.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cc24353..5ae8b7d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.45.2" + ".": "0.45.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c87ecc..341d1c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.45.3](https://github.com/gfargo/strut/compare/v0.45.2...v0.45.3) (2026-08-02) + + +### Bug Fixes + +* **health:** fall back to working-dir label match when compose ps returns nothing ([#504](https://github.com/gfargo/strut/issues/504)) ([9bec748](https://github.com/gfargo/strut/commit/9bec7489d6b0d866df8fcc8f7f6075d18c2bcebf)) +* **logs:** --tail no longer clobbers the service arg in cmd_logs ([#503](https://github.com/gfargo/strut/issues/503)) ([f60051e](https://github.com/gfargo/strut/commit/f60051e00be3e164059d549346e95bc9be578e0d)) +* **status:** dispatch to remote host like health does ([#505](https://github.com/gfargo/strut/issues/505)) ([ae3c7b8](https://github.com/gfargo/strut/commit/ae3c7b884d42bb605a7784d5cb39124d7aff7a53)) + ## [0.45.2](https://github.com/gfargo/strut/compare/v0.45.1...v0.45.2) (2026-08-01) diff --git a/VERSION b/VERSION index 9f3a7d7..460e2af 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.45.2 +0.45.3