Skip to content

Commit 3924ed8

Browse files
committed
Bumping version
1 parent b1fee26 commit 3924ed8

File tree

6 files changed

+9
-27
lines changed

6 files changed

+9
-27
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.21.1"
14+
Version = "4.22.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

pkg/yqlib/doc/operators/headers/pick.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
Filter a map by the specified list of keys. Map is returned with the key in the order of the pick list.
44

5-
Similarly, you can filter a map by the specified list of indices.
5+
Similarly, filter an array by the specified list of indices.

pkg/yqlib/doc/operators/pick.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Filter a map by the specified list of keys. Map is returned with the key in the order of the pick list.
44

5-
Similarly, you can filter a map by the specified list of indices.
5+
Similarly, filter an array by the specified list of indices.
66

77
{% hint style="warning" %}
88
Note that versions prior to 4.18 require the 'eval/e' command to be specified. 

pkg/yqlib/doc/usage/base64.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

release_notes.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
4.22.1:
2+
- Added [pick] (https://mikefarah.gitbook.io/yq/operators/pick) operator
3+
- Can load expression from a file '--from-file' (#1120)
4+
- Fixed property auto expansion (#1127)
5+
16
4.21.1:
27
- Added [reverse](https://mikefarah.gitbook.io/yq/operators/reverse) operator
38
- Added [string case](https://mikefarah.gitbook.io/yq/operators/string-operators) operators

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.21.1'
2+
version: '4.22.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)