Releases: luizjhonata/chlog
Releases · luizjhonata/chlog
Release list
v0.4.0
What's Changed
- chore: Bump actions/setup-go from 6.5.0 to 7.0.0 by @dependabot[bot] in #30
- chore: Bump actions/checkout from 7.0.0 to 7.0.1 by @dependabot[bot] in #31
- feat(semver): make major bump depend on explicit breaking flag by @luizjhonata in #32
- chore(release): bump version to 0.4.0 by @luizjhonata in #33
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- chore: Bump actions/checkout from 6 to 7 by @dependabot[bot] in #26
- chore(ci): pin actions to SHAs and add dependabot cooldown by @luizjhonata in #28
- fix: emit fragment time field single-quoted by @luizjhonata in #27
- chore(release): bump version to 0.3.1 by @luizjhonata in #29
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- fix(batch): resolve version base from git tags and CHANGELOG by @luizjhonata in #22
- fix(batch): cap auto bump to minor while below 1.0.0 by @luizjhonata in #24
- chore(release): bump version to 0.3.0 by @luizjhonata in #25
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- docs: improve README with badges, features, and positioning by @luizjhonata in #15
- chore(yaml): single-quote kind and body in generated fragment files by @luizjhonata in #16
- refactor(config): extract
FindConfig(startDir)from `FindConfigUpwa… by @luizjhonata in #17 - feat(hook): add
chlog hook installandchlog hook uninstallcommands by @luizjhonata in #18 - feat(hook): replace per-repo hook with global and local install modes by @luizjhonata in #19
- feat(ai): add
chlog ai setupto configure AI assistant rules by @luizjhonata in #20 - chore(release): bump version to 0.2.0 by @luizjhonata in #21
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- feat: add core types for config and change by @luizjhonata in #1
- feat: add
newcommand for creating changelog fragments by @luizjhonata in #2 - feat: add
batchcommand for compiling fragments into version files by @luizjhonata in #3 - feat: add
mergecommand for inserting versions into CHANGELOG.md by @luizjhonata in #4 - feat: add
checkcommand for verifying unreleased fragments by @luizjhonata in #5 - docs: add README with install, usage, and configuration reference by @luizjhonata in #6
- chore: bootstrap changes directory and open-source docs by @luizjhonata in #7
- chore: Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #8
- chore: add
make releasetarget for changelog workflow by @luizjhonata in #9 - fix: skip fragment check on bump branches in CI pipeline by @luizjhonata in #11
- fix: add
vprefix to release tags for Go toolchain compatibility by @luizjhonata in #13 - chore/bump-0.1.0: prepare first release by @luizjhonata in #14
New Contributors
- @dependabot[bot] made their first contribution in #8
Full Changelog: https://github.com/luizjhonata/chlog/commits/v0.1.0