diff --git a/.changeset/conditional_operations.md b/.changeset/conditional_operations.md deleted file mode 100644 index 13567cc0..00000000 --- a/.changeset/conditional_operations.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: minor ---- - -# Support conditional operations diff --git a/CHANGELOG.md b/CHANGELOG.md index e6c7903f..ab2319a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.3 (2026-08-27) + +### Features + +- Support conditional operations + ## 0.1.2 (2026-08-12) ### Features diff --git a/go.mod b/go.mod index e7b48771..579681a2 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/SiaFoundation/s3d // v0.1.2 +module github.com/SiaFoundation/s3d // v0.1.3 go 1.26.0