Releases: koraktor/mavanagaiata
Releases · koraktor/mavanagaiata
Version 0.8.0
- [FEATURE] New goal
check
to cancel builds on various conditions - [FEATURE] Support Git’s .mailmap
- [IMPROVEMENT] Mojos are now marked as thread-safe
- [IMPROVEMENT] Allow skipping changelog entries based on commit message contents
- [IMPROVEMENT] Various minor improvements
- [BUGFIX] Gracefully handle unborn Git branches
Version 0.7.2
- [IMPROVEMENT] Improved describe implementation
- [IMPROVEMENT] Add a
BRANCH
property to info-class - [IMPROVEMENT] Update various dependencies
Version 0.7.1
- [IMPROVEMENT] Better handling of repositories with multi-module projects
- [IMPROVEMENT] Improved Java 8 compatibility
- [IMPROVEMENT] Other minor improvements
Version 0.7.0
- [FEATURE] Bootstrapping
- [ENHANCEMENT] Improve configurability of changelog output
- [ENHANCEMENT] Updated JGit to 3.2.0
- [ENHANCEMENT] Updated other dependencies
- [BUGFIX] Allow disabling of dirty flags
Version 0.6.1
- [ENHANCEMENT] Make dirty flags available to info classes
- [ENHANCEMENT] Update to JGit 3.1.0
- [ENHANCEMENT] Other minor changes
Version 0.6.0
- [FEATURE] Added boolean property to flag dirty repositories
- [FEATURE] Mojos can now be configured to fail gracefully
- [ENHANCEMENT] Improved handling of invalid refs
- [ENHANCEMENT] Updated JGit dependency to 3.0.0
Version 0.5.0
- [FEATURE] Added info class feature
- [ENHANCEMENT] Allow to skip execution completely or when not in a Git repository
- [ENHANCEMENT] Allow ignoring untracked files when checking worktree state
- [IMPROVEMENT] Improved search for
GIT_DIR
and worktree - [IMPROVEMENT] Updated JGit dependency to 2.2.0
Version 0.4.1
- [IMPROVEMENT] Changelog and contributors mojo are now bound to
process-resources
phase - [IMPROVEMENT] Improved tests
- [BUGFIX] Fixed and improved setting the output file for changelog and contributors mojo
- [BUGFIX] Other minor fixes and optimizations
Version 0.4.0
- Support flagging commits/tags of dirty projects
- Generate a site using Maven
- Various improvements and optimizations
Version 0.3.4
- Improved search for current tag
- Fixed sorting of contributors
- Update to JGit 2.1.0
- Updated testing dependencies