ENHANCEMENTS:
Support parsing versions with custom prefixes via opt-in option in hashicorp/go-version#79
INTERNAL:
- Bump the github-actions-backward-compatible group across 1 directory with 2 updates in hashicorp/go-version#179
- Bump the github-actions-breaking group with 4 updates in hashicorp/go-version#180
- Bump the github-actions-backward-compatible group with 3 updates in hashicorp/go-version#182
- Update GitHub Actions to trigger on pull requests and update go version in hashicorp/go-version#185
- Bump actions/upload-artifact from 6.0.0 to 7.0.0 in the github-actions-breaking group across 1 directory in hashicorp/go-version#183
- Bump the github-actions-backward-compatible group across 1 directory with 2 updates in hashicorp/go-version#186
ENHANCEMENTS:
- Add benchmark test for version.String() in hashicorp/go-version#159
- Bytes implementation in hashicorp/go-version#161
INTERNAL:
- Add CODEOWNERS file in .github/CODEOWNERS in hashicorp/go-version#145
- Linting in hashicorp/go-version#151
- Correct typos in comments in hashicorp/go-version#134
- Migrate GitHub Actions updates from TSCCR to Dependabot in hashicorp/go-version#155
- Bump the github-actions-backward-compatible group with 2 updates in hashicorp/go-version#157
- Update doc reference in README in hashicorp/go-version#135
- Bump the github-actions-breaking group with 3 updates in hashicorp/go-version#156
- [Compliance] - PR Template Changes Required in hashicorp/go-version#158
- Bump actions/cache from 4.2.3 to 4.2.4 in the github-actions-backward-compatible group in hashicorp/go-version#167
- Bump actions/checkout from 4.2.2 to 5.0.0 in the github-actions-breaking group in hashicorp/go-version#166
- Bump the github-actions-breaking group across 1 directory with 2 updates in hashicorp/go-version#171
- [IND-4226] [COMPLIANCE] Update Copyright Headers in hashicorp/go-version#172
- drop init() in hashicorp/go-version#175
ENHANCEMENTS:
- Remove
reflectdependency (#91) - Implement the
database/sql.Scanneranddatabase/sql/driver.Valueinterfaces forVersion(#133)
INTERNAL:
- [COMPLIANCE] Add Copyright and License Headers (#115)
- [COMPLIANCE] Update MPL-2.0 LICENSE (#105)
- Bump actions/cache from 3.0.11 to 3.2.5 (#116)
- Bump actions/checkout from 3.2.0 to 3.3.0 (#111)
- Bump actions/upload-artifact from 3.1.1 to 3.1.2 (#112)
- GHA Migration (#103)
- github: Pin external GitHub Actions to hashes (#107)
- SEC-090: Automated trusted workflow pinning (2023-04-05) (#124)
- update readme (#104)
FEATURES:
- Add
Prereleasefunction toConstraintto return true if the version includes a prerelease field (#100)
FEATURES:
- Use
encodingTextMarshaler&TextUnmarshalerinstead of JSON equivalents (#95) - Add JSON handlers to allow parsing from/to JSON (#93)
FEATURES:
Please note that CHANGELOG.md does not exist in the source code prior to this release.
FEATURES:
- Add
Corefunction to return a version without prerelease or metadata (#85)
BUG FIXES:
- Prevent
Version.Equalmethod from panicking onnilencounter (#73)
FEATURES:
- Add
GreaterThanOrEqualandLessThanOrEqualhelper methods (#53)
FEATURES:
- Add
NewSemverconstructor (#45)
Initial release.