From 5ef4794baee557a1729398c3c7aac375e643f910 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 12:50:26 +0000 Subject: [PATCH] chore: prepare release 0.4.4 --- .changeset/update_coreutils_to_v0240.md | 5 ----- CHANGELOG.md | 6 ++++++ go.mod | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/update_coreutils_to_v0240.md diff --git a/.changeset/update_coreutils_to_v0240.md b/.changeset/update_coreutils_to_v0240.md deleted file mode 100644 index 86cb8b44..00000000 --- a/.changeset/update_coreutils_to_v0240.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -# Update coreutils to v0.24.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b972324..b26aa4cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.4.4 (2026-08-24) + +### Fixes + +- Update coreutils to v0.24.0 + ## 0.4.3 (2026-07-13) ### Fixes diff --git a/go.mod b/go.mod index 8dc950c7..e1ae3a43 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module go.sia.tech/explored // v0.4.3 +module go.sia.tech/explored // v0.4.4 go 1.26.0