From c203bf646fd60189c79a626e707be3a2c28e755a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 12:38:44 +0800 Subject: [PATCH] chore(main): release 0.6.9 (#129) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 489fbd2..d68f987 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.8" + ".": "0.6.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index eee67ec..9e0ac48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.9](https://github.com/hbstack/revision/compare/v0.6.8...v0.6.9) (2025-01-17) + + +### Bug Fixes 🐞 + +* handle resources.GetRemote errors with the try expression ([#128](https://github.com/hbstack/revision/issues/128)) ([8722297](https://github.com/hbstack/revision/commit/8722297f22e7c4f83e71510370ba149d1b579249)) + ## [0.6.8](https://github.com/hbstack/revision/compare/v0.6.7...v0.6.8) (2024-11-13)