From 62cb3e205fca90239b0202cde26be70d76058a8a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 23:28:44 +0200 Subject: [PATCH] chore(main): release 0.3.1 (#21) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/CHANGELOG.md | 7 +++++++ .github/release-please-manifest.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index df9bf2b..0217ca6 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1](https://github.com/bluebrown/go-template-cli/compare/v0.3.0...v0.3.1) (2024-05-07) + + +### Bug Fixes + +* flag parsing ([#20](https://github.com/bluebrown/go-template-cli/issues/20)) ([8592ace](https://github.com/bluebrown/go-template-cli/commit/8592ace899123bfaf86e888900b9fe72e836c5a1)) + ## [0.3.0](https://github.com/bluebrown/go-template-cli/compare/v0.2.0...v0.3.0) (2024-04-14) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 0ee8c01..816df2d 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.1" }