Skip to content

Commit ffe635f

Browse files
committed
Bumping version
1 parent b5b81ab commit ffe635f

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var (
1111
GitDescribe string
1212

1313
// Version is main version number that is being run at the moment.
14-
Version = "4.27.5"
14+
Version = "4.28.1"
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

release_instructions.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
- increment version in version.go
33
- increment version in snapcraft.yaml
44
- 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
95
- run ./scripts/copy-docs.sh (and commit the changed in the yq-book branch)
106
- commit version update changes
117
- tag git with same version number

release_notes.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
4.27.5:
27
- Fixed relative merge bug #1333
38

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yq
2-
version: '4.27.5'
2+
version: '4.28.1'
33
summary: A lightweight and portable command-line YAML processor
44
description: |
55
The aim of the project is to be the jq or sed of yaml files.

0 commit comments

Comments
 (0)