Releases: jagodevreede/semver-check
Releases · jagodevreede/semver-check
Release v0.5.1
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
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
- ed7e4f5 Fix link.
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
Release v0.4.0
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
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
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
Release v0.3.0
Release v0.2.1
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
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