File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-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.24.5 "
14
+ Version = "4.25.1 "
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.25.1:
2
+ - Can specify a split expression file #1194
3
+ - Fixed append map bug when key matches value in existing map #1200
4
+ - Nicer error message when trying to use merge anchor tags other than maps #1184
5
+ - Fixed Don't automatically read stdin when the null input flag is used
6
+ - Added type as an alias for tag #1195
7
+ - Fixes bug when using write in-place with no expression and multiple files #1193
8
+
1
9
4.24.5:
2
10
- Fixed scenarios that dropped the first line if it's a comment (#1181)
3
11
- Fixed updating existing empty map resulting in single line styling (#1176)
Original file line number Diff line number Diff line change 1
1
name : yq
2
- version : ' 4.24.5 '
2
+ version : ' 4.25.1 '
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