Skip to content

Commit

Permalink
Merge pull request #123 from mattfarina/changelog-update3
Browse files Browse the repository at this point in the history
Updating changelog for 1.5.0 release
  • Loading branch information
mattfarina committed Sep 11, 2019
2 parents 0873dd6 + c4400c9 commit 3c3e3c7
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,26 @@
# 1.5.0 (2019-09-11)

## Added

- #103: Add basic fuzzing for `NewVersion()` (thanks @jesse-c)

## Changed

- #82: Clarify wildcard meaning in range constraints and update tests for it (thanks @greysteil)
- #83: Clarify caret operator range for pre-1.0.0 dependencies (thanks @greysteil)
- #72: Adding docs comment pointing to vert for a cli
- #71: Update the docs on pre-release comparator handling
- #89: Test with new go versions (thanks @thedevsaddam)
- #87: Added $ to ValidPrerelease for better validation (thanks @jeremycarroll)

## Fixed

- #78: Fix unchecked error in example code (thanks @ravron)
- #70: Fix the handling of pre-releases and the 0.0.0 release edge case
- #97: Fixed copyright file for proper display on GitHub
- #107: Fix handling prerelease when sorting alphanum and num
- #109: Fixed where Validate sometimes returns wrong message on error

# 1.4.2 (2018-04-10)

## Changed
Expand Down

0 comments on commit 3c3e3c7

Please sign in to comment.