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

Updated version.clj #395

Merged
merged 2 commits into from
Jul 11, 2023
Merged

Updated version.clj #395

merged 2 commits into from
Jul 11, 2023

Commits on Jul 11, 2023

  1. Updated version.clj

    The project was on version 1.0.0 before update to 2.0.0.
    
    It only uses one function from version-clj in
    refactor-nrepl.artifacts/artifact-versions: version-sort.
    
    This is the change that went into that function from version 1.0.0 to
    2.0.0:
    
    xsc/version-clj@v1.0.0...v2.0.0#diff-c6b8870bce46e7fe981de278c5a5eb53847fd489211487800632111290202b63R56
    
    No change to the actual function, but that function uses
    version-compare function, which did have a change, see:
    
    xsc/version-clj@v1.0.0...v2.0.0#diff-c6b8870bce46e7fe981de278c5a5eb53847fd489211487800632111290202b63R23
    
    If you look at this commit:
    xsc/version-clj@c05eeb8
    you'll see that the tests for version-sort & version-compare were
    added for the release 1.0.0 and were not amended at the latest release
    2.0.2.
    
    And finally a pedantic comparison of version 1.0.0 & the current
    stable release 2.0.2 (which is this commit's update):
    
    xsc/version-clj@v1.0.0...v2.0.2
    dotemacs committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    82ff4c5 View commit details
    Browse the repository at this point in the history
  2. CHANGELOG update

    dotemacs committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    9266d32 View commit details
    Browse the repository at this point in the history