diff --git a/.changeset/always_cancel_read_side_of_stream_when_calling_streamclose.md b/.changeset/always_cancel_read_side_of_stream_when_calling_streamclose.md deleted file mode 100644 index 978fafc..0000000 --- a/.changeset/always_cancel_read_side_of_stream_when_calling_streamclose.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -# Always cancel read side of QUIC stream when calling stream.Close. diff --git a/.changeset/fix_an_edge_case_in_rpcfreesectors_where_the_swap_and_truncate_deletion_logic_could_preserve_a_sector_root_that_was_supposed_to_be_deleted.md b/.changeset/fix_an_edge_case_in_rpcfreesectors_where_the_swap_and_truncate_deletion_logic_could_preserve_a_sector_root_that_was_supposed_to_be_deleted.md deleted file mode 100644 index 8cd5547..0000000 --- a/.changeset/fix_an_edge_case_in_rpcfreesectors_where_the_swap_and_truncate_deletion_logic_could_preserve_a_sector_root_that_was_supposed_to_be_deleted.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -# Fixed an edge case in `RPCFreeSectors` where the deletion logic would keep a sector root that was supposed to be deleted. diff --git a/.changeset/pass_proper_descriptions_when_closing_quic_connection.md b/.changeset/pass_proper_descriptions_when_closing_quic_connection.md deleted file mode 100644 index 9c95bae..0000000 --- a/.changeset/pass_proper_descriptions_when_closing_quic_connection.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -# Pass proper descriptions when closing QUIC connection. diff --git a/CHANGELOG.md b/CHANGELOG.md index 36e1ca0..be49dc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.21.2 (2026-03-16) + +### Fixes + +- Always cancel read side of QUIC stream when calling stream.Close. +- Fixed an edge case in `RPCFreeSectors` where the deletion logic would keep a sector root that was supposed to be deleted. +- Pass proper descriptions when closing QUIC connection. + ## 0.21.1 (2026-02-25) ### Fixes diff --git a/go.mod b/go.mod index c7f3750..84205a8 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module go.sia.tech/coreutils // v0.21.1 +module go.sia.tech/coreutils // v0.21.2 go 1.25.0