Skip to content

Commit d5e86c8

Browse files
chore(main): release 0.3.0 (#11)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eab27eb commit d5e86c8

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.github/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
11
# Changelog
2+
3+
## [0.3.0](https://github.com/bluebrown/go-template-cli/compare/v0.2.0...v0.3.0) (2024-04-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* refactor command line interface
9+
10+
### Features
11+
12+
* refactor command line interface ([f8a17d4](https://github.com/bluebrown/go-template-cli/commit/f8a17d4b848f82374049f575c2814f8f1eddfce3))
13+
14+
15+
### Bug Fixes
16+
17+
* use flagset.VisitAll to handle equal signs in file and glob flags ([#13](https://github.com/bluebrown/go-template-cli/issues/13)) ([762748e](https://github.com/bluebrown/go-template-cli/commit/762748e27b0799419f467652384202a3e39b0ae6))
18+
19+
20+
### Continuous Integration
21+
22+
* release-please pipeline ([#10](https://github.com/bluebrown/go-template-cli/issues/10)) ([dc5c6fa](https://github.com/bluebrown/go-template-cli/commit/dc5c6fa7f5cd497367548c2997c601033abab76b))
23+
24+
## Changelog
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0"
2+
".": "0.3.0"
33
}

0 commit comments

Comments
 (0)