From f868d6e96eb4f191b34b3aa80ab9f2988c60428e Mon Sep 17 00:00:00 2001 From: "pepabo-pr-maker[bot]" <216826512+pepabo-pr-maker[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 06:37:19 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index ea79f7a..3971f5c 100644 --- a/version/version.go +++ b/version/version.go @@ -2,5 +2,5 @@ package version const ( Name string = "onecli" - Version string = "0.3.0" + Version string = "0.3.1" ) From 1796c58ec6f1f9a699a200a25b65393ccc99deba Mon Sep 17 00:00:00 2001 From: "pepabo-pr-maker[bot]" <216826512+pepabo-pr-maker[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 06:37:20 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8272a83..da2ce80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v0.3.1](https://github.com/pepabo/onecli/compare/v0.3.0...v0.3.1) - 2025-06-18 +- fix: suppress double error output by removing redundant error print in main.go by @buty4649 in https://github.com/pepabo/onecli/pull/17 + ## [v0.3.0](https://github.com/pepabo/onecli/compare/v0.2.0...v0.3.0) - 2025-06-18 - feat: add --detail flag to app list command by @buty4649 in https://github.com/pepabo/onecli/pull/6 - Add golangci-lint configuration and update version by @buty4649 in https://github.com/pepabo/onecli/pull/7