Skip to content

Releases: jagodevreede/semver-check

Release v0.5.1

16 Mar 09:08
Compare
Choose a tag to compare

Changelog

🐛 Fixes

  • 2cd96c1 fix: Original and new files where swapped in maven plugin, fixes issue #66
  • e5ddc20 fix: includePackages where not respected in maven plugin

Documentation

  • e00fbea docs: Fixed example project with included package

Contributors

We'd like to thank the following people for their contributions:
Jago de Vreede, dependabot[bot], jagodevreede

Release v0.5.0

09 Feb 13:00
Compare
Choose a tag to compare

Changelog

🐛 Fixes

  • 45d6b1b fix: Non public api classes can ow lead to patch versions
  • 1a830c3 fix: Java modules (JPMS) are not supported yet, but it should no longer give warnings on module-info
  • 87e4d6e fix: A new class file should lead to a minor change
  • fd45fb7 fix: Ignore directories when comparing files

Features

  • 67552c8 feat: excludeFiles are now regex
  • 34ee2ef feat: Added option to specify included packages, included and excluded packages are now regex

Contributors

We'd like to thank the following people for their contributions:
Jago de Vreede, dependabot[bot], jagodevreede, thetechoddbug (José María Gutiérrez)

Release v0.4.1

20 Nov 19:37
Compare
Choose a tag to compare

Changelog

🐛 Fixes

  • 8b5a624 fix: Fix in excluded dependencies

  • aba62a6 examples: Added real multi module

Contributors

We'd like to thank the following people for their contributions:
Jago de Vreede

Release v0.4.0

14 Nov 09:55
Compare
Choose a tag to compare

Changelog

🐛 Fixes

  • 17d9206 fix: Ignore self version in selecting other version to compare against (if snapshots are enabled)

Documentation

  • 9ba1831 docs: Fixed typo in readme

Features

  • 9696661 feat: Exclude dependencies updates/changes check in configuration with excludeDependencies
  • 2171712 feat: Check for dependency updates/changes

Contributors

We'd like to thank the following people for their contributions:
Jago de Vreede

Release v0.3.3

13 Nov 16:23
Compare
Choose a tag to compare

Changelog

🐛 Fixes

  • bc36742 fix: always ignore files in "META-INF/maven/"

Contributors

We'd like to thank the following people for their contributions:
Jago de Vreede

Release v0.3.2

13 Nov 13:53
Compare
Choose a tag to compare

Changelog

🐛 Fixes

  • 3933bbf fix: always ignore files in "META-INF/maven/"

Contributors

We'd like to thank the following people for their contributions:
Jago de Vreede

Release v0.3.1

13 Nov 12:10
Compare
Choose a tag to compare

Changelog

🐛 Fixes

  • 9bd3a95 fix: Loading of classes with dependencies

Features

  • 60472fb feat: Added writeFileOnNone flag

Contributors

We'd like to thank the following people for their contributions:
Jago de Vreede

Release v0.3.0

13 Nov 10:20
Compare
Choose a tag to compare

Changelog

Documentation

  • 8014e34 docs: Updated readme with correct impl for annotations

Features

  • db90bdb feat: Added flag for overwriteOutputFile

Contributors

We'd like to thank the following people for their contributions:
Jago de Vreede

Release v0.2.1

05 Sep 20:16
Compare
Choose a tag to compare

Changelog

🐛 Fixes

  • 1a957ca fix: Resolve of previous version was not contacting remote repository to check for other versions

Documentation

  • c8e8b50 docs: Added documentation to properties in mojo, fixed typo in readme

Contributors

We'd like to thank the following people for their contributions:
Jago de Vreede, dependabot[bot], jagodevreede

Release v0.2.0

25 Aug 14:55
Compare
Choose a tag to compare

Changelog

Documentation

  • f544821 docs: Added How is the semver type determined, and what not yet has been implemented

Features

  • f2a2542 feat: Checker now also works if the project has a dependency
  • 104bf37 feat: Now able to exclude resource files from check
  • 34260bf feat: Check now also works with resource files
  • 0507b32 feat: Check now also works with annotations

  • 8550324 Setting SNAPSHOT version 0.1.1-SNAPSHOT

Contributors

We'd like to thank the following people for their contributions:
Jago de Vreede