Skip to content

Releases: zbindenren/cc

v0.4.4

08 Feb 16:04
d27a492
Compare
Choose a tag to compare

Changelog

  • d27a492 chore: update changelog with 0.4.4 release
  • ecd60eb chore: update conventional commits configuration
  • 9647b43 ci: update go and golangci-lint version
  • 13906ae Merge branch 'main' of https://github.com/zbindenren/cc
  • 866410f style: make linter happy
  • 92f8281 fix: replaces \r\n (windows) and \r mac with \n
  • 0ac24ee Merge pull request #10 from zbindenren/doc
  • 68e65da docs: add github actions section
  • 6838c63 build: add conventional commits workflow
  • 8883cdb deps(yaml): 3.0.0-20200615113413-eeeca48fe776 -> 3.0.0-20210107192922-496545a6307b
  • b4815ff deps(testify): 1.6.1 -> 1.7.0
  • 58baaf0 deps(flash): 0.1.0 -> 0.2.0
  • 8b746b6 chore: udpate conventional commits configuratin file
  • d92cf88 docs: update README
  • 1cbb1f2 fix: overwrite tag correctly for initial release
  • 1a3be0a fix(changelog): use git remote to check if repo has an origin remote configured

v0.4.3

04 Feb 14:57
01af989
Compare
Choose a tag to compare

Changelog

01af989 chore: update changelog with 0.4.3 release
a0d386b fix(changelog): make default date in main.go parsable

Docker images

  • docker pull zbindenren/cc:0.4.3
  • docker pull zbindenren/cc:0.4
  • docker pull zbindenren/cc:0
  • docker pull zbindenren/cc:latest

v0.4.2

04 Feb 14:06
50394ce
Compare
Choose a tag to compare

Changelog

50394ce chore: update changelog with 0.4.2 release
3edaa8c Merge pull request #3 from ghouscht/fix/go-get
3ee769b fix: add a dummy date

Docker images

  • docker pull zbindenren/cc:0.4.2
  • docker pull zbindenren/cc:0.4
  • docker pull zbindenren/cc:0
  • docker pull zbindenren/cc:latest

v0.4.1

04 Feb 11:42
748e792
Compare
Choose a tag to compare

Changelog

748e792 chore: update changelog with 0.4.1 release
ccfe76e fix(changelog): create changelog file in the top level git directory instead of current directory

Docker images

  • docker pull zbindenren/cc:0.4.1
  • docker pull zbindenren/cc:0.4
  • docker pull zbindenren/cc:0
  • docker pull zbindenren/cc:latest

v0.4.0

13 Jan 12:23
d1eed18
Compare
Choose a tag to compare

Changelog

d1eed18 chore: update changelog with 0.4.0 release
49ffb2b chore(changelog): move cmd/main.go to cmd/changlog/main.go
638ea45 feat(changelog): add -num option
f37a1f1 fix(changelog): include first release (tag) to history
8488970 ci(goreleaser): fix deprecation warning
d581072 ci: disable manual docker push
4a46aba ci: run goreleaser only for tags
2a16291 ci: update workflow to build docker image
fb46242 tests(changelog): update github markdown tests
4df9cbb fix(changelog): issue link URL in github markdown

Docker images

  • docker pull zbindenren/cc:0.4.0
  • docker pull zbindenren/cc:0.4
  • docker pull zbindenren/cc:0
  • docker pull zbindenren/cc:latest

v0.3.1

12 Jan 08:04
2a2c448
Compare
Choose a tag to compare

0.3.1 (2021-01-12)

Bug Fixes

  • changelog: command does not fail when there was no commit since last tag (#1, adbe8e1a)

    Release failed with a cryptic git error, when there was no commit since last
    tag. Now command exits with no commits since last tag error message.

v0.3.0

05 Jan 11:49
058d453
Compare
Choose a tag to compare

0.3.0 (2021-01-05)

Bug Fixes

  • changelog: github issue and commit markdown URLs (cdeb3531)
  • changelog: stage buildinfo go files (e6f7a8c6)
  • changelog: verify that new version is greater than current (85b778f4)
  • changelog: when overriding release version corresponding tag is also overridden (62c99ab1)

New Features

  • changelog: add version flag -v to show version information (4b5090c2)

v0.2.1

04 Jan 15:05
0c43f49
Compare
Choose a tag to compare

0.2.1 (2021-01-04)

Bug Fixes

  • changelog: add BREAKING CHANGE footer token value to changelog (2e070cd5)

    Before this change, footer token values for BREAKING CHANGE and
    BREAKING_CHANGE were ignored.

  • changelog: version is no longer prefixed with v for -history flag (4a8804f1)
  • common: documentation for BreakingMessage() method. (9cd0522e)

v0.2.0

05 Jan 12:01
67e7b81
Compare
Choose a tag to compare

0.2.0 (2021-01-04)

Bug Fixes

  • changelog: raise no error when output is set to stdout and CHANGELOG.md does not exist (ba54c827)
  • changelog: stage changelog file if necessary (0bdd1106)
  • changelog: typo in error message (30cc4d88)
  • changelog: when overriding release version created tag was not overridden (e185c32b)