Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: semver4j/semver4j
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.7.0
Choose a base ref
...
head repository: semver4j/semver4j
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.7.1
Choose a head ref
  • 5 commits
  • 4 files changed
  • 4 contributors

Commits on May 1, 2025

  1. Update versions after v5.7.0 release (#345)

    Co-authored-by: piotrooo <2005054+piotrooo@users.noreply.github.com>
    github-actions[bot] and piotrooo authored May 1, 2025
    Configuration menu
    Copy the full SHA
    306776d View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. Configuration menu
    Copy the full SHA
    21958a8 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2025

  1. Configuration menu
    Copy the full SHA
    4c5dfb6 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. Configuration menu
    Copy the full SHA
    5e5893f View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2025

  1. Semver equals fix (#351)

    * Improve a condition in `Semver.equals()`
    
    * Fix comparing `Semver`s by their string representation
    
    Not the original string representation before parsing should be taken
    into account, but the version after parsing.
    
    Fixes #320.
    sschuberth authored Jun 6, 2025
    Configuration menu
    Copy the full SHA
    94528d5 View commit details
    Browse the repository at this point in the history
Loading