Skip to content

Releases: goreleaser/chglog

v0.2.0

16 Aug 01:47
v0.2.0
74f1a85
Compare
Choose a tag to compare

Changelog

New Features

Bug fixes

Documentation updates

Other work

Full Changelog: goreleaser/goreleaser@v0.1.2...v0.2.0

What to do next?

v0.1.2

09 Nov 21:15
7678368
Compare
Choose a tag to compare

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

13 Jul 20:52
Compare
Choose a tag to compare

Changelog

fd75b29 fix(ci): goreleaser build

v0.1.0

13 Jul 20:46
eac4b00
Compare
Choose a tag to compare

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