-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# 1.3.0 (March 31, 2021) | ||
|
||
Please note that CHANGELOG.md does not exist in the source code prior to this release. | ||
|
||
FEATURES: | ||
- Add `Core` function to return a version without prerelease or metadata ([#85](https://github.com/hashicorp/go-version/pull/85)) | ||
|
||
# 1.2.1 (June 17, 2020) | ||
|
||
BUG FIXES: | ||
- Prevent `Version.Equal` method from panicking on `nil` encounter ([#73](https://github.com/hashicorp/go-version/pull/73)) | ||
|
||
# 1.2.0 (April 23, 2019) | ||
|
||
FEATURES: | ||
- Add `GreaterThanOrEqual` and `LessThanOrEqual` helper methods ([#53](https://github.com/hashicorp/go-version/pull/53)) | ||
|
||
# 1.1.0 (Jan 07, 2019) | ||
|
||
FEATURES: | ||
- Add `NewSemver` constructor ([#45](https://github.com/hashicorp/go-version/pull/45)) | ||
|
||
# 1.0.0 (August 24, 2018) | ||
|
||
Initial release. |