File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1111 GitDescribe string
1212
1313 // Version is main version number that is being run at the moment.
14- Version = "4.28.1 "
14+ Version = "4.28.2 "
1515
1616 // VersionPrerelease is a pre-release marker for the version. If this is "" (empty string)
1717 // 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.28.2:
2+ - Fixed bug - can now delete documents #1377
3+ - Fixed handling of UTF8 encoded CSVs #1373
4+ - Detect and fail on missing closing brackets #1366
5+ - yq Github actions now build docker image as part of release
6+ - Bumped dependencies
7+
184.28.1:
29 - Added `setpath` and `delpaths` operators, like jq (#1374)
310 - Added `is_key` operator, to check if a match was a key when recursing
Original file line number Diff line number Diff line change 11name : yq
2- version : ' 4.28.1 '
2+ version : ' 4.28.2 '
33summary : A lightweight and portable command-line YAML processor
44description : |
55 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