Skip to content

Releases: jmongard/Git.SemVersioning.Gradle

Git Semver Plugin 0.12.10

26 Jun 22:00
82a6bec
Compare
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
Compare
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

Git Semver Plugin 0.12.8

11 Jun 10:46
61cc71d
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • d7fffef Create directories if not exists when outputting the result of a print task to a file (#58)

Git Semver Plugin 0.12.7

11 Jun 09:58
f59d350
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • 9924b85 ChangeLog: Improved handling of back ticks when escaping HTML tags in commit messages(#48)
  • a3dd734 Create directories if not exists when outputting the result of a print task to a file (#58)

Build 🐘 & CI ⚙️

Tests ✅

Other Changes 💡

  • 4ba0113 docs(ChangeLog); Update ChangeLog.md #59

Git Semver Plugin 0.12.6

07 Mar 23:58
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • ddbb079 semver configuration properties were read before properties could be set (#57)

Dependency Updates 🚀

  • a5999c3 build: Update version plugin version to 0.12.5

Refactorings 🚜

  • 52aa261 Changelog: Cleanup change log code
  • 570775c Extract base class from SemverSettings to avoid confusion with plugin extension

Tests ✅

Git Semver Plugin 0.12.5

28 Feb 20:10
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • 18faea6 ChangeLog: Scope is not display in some cases
  • 3bd7652 ReleaseTask: -PnoDirtyCheck=true was broken (#55)

Dependency Updates 🚀

  • 53679ad build: Update version plugin version to 0.12.4

Git Semver Plugin 0.12.4

15 Feb 12:28
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • ae4ef4a ChangeLog: Don't escape html tags inside backtics (#48)
  • 760ca88 Wrong default text is used for refactor in change log (#54)

Documentation 📖

  • f8cf54a README: Added some information about configuration cache

Git Semver Plugin 0.12.3

12 Feb 22:12
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • 4f4a5c4 If the plugin is used with a four digit version number store the revision part as the commit count instead of pre-release number.
  • 24c1be6 Restored the missing print methods that ended up under a new property name after the split of the SemVersion class (#53)

Dependency Updates 🚀

  • a0d7512 build: Upgraded version plugin
  • 7f8c962 test: Upgraded to test against latest gradle 7.6.x release

Documentation 📖

  • 7d39767 Update licence copyright year

Other Changes 💡

  • cb0823f Cleanup code and increase test coverage
  • 682f516 Moved duplicate implementation of isPreRelease to interface

Tests ✅

  • 650089a ChangeLog: Increased test coverage

Git Semver Plugin 0.12.2

09 Feb 15:55
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Git Semver Plugin 0.12.1

09 Feb 15:52
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • 7c2a2b3 Restored revisionString function (useful for system not understanding semver)
  • ff5e610 Restoring lost isPreRelease property (#51)