Skip to content

Commit 4694ab0

Browse files
authored
Merge pull request #191 from mattfarina/update-changelong-3.2.0
Updating changelong for 3.2.0 release
2 parents 3efb84c + 0ca29f2 commit 4694ab0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## 3.2.0 (2022-11-28)
4+
5+
### Added
6+
7+
- #190: Added text marshaling and unmarshaling
8+
- #167: Added JSON marshalling for constraints (thanks @SimonTheLeg)
9+
- #173: Implement encoding.TextMarshaler and encoding.TextUnmarshaler on Version (thanks @MarkRosemaker)
10+
- #179: Added New() version constructor (thanks @kazhuravlev)
11+
12+
### Changed
13+
14+
- #182/#183: Updated CI testing setup
15+
16+
### Fixed
17+
18+
- #186: Fixing issue where validation of constraint section gave false positives
19+
- #176: Fix constraints check with *-0 (thanks @mtt0)
20+
- #181: Fixed Caret operator (^) gives unexpected results when the minor version in constraint is 0 (thanks @arshchimni)
21+
- #161: Fixed godoc (thanks @afirth)
22+
323
## 3.1.1 (2020-11-23)
424

525
### Fixed

0 commit comments

Comments
 (0)