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: Masterminds/semver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.2
Choose a base ref
...
head repository: Masterminds/semver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.3
Choose a head ref
  • 9 commits
  • 8 files changed
  • 2 contributors

Commits on Nov 21, 2019

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

Commits on Nov 26, 2019

  1. Merge pull request #136 from rndstr/patch-1

    Fix missing err assignment in README code snippet
    mattfarina authored Nov 26, 2019
    Configuration menu
    Copy the full SHA
    7b03774 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2019

  1. Migrating to GitHub Actions for CI

    * GitHub Actions are setup to run for Mac, Linux, and Windows
    * Linting only happens on Linux as we don't need to repeat this
      and it is complicated to install on both POSIX and windows
      systems easily
    * In the doc.go file the word build was modified to b because the
      go toolchain on Windows (only windows) was considering the comment
      to be a malformed build comment. It was misdetecting it.
    * Travis and Appveyor configuration have been removed
    mattfarina committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    a1ba742 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2019

  1. Merge pull request #139 from mattfarina/add-actions

    Switch to GitHub Actions
    mattfarina authored Dec 8, 2019
    Configuration menu
    Copy the full SHA
    8d40cdf View commit details
    Browse the repository at this point in the history
  2. Updating the badges

    * Moving the CI badge to GitHub actions
    * Updating the documentation to pkg.go.dev which knows how to
      handle Go modules
    mattfarina committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    4d95a69 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #140 from mattfarina/actions-badge

    Updating the badges
    mattfarina authored Dec 8, 2019
    Configuration menu
    Copy the full SHA
    fa79876 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Fixed issue with <= comparison

    Fixed #141
    mattfarina committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    f1b17e8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #142 from mattfarina/fix-141

    Fixed issue with <= comparison
    mattfarina authored Dec 13, 2019
    Configuration menu
    Copy the full SHA
    fb17a02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    910aa14 View commit details
    Browse the repository at this point in the history
Loading