Skip to content

Releases: jmongard/Git.SemVersioning.Gradle

Git Semver Plugin 0.19.0

18 Apr 03:18

Choose a tag to compare

What's Changed

🎉 New Features

  • db8add4 Adding support for monorepo by implementing commit filtering by path and tag filtering (#86)

📖 Documentation

  • 462386a README: Added information about pathFilter setting
  • 68b45f5 README: Update documentation.

🚀 Dependency Updates

  • bcdc8a2 build: Update jgit 7.6 and bcpg-jdk18on 1.84

Git Semver Plugin 0.18.0

03 Jan 11:13

Choose a tag to compare

What's Changed

🎉 New Features

  • 6a9792f Added flag to disable release task auto bump if there is no changes (#84)

✅ Tests

🐘 Build & ⚙️ CI

  • 83668b8 Improved actions build script

📖 Documentation

🚜 Refactorings

Git Semver Plugin 0.17.1

26 Nov 20:07

Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • cbf15c8 The printSemVersion task does not use the new metaSeparator settings (#80)

📖 Documentation

  • 8c82422 README: Updated documentation

🚀 Dependency Updates

  • 431f5dc build: Dependency updates (#82)
  • 420dfba build: Use semver plugin version 0.17.0

Git Semver Plugin 0.17.0

23 Nov 08:25

Choose a tag to compare

What's Changed

🛠 Breaking Changes

  • aa072cd build!: Upgrade to Gradle 9.2.1 (and Kotlin 1.8 making this incompatible with Gradle 7)

🎉 New Features

  • eeab899 Added possibility to configure a custom build metadata separtor (#80)
  • ee3564b Added the option to use two digit version (#81)

📖 Documentation

  • 6c68649 README: Updated documentation

🚀 Dependency Updates

  • 4078829 build: Upgrade sem-version plugin

🚜 Refactorings

  • 5d0eb6e Improve naming
  • 88d0990 Move internal parsePreRelease method
  • 8d24031 Use property convention for gitDirectory default value

💡 Other Changes

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).