Skip to content

Commit 0ca29f2

Browse files
committed
Updating changelong for 3.2.0 release
Signed-off-by: Matt Farina <matt@mattfarina.com>
1 parent b22e1a4 commit 0ca29f2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
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)