Skip to content

Releases: jmongard/Git.SemVersioning.Gradle

Git Semver Plugin 0.16.1

28 Jun 16:02

Choose a tag to compare

What's Changed

📖 Documentation

  • 9a57c1e Added ChangeLogBuilder javadoc

🚀 Dependency Updates

Git Semver Plugin 0.16.0

07 Mar 14:25
1abfe94

Choose a tag to compare

What's Changed

🎉 New Features

  • 324a11a Add setting to disable git-signing (#72)

Git Semver Plugin 0.15.0

02 Feb 20:00
f3fff60

Choose a tag to compare

What's Changed

🎉 New Features

  • 50deaca Add additional logging when the isClean check fails. (#71)

Git Semver Plugin 0.14.0

13 Jan 19:05
e0b147b

Choose a tag to compare

What's Changed

🛠 Breaking Changes

📖 Documentation

  • f309117 README: Updated with information on required Java version and when task are registered.

🚀 Dependency Updates

Git Semver Plugin 0.13.0

09 Dec 22:27
4635ac3

Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • f2d7b3c fix!: Breaking changes on version 0.x.y should not update the major version.
  • caff2b8 feat!: Move the emoji to the start of the change log heading for the DefaultHeaderTexts (#63)

New Features 🎉

  • f60a440 Added an easier way to cofigure some parts of the change log (#62)

Refactorings 🚜

Git Semver Plugin 0.12.13

09 Dec 21:54
6571888

Choose a tag to compare

What's Changed

Dependency Updates 🚀

  • 27d1d6d build: Try upgrading Bouncy Castle (used for signing commits).

Git Semver Plugin 0.12.12

09 Dec 08:48
023203a

Choose a tag to compare

What's Changed

Dependency Updates 🚀

  • dd02b04 build: Upgraded JGit to 5.13.3

Git Semver Plugin 0.12.11

17 Oct 19:12
77624e8

Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • 0d35aa0 ChangeLog: Don't include changes from an earlier pre-release in the change log (#61)
  • 85785df If adding a fix to a pre-release without a number, bump patch version instead of ignoring the fix.

Build 🐘 & CI ⚙️

Git Semver Plugin 0.12.10

26 Jun 22:00
82a6bec

Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • 53e4094 Prevent commits from long lived branches to be counted more than once (#60)

Git Semver Plugin 0.12.9

24 Jun 22:18
b06b01f

Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • 2cb23cb ChangeLog: Filtering empty header should be possible for all types of headers #59
  • d33fce9 Only properties version and versionValue is now lazy (#56)

Build 🐘 & CI ⚙️

  • 35886e6 Added Dependency Submission action

Documentation 📖

  • 6c3ea85 ChangeLog: Updated with information about Groovy DSL
  • 64752de ReadMe: Update print information

Tests ✅

  • bb75e63 Added functional test and logging for PrintTask file output