From 429afdc5884bfd5b82d703f3abad57aa6dfd8522 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 17:36:41 +0000 Subject: [PATCH] chore: prepare release 0.9.2 --- ..._avoiding_acquiring_the_mutex_before_a_db_transaction.md | 5 ----- CHANGELOG.md | 6 ++++++ go.mod | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/improve_locking_in_singleaddresswallet_by_avoiding_acquiring_the_mutex_before_a_db_transaction.md diff --git a/.changeset/improve_locking_in_singleaddresswallet_by_avoiding_acquiring_the_mutex_before_a_db_transaction.md b/.changeset/improve_locking_in_singleaddresswallet_by_avoiding_acquiring_the_mutex_before_a_db_transaction.md deleted file mode 100644 index 5433b5d..0000000 --- a/.changeset/improve_locking_in_singleaddresswallet_by_avoiding_acquiring_the_mutex_before_a_db_transaction.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -# Improve locking in SingleAddressWallet by avoiding acquiring the mutex before a db transaction diff --git a/CHANGELOG.md b/CHANGELOG.md index 99b6c9e..d63088a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.9.2 (2025-01-15) + +### Fixes + +- Improve locking in SingleAddressWallet by avoiding acquiring the mutex before a db transaction + ## 0.9.1 (2025-01-12) ### Fixes diff --git a/go.mod b/go.mod index 145f55b..9beba8a 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module go.sia.tech/coreutils // v0.9.1 +module go.sia.tech/coreutils // v0.9.2 go 1.23.1