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: hashicorp/go-version
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: hashicorp/go-version
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 11 commits
  • 6 files changed
  • 5 contributors

Commits on Oct 29, 2020

  1. Switch to docker mirror

    mdeggies committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    d16dd1c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

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

Commits on Mar 31, 2021

  1. add Core func

    Adds a Core function to Version, which returns a new Version created from only
    the MAJOR.MINOR.PATCH segments of the original version, without prerelease or
    metadata strings.
    
    Consumers of go-version often want to treat prereleases of versions as equal to
    non-prerelease versions, e.g. 0.15.0-dev as equal to 0.15.0. The present
    functionality is intended as an easy way to opt in to this behaviour.
    kmoe committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    7da126b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #85 from hashicorp/base-version-func

    add Core func
    kmoe authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    3307340 View commit details
    Browse the repository at this point in the history
  3. create CHANGELOG.md

    kmoe authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    c2de231 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

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

Commits on Nov 22, 2021

  1. Configuration menu
    Copy the full SHA
    feceee7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #87 from hashicorp/f-must-constraint

    Introduce `MustConstraints()`
    radeksimko authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    ac9bfc9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #88 from hashicorp/constraints-equality

    Constraint(s): introduce `Equals()` and `sort.Interface`
    radeksimko authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    d7f6c9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b991f91 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Update CHANGELOG.md

    radeksimko authored Jan 5, 2022
    Configuration menu
    Copy the full SHA
    4cadd97 View commit details
    Browse the repository at this point in the history
Loading