Skip to content

Commit 0476945

Browse files
committed
Bumping version
1 parent 3c3f118 commit 0476945

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
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 = "v4.40.7"
14+
Version = "v4.41.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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
4.41.1 (not released):
1+
4.41.1:
22
- Can now comment in yq expressions! #1919
3+
- Fixed Toml decoding when table array defined before parent #1922
4+
- Added new CSV option to turn off auto-parsing #1947
5+
- Fixing with_entries context #1925
6+
- Can now retrieve the alias names of merge anchors #1942
37

48

59
4.40.7:

snap/snapcraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yq
2-
version: 'v4.40.7'
2+
version: 'v4.41.1'
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.
@@ -21,6 +21,6 @@ parts:
2121
yq:
2222
plugin: go
2323
source: https://github.com/mikefarah/yq.git
24-
source-tag: v4.40.7
24+
source-tag: v4.41.1
2525
build-snaps:
2626
- go/latest/stable

0 commit comments

Comments
 (0)