Skip to content

Releases: koraktor/mavanagaiata

Version 0.8.0

03 Oct 09:43
0.8.0
Compare
Choose a tag to compare
  • [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

02 Aug 09:27
0.7.2
Compare
Choose a tag to compare
  • [IMPROVEMENT] Improved describe implementation
  • [IMPROVEMENT] Add a BRANCH property to info-class
  • [IMPROVEMENT] Update various dependencies

Version 0.7.1

20 Feb 07:03
0.7.1
Compare
Choose a tag to compare
  • [IMPROVEMENT] Better handling of repositories with multi-module projects
  • [IMPROVEMENT] Improved Java 8 compatibility
  • [IMPROVEMENT] Other minor improvements

Version 0.7.0

13 Feb 23:21
0.7.0
Compare
Choose a tag to compare
  • [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

13 Feb 23:20
0.6.1
Compare
Choose a tag to compare
  • [ENHANCEMENT] Make dirty flags available to info classes
  • [ENHANCEMENT] Update to JGit 3.1.0
  • [ENHANCEMENT] Other minor changes

Version 0.6.0

23 Jul 09:01
0.6.0
Compare
Choose a tag to compare
  • [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

03 Jul 13:26
0.5.0
Compare
Choose a tag to compare
  • [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

03 Jul 13:27
0.4.1
Compare
Choose a tag to compare
  • [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

03 Jul 13:27
0.4.0
Compare
Choose a tag to compare
  • Support flagging commits/tags of dirty projects
  • Generate a site using Maven
  • Various improvements and optimizations

Version 0.3.4

19 Jul 20:31
0.3.4
Compare
Choose a tag to compare
  • Improved search for current tag
  • Fixed sorting of contributors
  • Update to JGit 2.1.0
  • Updated testing dependencies