Skip to content

Releases: rising3/semver-gradle-plugin

v0.8.2

22 Jan 00:12
Compare
Choose a tag to compare

v0.8.2 (2023-01-22)

Bug Fixes

  • fix: spotless violations (b36c9e0)

Build Improvements

Tests

  • test: fix existing tests (d25ae12)

v0.8.1

16 Jan 00:23
Compare
Choose a tag to compare

v0.8.1 (2022-01-16)

Bug Fixes

  • fix: exception handling (bc27016)
  • fix: ignore userinfo in remote URL (6fc59bc)
  • fix: pinned the initial git branch under test to the master (57556e6)

Documentation

Build Improvements

Code Refactoring

  • refactor: fix access modifier (bee50dc)

v0.8.0

13 Jan 13:47
Compare
Choose a tag to compare

v0.8.0 (2022-01-13)

Bug Fixes

Features

  • feat: check the status of the git working tree before versioning #21 (39043e7)
  • feat: default disable create backup. #20 (eccdea2)

Documentation

Build Improvements

v0.7.1

14 Sep 12:06
Compare
Choose a tag to compare

v0.7.1 (2021-09-14)

Bug Fixes

  • fix: semver task depends on latest task (#19) (c762b80)

Documentation

  • docs(changelog): update changelog (e308a03)
  • docs(readme): update (04f59d7)
  • docs: update issue templates (#18) (0e6e850)
  • docs(coc): add code of conduct (4fc71a3)
  • docs(readme): update how to use dry run (185bb2a)

Build Improvements

  • build(gradle): upgrade plugin (6bb50eb)

v0.7.0

07 Sep 03:22
Compare
Choose a tag to compare

v0.7.0 (2021-09-07)

Bug Fixes

  • fix: use gradle exception instead of runtime exception (3fbfac1)

Features

Documentation

  • docs(changelog): update changelog (9315aa5)
  • docs(readme): polish (a969813)
  • docs(readme): add how to use dry run (bd24b04)
  • docs(changelog): add changelog (dde0d4b)

Build Improvements

  • build(gradle): upgrade plugin (f61eb2c)
  • build(gradle): update spotless configuration (3654111)

Tests

Other Changes

v0.6.0

05 Sep 03:59
Compare
Choose a tag to compare

v0.6.0 (2021-09-05)

Bug Fixes

  • fix: a problem resolve build version from tag at jar task. (#11) (d692682)

Features

  • feat: add supported for an automating generate a changelog with the conventional commits (#9) (b3e9d28)
  • feat: add supported for an automating versioning with the conventional commits. (#8) (46ba02e)

Documentation

Build Improvements

  • build(gradle): upgrade plugin (de5fc2c)

CI Improvements

  • ci(actions): change workflow name. (6c3061d)

v0.5.0

05 Sep 03:45
Compare
Choose a tag to compare

New Features

  • feat: add support for tagname versioning. #3

v0.4.0

05 Sep 03:54
Compare
Choose a tag to compare

New Features

  • Changed the default setting to not create git repository.
    noGitInit is Even enable or disable the git init behavior entirely, refer to:
    plugin-extension

Bug Fixes

  • Use rootDir instead of projectDir
  • Improve and minor bug fixes

v.0.3.1

05 Sep 03:56
Compare
Choose a tag to compare

Bug Fixes

  • Improve and minor bug fixes

v0.3.0

06 Apr 05:16
Compare
Choose a tag to compare

New Features

  • Added support for versioning of package.json.