-
Notifications
You must be signed in to change notification settings - Fork 159
Comparing changes
Open a pull request
base repository: hashicorp/go-version
base: v1.8.0
head repository: hashicorp/go-version
compare: v1.9.0
- 11 commits
- 5 files changed
- 8 contributors
Commits on Nov 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a1eb3bf - Browse repository at this point
Copy the full SHA a1eb3bfView commit details
Commits on Dec 1, 2025
-
Bump the github-actions-backward-compatible group across 1 directory …
…with 2 updates Bumps the github-actions-backward-compatible group with 2 updates in the / directory: [actions/setup-go](https://github.com/actions/setup-go) and [actions/cache](https://github.com/actions/cache). Updates `actions/setup-go` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@4469467...4dc6199) Updates `actions/cache` from 4.2.4 to 4.3.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0400d5f...0057852) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-backward-compatible - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-backward-compatible ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b2fbaa7 - Browse repository at this point
Copy the full SHA b2fbaa7View commit details
Commits on Dec 6, 2025
-
Merge pull request #179 from hashicorp/dependabot/github_actions/gith…
…ub-actions-backward-compatible-27c075bc57 Bump the github-actions-backward-compatible group across 1 directory with 2 updates
Configuration menu - View commit details
-
Copy full SHA for 0394c4f - Browse repository at this point
Copy the full SHA 0394c4fView commit details
Commits on Jan 1, 2026
-
Merge pull request #180 from hashicorp/dependabot/github_actions/gith…
…ub-actions-breaking-857371435f Bump the github-actions-breaking group with 4 updates
Configuration menu - View commit details
-
Copy full SHA for acb8b18 - Browse repository at this point
Copy the full SHA acb8b18View commit details
Commits on Feb 1, 2026
-
Bump the github-actions-backward-compatible group with 3 updates
Bumps the github-actions-backward-compatible group with 3 updates: [actions/setup-go](https://github.com/actions/setup-go), [actions/checkout](https://github.com/actions/checkout) and [actions/cache](https://github.com/actions/cache). Updates `actions/setup-go` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@4dc6199...7a3fe6c) Updates `actions/checkout` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) Updates `actions/cache` from 5.0.1 to 5.0.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@9255dc7...cdf6c1f) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-backward-compatible - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-backward-compatible - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-backward-compatible ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f2bcd8 - Browse repository at this point
Copy the full SHA 4f2bcd8View commit details
Commits on Feb 3, 2026
-
Merge pull request #182 from hashicorp/dependabot/github_actions/gith…
…ub-actions-backward-compatible-da1e1679ed Bump the github-actions-backward-compatible group with 3 updates
Configuration menu - View commit details
-
Copy full SHA for 25c683b - Browse repository at this point
Copy the full SHA 25c683bView commit details
Commits on Mar 30, 2026
-
Support parsing versions with custom prefixes via opt-in option (#79)
Introduce an opt-in mechanism to support parsing version strings with custom prefixes using WithPrefix. This allows callers to normalize prefixed version strings (e.g. controller-v1.2.3) before parsing, while preserving the original input for display and debugging purposes. Comparison behavior remains unchanged and operates on normalized versions. Prefix handling is intentionally left to the caller to keep the library behavior predictable and backward compatible. Documentation and tests have been updated to reflect the new functionality and usage patterns. -- Signed-off-by: Lasse Gaardsholt <[email protected]> Co-authored-by: Lasse Gaardsholt <[email protected]> Co-authored-by: Lasse Gaardsholt <[email protected]> Co-authored-by: Oliver Karstoft <[email protected]> Co-authored-by: Sagar Verma <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b4ab5fc - Browse repository at this point
Copy the full SHA b4ab5fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0474357 - Browse repository at this point
Copy the full SHA 0474357View commit details -
Bump actions/upload-artifact from 6.0.0 to 7.0.0 in the github-action…
…s-breaking group across 1 directory (#183) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c009de0 - Browse repository at this point
Copy the full SHA c009de0View commit details -
Bump the github-actions-backward-compatible group across 1 directory …
…with 2 updates (#186) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e93736f - Browse repository at this point
Copy the full SHA e93736fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b80b1e6 - Browse repository at this point
Copy the full SHA b80b1e6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.8.0...v1.9.0