Releases: nbbrd/heylogs
Releases · nbbrd/heylogs
Release v0.9.2
Release v0.9.1
0.9.1 - 2024-08-28
Fixed
- Fix missing javadoc resources
0.9.0 - 2024-08-28
This release adds a release command that greatly improves the use of heylogs in automations.
It also brings some code refactoring to split the code into more manageable parts.
Added
- Add release command to promote the Unreleased section into a new release version section #10
Changed
- Improve code modularization
Release v0.8.1
Release v0.8.0
0.8.0 - 2024-04-10
This release adds rules for GitHub references and the ability to integrate Heylogs into an automated workflow thanks to json output.
The commands have been refined to improve overall consistency.
A major refactoring has also been done to allow for the next features.
Added
- Add check on GitHub Pull Request links #173
- Add check on GitHub mentions of people and teams #157
- Add check on GitHub commit SHAs #223
- Improve list command output #231
- Add error severity to failures #17
- Add json formatting #118
- Add versioning extension point #235
- Add forge extension point #236
- Add basic rule check before scanning and extracting #243
- Add scan for forge #227
Changed
- Refactor API and SPI (breaking changes)
- Set CHANGELOG.md as default value for input file in command line #237
Fixed
- Fix scan of unreleased version #228
Release v0.7.2
Release v0.7.1
Release v0.7.0
0.7.0 - 2023-10-10
This release adds support for a custom separator between version and date. It also provides some basic documentation.
Added
- Add support for en dash (
U+2013
) and em dash (U+2014
) as separator between version and date by @koppor #140 - Add basic documentation #4
Fixed
- Fix project description in release distribution #1
Changed
Release v0.6.0
0.6.0 - 2023-06-20
This release improves extension points and also aligns features of Maven plugin and CLI.