Skip to content

Releases: StephanHCB/go-generator-cli

v1.5.0

11 Jun 18:05
35259cd
Compare
Choose a tag to compare

1.5.0 (2024-06-11)

Feature

  • #16: add arm64 build for linux, darwin (c5c853d)

Chores

  • deps: bump go version to 1.22 (deb8c93)
  • release: add automatic version (636c140)

v1.4.1

26 Mar 11:56
ea0a7da
Compare
Choose a tag to compare

1.4.1 (2024-03-26)

Bug Fixes

v1.4.0

11 Oct 09:36
4c0e469
Compare
Choose a tag to compare

1.4.0 (2023-10-11)

Feature

  • deps: update documentation (2e5df7d)
  • deps: bump generator lib version (57a871c)

v1.3.2

27 Jan 18:26
75b0fe1
Compare
Choose a tag to compare

1.3.2 (2023-01-27)

Bug Fixes

  • ci: only run release on master branch, because otherwise missing credentials (b7a3347)

Chores

  • deps: bump github.com/StephanHCB/go-generator-lib (98ebc41)

v1.3.1

25 Jun 17:03
Compare
Choose a tag to compare

1.3.1 (2022-06-25)

Bug Fixes

  • release: docker repo name must be lowercase (d8ec5b1)

v1.3.0

25 Jun 16:52
482bcf1
Compare
Choose a tag to compare

1.3.0 (2022-06-25)

Feature

  • release: publish docker image to docker hub (9589b4f)

v1.2.0

23 Jun 14:23
3800f55
Compare
Choose a tag to compare

1.2.0 (2022-06-23)

Feature

  • release: add automatic binary releases with goreleaser (7cd4894)

v1.1.0

22 Jun 14:41
Compare
Choose a tag to compare

1.1.0 (2022-06-22)

Features

v1.0.0

14 Oct 17:14
Compare
Choose a tag to compare

1.0.0 (2021-10-14)

chore

  • release: setup semantic-release (d34ef0f)

BREAKING CHANGES

  • release: all commits now require the conventional commit format

we're sprigging (v0.3.0)

30 Sep 19:08
Compare
Choose a tag to compare
  • include Masterminds/sprig for all template parse operations
  • allow default values in generator specs to use templates, too (if they are strings)
  • correctly handle empty string vs. missing values both in default values (generator spec) and variables (render spec)