Skip to content

Commit f0b37ea

Browse files
committed
Bumping version
1 parent 8698433 commit f0b37ea

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
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.20.2"
14+
Version = "4.21.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_notes.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1+
4.21.1:
2+
- Added [reverse](https://mikefarah.gitbook.io/yq/operators/reverse) operator
3+
- Added [string case](https://mikefarah.gitbook.io/yq/operators/string-operators) operators
4+
- Added [base64 support](https://mikefarah.gitbook.io/yq/usage/base64)
5+
- Added [line](https://mikefarah.gitbook.io/yq/operators/line) and [column](https://mikefarah.gitbook.io/yq/operators/column) operators
6+
- Bumped dependency versions
7+
18
4.20.2:
29
- Fixed self assignment issue (#1107)
310
- Fixed bad capture groups with multiple matches (#1114)
411
- No longer auto-read from STDIN if there are files given (#1115)
512
- Added missing load_props operator
613

714
4.20.1:
8-
- New [Date Operators]((https://mikefarah.gitbook.io/yq/operators/datetime)) (now, tz, add and subtract durations from dates)
15+
- New [Date Operators](https://mikefarah.gitbook.io/yq/operators/datetime) (now, tz, add and subtract durations from dates)
916
- Can now decode property files!
1017
- New flag to manually set expression if required
1118
- ZSH completion bug fix (#1108) thanks @whi-tw

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.20.2'
2+
version: '4.21.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)