From 92bdc9761af47f1f0c16bbe1fb902b37acc0447a Mon Sep 17 00:00:00 2001 From: ankur22 Date: Fri, 20 Dec 2024 09:55:52 +0000 Subject: [PATCH 1/2] Bump version to 0.55.2 Due to a build/release issue with the deb file, it seems that we need to attempt another publish to fix the deb file. --- lib/consts/consts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/consts/consts.go b/lib/consts/consts.go index d6750e65207..136eae26517 100644 --- a/lib/consts/consts.go +++ b/lib/consts/consts.go @@ -9,7 +9,7 @@ import ( ) // Version contains the current semantic version of k6. -const Version = "0.55.1" +const Version = "0.55.2" // FullVersion returns the maximally full version and build information for // the currently running k6 executable. From 1e39e8c3e7b68a6b097342e7584462ae38a6d55b Mon Sep 17 00:00:00 2001 From: ankur22 Date: Fri, 20 Dec 2024 10:04:26 +0000 Subject: [PATCH 2/2] Add release notes for v0.55.2 --- release notes/v0.55.2.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 release notes/v0.55.2.md diff --git a/release notes/v0.55.2.md b/release notes/v0.55.2.md new file mode 100644 index 00000000000..6962006c7c1 --- /dev/null +++ b/release notes/v0.55.2.md @@ -0,0 +1,3 @@ +k6 `v0.55.2` is a patch release that fixes packaging issue. + +There are no functional changes in k6 compared to v0.55.1.