-
Notifications
You must be signed in to change notification settings - Fork 153
Comparing changes
Open a pull request
base repository: Masterminds/semver
base: e06051f
head repository: Masterminds/semver
compare: e6e3d4d
Commits on Apr 10, 2023
-
Signed-off-by: Matt Farina <matt@mattfarina.com>
Configuration menu - View commit details
-
Copy full SHA for 2f39fdc - Browse repository at this point
Copy the full SHA 2f39fdcView commit details
Commits on Jul 28, 2023
-
This changes the Equal method to return true for 2 nil values and false if any one of the values is nil. Previously passing a nil value would have resulted in a panic.
Configuration menu - View commit details
-
Copy full SHA for 441ff8e - Browse repository at this point
Copy the full SHA 441ff8eView commit details
Commits on Aug 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 878c2c0 - Browse repository at this point
Copy the full SHA 878c2c0View commit details
Commits on Oct 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e7596aa - Browse repository at this point
Copy the full SHA e7596aaView commit details
Commits on Nov 16, 2023
-
This PR fixes the bad package name in the README file.
Configuration menu - View commit details
-
Copy full SHA for e481cee - Browse repository at this point
Copy the full SHA e481ceeView commit details
Commits on Dec 11, 2023
-
Merge pull request #226 from sdelicata/patch-1
Fix: bad package in README
Configuration menu - View commit details
-
Copy full SHA for 98fc853 - Browse repository at this point
Copy the full SHA 98fc853View commit details
Commits on Feb 19, 2024
-
Updating the GitHub Actions and versions of Go used
Signed-off-by: Matt Farina <matt@mattfarina.com>
Configuration menu - View commit details
-
Copy full SHA for ad79e44 - Browse repository at this point
Copy the full SHA ad79e44View commit details -
Merge pull request #229 from mattfarina/bump-actions-go
Updating the GitHub Actions and versions of Go used
Configuration menu - View commit details
-
Copy full SHA for 10ab64a - Browse repository at this point
Copy the full SHA 10ab64aView commit details
Commits on May 6, 2024
-
Merge pull request #222 from robinschneider/fix-readme-spelling
Fix spelling in README
Configuration menu - View commit details
-
Copy full SHA for afc280a - Browse repository at this point
Copy the full SHA afc280aView commit details -
Adding go build cache to fuzz output
This is to capture the location in CI in order to cache across fuzz runs Signed-off-by: Matt Farina <matt@mattfarina.com>
Configuration menu - View commit details
-
Copy full SHA for 4ea5ce9 - Browse repository at this point
Copy the full SHA 4ea5ce9View commit details -
Merge pull request #232 from mattfarina/show-build-cache
Adding go build cache to fuzz output
Configuration menu - View commit details
-
Copy full SHA for 4afef01 - Browse repository at this point
Copy the full SHA 4afef01View commit details
Commits on May 8, 2024
-
This makes fuzz testing additive to previous scans Signed-off-by: Matt Farina <matt@mattfarina.com>
Configuration menu - View commit details
-
Copy full SHA for 2a7536d - Browse repository at this point
Copy the full SHA 2a7536dView commit details -
Merge pull request #234 from mattfarina/cache-fuzz
Add caching to fuzz testing
Configuration menu - View commit details
-
Copy full SHA for 7a8e81a - Browse repository at this point
Copy the full SHA 7a8e81aView commit details
Commits on May 14, 2024
-
Signed-off-by: Matt Farina <matt@mattfarina.com>
Configuration menu - View commit details
-
Copy full SHA for 4539eca - Browse repository at this point
Copy the full SHA 4539ecaView commit details -
Merge pull request #235 from mattfarina/update-actions
updating github actions
Configuration menu - View commit details
-
Copy full SHA for 3d240d7 - Browse repository at this point
Copy the full SHA 3d240d7View commit details -
Merge pull request #213 from KnutZuidema/feat/nil_equal
feat: nil version equality
Configuration menu - View commit details
-
Copy full SHA for 347f541 - Browse repository at this point
Copy the full SHA 347f541View commit details
Commits on May 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for be924f5 - Browse repository at this point
Copy the full SHA be924f5View commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9ec6f29 - Browse repository at this point
Copy the full SHA 9ec6f29View commit details -
Merge pull request #216 from johnnychen94/patch-1
doc: hyphen range constraint without whitespace
Configuration menu - View commit details
-
Copy full SHA for f4a4d83 - Browse repository at this point
Copy the full SHA f4a4d83View commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d07450b - Browse repository at this point
Copy the full SHA d07450bView commit details
Commits on Aug 27, 2024
-
vert is not longer using a supported version of this lib. Closes #244 Signed-off-by: Matt Farina <matt@mattfarina.com>
Configuration menu - View commit details
-
Copy full SHA for b55476a - Browse repository at this point
Copy the full SHA b55476aView commit details -
Merge pull request #245 from mattfarina/remove-vert
Removing reference to vert
Configuration menu - View commit details
-
Copy full SHA for 2cf1b16 - Browse repository at this point
Copy the full SHA 2cf1b16View commit details -
Merge pull request #241 from grosser/grosser/validate
simplify StrictNewVersion
Configuration menu - View commit details
-
Copy full SHA for 29f94c1 - Browse repository at this point
Copy the full SHA 29f94c1View commit details -
Updating the testing version of Go used
Signed-off-by: Matt Farina <matt@mattfarina.com>
Configuration menu - View commit details
-
Copy full SHA for 7c178cf - Browse repository at this point
Copy the full SHA 7c178cfView commit details -
Merge pull request #246 from mattfarina/bump-go-1.23
Updating the testing version of Go used
Configuration menu - View commit details
-
Copy full SHA for a4cccd8 - Browse repository at this point
Copy the full SHA a4cccd8View commit details -
bumping min version in go.mod based on what's tested
Signed-off-by: Matt Farina <matt@mattfarina.com>
Configuration menu - View commit details
-
Copy full SHA for b610837 - Browse repository at this point
Copy the full SHA b610837View commit details -
Merge pull request #248 from mattfarina/bump-min-version
bumping min version in go.mod based on what's tested
Configuration menu - View commit details
-
Copy full SHA for 80427ad - Browse repository at this point
Copy the full SHA 80427adView commit details -
Signed-off-by: Matt Farina <matt@mattfarina.com>
Configuration menu - View commit details
-
Copy full SHA for e80c4ea - Browse repository at this point
Copy the full SHA e80c4eaView commit details -
Merge pull request #249 from mattfarina/update-changelog-3.3.0
Updating changelog for 3.3.0
Configuration menu - View commit details
-
Copy full SHA for e6e3d4d - Browse repository at this point
Copy the full SHA e6e3d4dView commit details
There are no files selected for viewing