Releases: stefanlogue/meteor
Releases · stefanlogue/meteor
v0.23.1
Changelog
Bug fixes
- 837333e: fix(templates): protect against potential template injection (@stefanlogue)
v0.23.0
This version adds custom templates, so if the default templates haven't been exactly what you wanted, this is for you!
Changelog
New Features
- cceddb7: feat: User defined commit message templates (#40) (@stefanlogue)
v0.22.0
v0.21.2
Changelog
Other work
- 6d51182: revert(goreleaser): go regex does not support lookarounds (@stefanlogue)
v0.21.0
Changelog
New Features
- a01ed79: feat: Add "build" prefix (@alexandregv)
Documentation updates
- 22b190c: docs(CHANGELOG): update changelog (@stefanlogue)
v0.20.0
Changelog
New Features
Bug fixes
- b1b768e: refactor(config): rearrange fields to save bytes (@stefanlogue)
Documentation updates
- cfab1d0: docs(CHANGELOG): update changelog (@stefanlogue)
- 4900ec6: docs(README): update readme (@stefanlogue)
v0.19.2
Changelog
Bug fixes
- 608c280: refactor(git): allow tickets with fewer than 4 digits (@stefanlogue)
Documentation updates
- 03fb762: docs(CHANGELOG): update CHANGELOG (@stefanlogue)
- 3acb949: docs(CHANGELOG): update CHANGELOG (@stefanlogue)
v0.19.1
Changelog
Bug fixes
- 6e760c8: fix(commits): correct usage of new
huh?
API (@stefanlogue) - f9b0d12: refactor(deps): update dependencies (@stefanlogue)
- 30dec21: refactor(find): make
FindConfigFile
more testable (@stefanlogue)
Documentation updates
- d6a5650: docs(readme): global config file (#30) (@stefanlogue)
- da7c2e3: docs(readme): global config file (@nkxxll)
Build process updates
- 27b71b1: build(go.mod): update Go version (@stefanlogue)
- 0d2c6e9: ci(goreleaser): changes to release generation (@stefanlogue)
- c54425a: ci(goreleaser): remove group (@stefanlogue)
v0.19.0
Changelog
- 7f686a0 chore: bump version to v0.19.0 for release
- b5aa43d docs(CHANGELOG): update changelog
- 52cf57b fix config file in
$HOME
dir and other refactors (#27) - 807b625 refactor: hide config not file error
- c308094 refactor: limit log to --debug if enabled
- ffb6164 refactor: rename Prefixes Option
- d6dc116 fix: ignore non-parsed args
- a19bc1d refactor: move find file logic to config package
- ef626a8 feat: add project logger
- d20d5af refactor: move file config to another pkg
- 5aa2ec5 ci(release): only commit changelog