Releases: stefanlogue/meteor
Releases · stefanlogue/meteor
v0.31.0
Changelog
New Features
- d460d1b: feat(scopes): allow custom scopes and prefixes (@stefanlogue)
Bug fixes
- 1226c75: refactor(main): pull some functions out of main to test (@stefanlogue)
Documentation updates
- 243f3a4: docs(prefixes): update readme (@stefanlogue)
Build process updates
- 643f2f6: ci(homebrew): remove deprecated option (@stefanlogue)
- 66304ce: ci(sonar): exclude main file from coverage analysis (@stefanlogue)
Other work
- eaeded3: Allow custom scopes and prefixes (#92) (@stefanlogue)
- 6f50abf: Calling conflicts_with formula is deprecated (#86) (@stefanlogue)
- 25f3895: test(prefix): add tests for prefix (@stefanlogue)
- 1b151bd: test(scopes): add tests for scopes options (@stefanlogue)
v0.30.0
Changelog
New Features
- 43aa0dd: feat(#83): fix nil pointer (@sascha-andres)
- 2e7e76c: feat(#83): fix nil pointer (#84) (@stefanlogue)
Bug fixes
- 5b528a9: fix(#83): also set value in aerly returns (@sascha-andres)
- 59d5c9f: fix(coauthors): move logic for prepending option (@stefanlogue)
- 7fb0262: fix(config): return ReadContributorsFromGit in early returns (@stefanlogue)
v0.29.0
Changelog
New Features
- 6b9d167: feat(git): start read contributors from git (@sascha-andres)
- dc7db13: feat(git): start read contributors from git (#82) (@stefanlogue)
Bug fixes
- fdcd993: fix(coauthors): prepend "no coauthors" option (@stefanlogue)
v0.28.2
Changelog
Bug fixes
- 022f2a4: fix(config): break out of loop (@stefanlogue)
- b41253d: refactor(git): remove unused const (@stefanlogue)
- 41d9895: refactor(git): use found git path (@stefanlogue)
Documentation updates
- e6556da: docs(readme): update installation steps (@stefanlogue)
- 87310df: docs(scoop): add scoop install instructions (@stefanlogue)
Build process updates
- 56dbf61: ci(bluesky): add hashtags to bluesky announcement (@stefanlogue)
- e3a0230: ci(sonarqube): alter the order (@stefanlogue)
- f6815f7: ci(sonarqube): change
teststotest(@stefanlogue) - 075c164: ci(sonarqube): exclude yml files (@stefanlogue)
- d280de3: ci(sonarqube): try to fix test coverage (@stefanlogue)
Other work
- 7be441a: Add hashtags to bluesky announcement (#72) (@stefanlogue)
- e788d08: Add scoop install instructions (#74) (@stefanlogue)
- 1a51bd2: Fix infinite loop when working directory is outside of
hometree (#78) (@stefanlogue) - bfc2034: Test coverage (#76) (@stefanlogue)
- ff3400d: Try to fix test coverage (#75) (@stefanlogue)
- 07221b8: Update installation steps for Homebrew (#71) (@stefanlogue)
- 82f3a8b: test(all): add more tests (@stefanlogue)
- b34fe18: test(config): add test case for WD not under home directory (@stefanlogue)
- d6f4d11: test(config): reorder tests (@stefanlogue)
- e262407: test(config): test for no error (@stefanlogue)
v0.28.1
Changelog
Bug fixes
- e783d86: fix(ticket-number): increase length from 10 to 24 (@stefanlogue)
Documentation updates
- fa7f0c1: docs(README): add section for line wrapping (@stefanlogue)
Build process updates
- e00ae73: ci(announce): add bluesky config for announcements (@stefanlogue)
- 715c082: ci(release): goreleaser deprecations (@stefanlogue)
- 1ec7d8c: ci(tagging): only push new tag when necessary (@stefanlogue)
Other work
- 9aaade7: Announce releases on Bluesky (#68) (@stefanlogue)
- 45ddce2: Clean up old release methods (#63) (@stefanlogue)
- 356cbbe: Increase ticket number length from 10 to 24 characters (#70) (@stefanlogue)
- c5f945d: Only push new tag when necessary (#64) (@stefanlogue)
- 3a2aee8: Update README (#66) (@stefanlogue)
- 14604e1: goreleaser deprecations (#65) (@stefanlogue)
v0.28.0
Changelog
New Features
- 0701025: feat(wrap): add config option for line length (@stefanlogue)
- 602698a: feat(wrap): add function for wrapping words (@stefanlogue)
Bug fixes
- 0038899: refactor(config): use
Statinstead ofOpento check if file exists (@stefanlogue) - 09cc811: refactor(config): use minimum instead of default (@stefanlogue)
- 60bf56b: refactor(find): make Find more testable (@stefanlogue)
- 7daa861: refactor(find): use
filepath.Joininstead ofpath.Join(@stefanlogue)
Build process updates
- ea5a8d3: ci(goreleaser): add version (@stefanlogue)
- 3b8460c: ci(merge): fetch repo (@stefanlogue)
- 75a2a7b: ci(svu): cache installation in pipeline (@stefanlogue)
- 89f1c59: ci(tagging): try to fix tag commit (@stefanlogue)
- 59a4d10: ci(tagging): use maintained action (@stefanlogue)
- 4bee816: ci(version): add pipeline for bumping version (@stefanlogue)
Other work
- e652437: Automated versioning and releases (#57) (@stefanlogue)
- 61b7c3c: Checkout in pipeline (#58) (@stefanlogue)
- bf4daeb: Commit body line length (#60) (@stefanlogue)
- 2882605: FindConfigFile refactor and tests (#59) (@stefanlogue)
- af2ddd6: Fix tagging commit (#61) (@stefanlogue)
- e68ce04: Update .github/workflows/merge.yml (@stefanlogue)
- cdc4835: Update .github/workflows/merge.yml (@stefanlogue)
- 082ea4f: Use maintained action (#62) (@stefanlogue)
- 015239b: test(config): add case for config file in xdg config dir (@stefanlogue)
- ab3b2ff: test(find): add test case for config file in parent directory (@stefanlogue)
- c50092c: test(find): correct spelling in test (@stefanlogue)
v0.27.0
v0.26.0
Changelog
New Features
Build process updates
- 49d7959: ci(release): script update (@stefanlogue)
- 94b08f0: ci(workflows): add v prefix again (@stefanlogue)