Skip to content

Commit 294a170

Browse files
committed
Bumping version
1 parent 342efb2 commit 294a170

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

cmd/version.go

+1-1
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 = "v4.44.5"
14+
Version = "v4.44.6"
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

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
4.44.6:
2+
- Fixed deleting items in array bug #2027, #2172; Thanks @jandubois
3+
- Docker image for armv7 / raspberry pi3, Thanks @brianegge
4+
- Fixed no-colors regression #2218
5+
- Fixed various panic scenarios #2211
6+
- Bumped dependencies
7+
18
4.44.5:
29
- Fixing release pipeline
310

snap/snapcraft.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yq
2-
version: 'v4.44.5'
2+
version: 'v4.44.6'
33
summary: A lightweight and portable command-line data file processor
44
description: |
55
`yq` uses [jq](https://github.com/stedolan/jq) like syntax but works with yaml, json, xml, csv, properties and TOML files.
@@ -24,6 +24,6 @@ parts:
2424
build-environment:
2525
- CGO_ENABLED: 0
2626
source: https://github.com/mikefarah/yq.git
27-
source-tag: v4.44.5
27+
source-tag: v4.44.6
2828
build-snaps:
2929
- go/latest/stable

0 commit comments

Comments
 (0)