Skip to content

Commit c2de231

Browse files
authored
create CHANGELOG.md
1 parent 3307340 commit c2de231

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# 1.3.0 (March 31, 2021)
2+
3+
Please note that CHANGELOG.md does not exist in the source code prior to this release.
4+
5+
FEATURES:
6+
- Add `Core` function to return a version without prerelease or metadata ([#85](https://github.com/hashicorp/go-version/pull/85))
7+
8+
# 1.2.1 (June 17, 2020)
9+
10+
BUG FIXES:
11+
- Prevent `Version.Equal` method from panicking on `nil` encounter ([#73](https://github.com/hashicorp/go-version/pull/73))
12+
13+
# 1.2.0 (April 23, 2019)
14+
15+
FEATURES:
16+
- Add `GreaterThanOrEqual` and `LessThanOrEqual` helper methods ([#53](https://github.com/hashicorp/go-version/pull/53))
17+
18+
# 1.1.0 (Jan 07, 2019)
19+
20+
FEATURES:
21+
- Add `NewSemver` constructor ([#45](https://github.com/hashicorp/go-version/pull/45))
22+
23+
# 1.0.0 (August 24, 2018)
24+
25+
Initial release.

0 commit comments

Comments
 (0)