File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
23
## 3.1.1 (2020-11-23)
4
24
5
25
### Fixed
You can’t perform that action at this time.
0 commit comments