File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11
11
GitDescribe string
12
12
13
13
// Version is main version number that is being run at the moment.
14
- Version = "4.16.1 "
14
+ Version = "4.16.2 "
15
15
16
16
// VersionPrerelease is a pre-release marker for the version. If this is "" (empty string)
17
17
// then it means that it is a final release. Otherwise, this is a pre-release
Original file line number Diff line number Diff line change
1
+ 4.16.2:
2
+ - Bumped go-lang compiler to fix CVE-2021-44717 (#1037)
3
+ - Dependency version bumps via dependabot
4
+ - Added extract-checksum.sh to make it easier to validate checksums (#1011)
5
+ - Report filename on parsing error (#1030)
6
+
1
7
4.16.1:
2
8
- Added csv, tsv output formats
3
9
- Added map, map_values operators
Original file line number Diff line number Diff line change 1
1
name : yq
2
- version : ' 4.16.1 '
2
+ version : ' 4.16.2 '
3
3
summary : A lightweight and portable command-line YAML processor
4
4
description : |
5
5
The aim of the project is to be the jq or sed of yaml files.
You can’t perform that action at this time.
0 commit comments