Releases: goreleaser/chglog
v0.2.0
Changelog
New Features
- c943ed2: feat: bump deps (@caarlos0)
- 015e951: feat: bump deps (@caarlos0)
- c855d6c: feat: bump deps, go (@caarlos0)
- f182c23: feat: fixing ci (@caarlos0)
- 74f1a85: feat: improve changelog et al (@caarlos0)
- 49d83eb: feat: release for arm64 as well (@caarlos0)
- 48b8741: feat: update cobra (@caarlos0)
- 294c38c: feat: upgrade yaml (#42) (@caarlos0)
Bug fixes
- 37bc5f2: fix(ci): major version on actions (@caarlos0)
- 3c4107a: fix(ci): pin major goreleaser action version (@caarlos0)
- 5a7f6b3: fix(ci): pin major versions (@caarlos0)
- 2397757: fix: gofumpt (@caarlos0)
- f6307be: fix: makefile (@caarlos0)
- fbc71b8: fix: switch to using a conventional commits library (#32) (@djgilcrease)
- c3c26f7: fix: tags that happened off the branch you were working on caused issues when generating the changelog (#43) (@djgilcrease)
- b77b216: fix: tags were traversed in lexical order, change to semver order (#75) (@masonkatz)
Documentation updates
Other work
- 9afb6ad: Allow and Ignore Non-semver tags (#77) (@masonkatz)
- fe5567b: Update README.md (@caarlos0)
Full Changelog: goreleaser/goreleaser@v0.1.2...v0.2.0
What to do next?
- Read the documentation
- Check out the GoReleaser Pro distribution
- Join our Discord server
- Follow us on Twitter
v0.1.2
Changelog
7678368 chore(deps): go mod tidy (#31)
9c6b268 fix: fix typo in the getDeb function (#30)
f4b552e chore(deps): bump github.com/go-git/go-git/v5 from 5.1.0 to 5.2.0 (#24)
26bf179 chore(deps): bump actions/checkout from v2.3.3 to v2.3.4 (#28)
7118e86 chore(deps): bump codecov/codecov-action from v1.0.13 to v1.0.14 (#26)
4e08370 chore(deps): bump github.com/spf13/cobra from 1.1.0 to 1.1.1 (#27)
4ae245a chore(deps): bump github.com/spf13/cobra from 1.0.0 to 1.1.0 (#25)
4ad310e chore(deps): bump actions/checkout from v2.3.2 to v2.3.3 (#23)
3cb90e2 chore(deps): go mod tidy (#22)
426f0c9 chore(deps): bump github.com/google/go-cmp from 0.5.1 to 0.5.2 (#21)
b2edcdf chore(deps): bump codecov/codecov-action from v1.0.12 to v1.0.13 (#20)
f0e71e2 chore(deps): bump actions/checkout from v2.3.1 to v2.3.2 (#19)
6e62876 chore(deps): go mod tidy (#18)
b141307 chore(deps): bump github.com/spf13/viper from 1.7.0 to 1.7.1 (#16)
a0625e7 fix: lint updates (#17)
3683ffc chore(deps): bump codecov/codecov-action from v1.0.11 to v1.0.12 (#15)
fc7b4fb chore(deps): go mod tidy (#14)
9d4e41f chore(deps): bump github.com/google/go-cmp from 0.5.0 to 0.5.1 (#13)
f7d856e chore(deps): bump codecov/codecov-action from v1.0.10 to v1.0.11 (#12)
v0.1.1
v0.1.0
Changelog
eac4b00 chore(deps): go mod tidy (#11)
126aeef fix: coverage
3f35527 chore(deps): bump github.com/google/go-cmp from 0.3.1 to 0.5.0 (#3)
dc03b8c fix: ci
f7eef22 fix: lint issues (#9)
ab06c45 chore(deps): go mod tidy (#10)
1f6745a docs: badges
cb5e536 feat: bump all deps (#8)
d35ede3 feat: ci
9922497 chore: code owners
d969fbb chore: update deps
37f186b chore: allow detecting .git directories
35adc1c fix: clean up debian template to ensure proper parsing by dpkg-parsechangelog
f8ca45b feat: Add author and committer info to the change entry (#1)
d33bb9d chore: add README.md
d7cfe6d chore: add format cli command
a6309a8 chore: FormatChangelog done and tested chore: start cli work
c2f4537 chore: start working on the Format and Templating API
b211acf chore: AddEntry implemented and tested
22a9181 Merge branch 'master' of github.com:djgilcrease/chglog
f524b82 chore: Work on the code level API
edd775a Initial commit