Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.github.zafarkhaja:java-semver from 0.9.0 to 0.10.2 #139

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 25, 2024

Bumps com.github.zafarkhaja:java-semver from 0.9.0 to 0.10.2.

Release notes

Sourced from com.github.zafarkhaja:java-semver's releases.

v0.10.2

In this release...

  • Fixed Version.toBuilder() bug (#68)

v0.10.1

In this release...

  • Fixed backward compatibility of Version's getters

v0.10.0

In this long overdue release...

  • The Version class has been almost completely rewritten through refactoring, along with its unit tests. The overall class structure has been made more readable and coherent. The code has been polished and the Javadoc comments have been considerably improved. Some minor requested features, like serializability, have been added and all known bugs have been fixed.

  • The public API has undergone a complete overhaul. Almost all of the methods have been deprecated; most of them were just renamed for the sake of consistency and/or common practices, and a couple of them, like incrementBuildMetadata(), didn't comply with the specification conceptually. A dozen or so new methods have been added, as well.

  • The equals(), hashCode() and compareTo() methods have been repurposed for complete equality, including build metadata.

  • The Version.Builder class has been also completely refactored and updated with new methods, so that it's more useful.

For a more detailed list of changes please see the CHANGELOG or the commit history v0.9.0...v0.10.0.

P.S. I strove to make this release as backward compatible as possible, so even though there are some drastic changes in this release, the migration process should be pretty straightforward and painless.

Changelog

Sourced from com.github.zafarkhaja:java-semver's changelog.

v0.10.2 (Jan 14, 2024)

  • Fixed Version.toBuilder() bug (#68)

v0.10.1 (Jan 12, 2024)

  • Fixed backward compatibility of Version's getters

v0.10.0 (Jan 10, 2024)

  • Made Version serializable (#47)
  • Enhanced Version.Builder class
  • Widened numeric identifiers to long
  • Replaced Version's static factory methods with Version.parse() and Version.of()
  • Created Version.tryParse() method which returns Optional<Version>
  • Created Version.isValid() method (#26)
  • Updated version parser to accept partial versions, such as 1 or 1.2 (#15)
  • Renamed and enhanced Version's getter methods
  • Renamed and enhanced Version's "incrementor" methods
  • Changed Version.satisfies(Expression)'s parameter to Predicate<Version>
  • Created Version.isPreRelease() method
  • Created Version.isStable() method
  • Created Version.isPublicApiStable() method
  • Created Version.isPublicApiCompatibleWith(Version) method
  • Created methods to check versions' compatibility (#21)
  • Refactored Version's comparators and "comparator" methods
  • Deprecated Version.BUILD_AWARE_ORDER comparator
  • Updated Range Expressions parser to support double-symbol && and || operators (#23)
  • Fixed Exceptions' getMessage() method (#38)
  • Performed major code and documentation improvements
  • Fixed various bugs and warnings, improved stability
  • Added Automatic-Module-Name to MANIFEST for JPMS support
  • Upgraded Java support to 1.8
  • Migrated to JUnit 5
  • Added CONTRIBUTING.md
  • Added .editorconfig file
  • Included LICENSE in the JAR artifact (#44)
  • Improved deployment support
  • Updated project dependencies
  • Removed Travis CI integration
Commits
  • 75b5abe Update for public release 0.10.2
  • 6614896 Fix Version.toBuilder() bug
  • da52637 Update for public release 0.10.1
  • 2b77b5b Fix backward compatibility of Version's getters
  • 7fb445e Update for public release 0.10.0
  • 21293c7 Tidy up CHANGELOG.md
  • 03ba2df Update maven dependencies
  • 34ffe72 Support double-symbol && and || operators in Ranges
  • 121c5e3 Simplify Range Expressions section in README
  • 77c78c2 Reword Version's main Javadoc comment
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [com.github.zafarkhaja:java-semver](https://github.com/zafarkhaja/jsemver) from 0.9.0 to 0.10.2.
- [Release notes](https://github.com/zafarkhaja/jsemver/releases)
- [Changelog](https://github.com/zafarkhaja/jsemver/blob/master/CHANGELOG.md)
- [Commits](zafarkhaja/jsemver@v0.9.0...v0.10.2)

---
updated-dependencies:
- dependency-name: com.github.zafarkhaja:java-semver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants