File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
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.27.5 "
14
+ Version = "4.28.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 2
2
- increment version in version.go
3
3
- increment version in snapcraft.yaml
4
4
- make sure local build passes
5
- - check manpage
6
- - ./scripts/generate-man-page-md.sh
7
- - ./scripts/generate-man-page.sh
8
- - man ./yq.1
9
5
- run ./scripts/copy-docs.sh (and commit the changed in the yq-book branch)
10
6
- commit version update changes
11
7
- tag git with same version number
Original file line number Diff line number Diff line change
1
+ 4.28.1:
2
+ - Added `setpath` and `delpaths` operators, like jq (#1374)
3
+ - Added `is_key` operator, to check if a match was a key when recursing
4
+ - Added validation when attempting to add sequences to maps (#1341)
5
+
1
6
4.27.5:
2
7
- Fixed relative merge bug #1333
3
8
Original file line number Diff line number Diff line change 1
1
name : yq
2
- version : ' 4.27.5 '
2
+ version : ' 4.28.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