From 58cc6b8dfe3b5119cf0515d778ba119f5b1662d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 08:44:05 +0000 Subject: [PATCH] chore: prepare release 0.23.6 --- .changeset/reject_nonunique_txid_txes_from_mempool.md | 5 ----- ...in_height_and_pricetable_height_when_storing_sectors.md | 5 ----- CHANGELOG.md | 7 +++++++ go.mod | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/reject_nonunique_txid_txes_from_mempool.md delete mode 100644 .changeset/use_max_of_chain_height_and_pricetable_height_when_storing_sectors.md diff --git a/.changeset/reject_nonunique_txid_txes_from_mempool.md b/.changeset/reject_nonunique_txid_txes_from_mempool.md deleted file mode 100644 index 82f4fe9d..00000000 --- a/.changeset/reject_nonunique_txid_txes_from_mempool.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -# reject nonunique txid txes from mempool diff --git a/.changeset/use_max_of_chain_height_and_pricetable_height_when_storing_sectors.md b/.changeset/use_max_of_chain_height_and_pricetable_height_when_storing_sectors.md deleted file mode 100644 index 341a4287..00000000 --- a/.changeset/use_max_of_chain_height_and_pricetable_height_when_storing_sectors.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -# Use max of chain height and price table height when storing sectors. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f5d3dcf..1b9c41e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.23.6 (2026-07-30) + +### Fixes + +- reject nonunique txid txes from mempool +- Use max of chain height and price table height when storing sectors. + ## 0.23.5 (2026-07-08) ### Fixes diff --git a/go.mod b/go.mod index ce9b708a..c2296764 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module go.sia.tech/coreutils // v0.23.5 +module go.sia.tech/coreutils // v0.23.6 go 1.26.0