From 35e29c01aecc92f6d332a58a25020e27e17f9bf7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:05:43 +0000 Subject: [PATCH] chore: prepare release 0.8.0 --- .changeset/add_revisable_to_rpclatestrevision.md | 7 ------- CHANGELOG.md | 8 ++++++++ go.mod | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/add_revisable_to_rpclatestrevision.md diff --git a/.changeset/add_revisable_to_rpclatestrevision.md b/.changeset/add_revisable_to_rpclatestrevision.md deleted file mode 100644 index 7305ae3..0000000 --- a/.changeset/add_revisable_to_rpclatestrevision.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -default: major ---- - -# Add revisable to RPCLatestRevision - -Adds two additional flags to the RPCLatestRevision response. The `Revisable` field indicates whether the host will accept further revisions to the contract. A host will not accept revisions too close to the proof window or revisions on contracts that have already been resolved. The `Renewed` field indicates whether the contract was renewed. If the contract was renewed, the renter can use `FileContractID.V2RenewalID` to get the ID of the new contract. diff --git a/CHANGELOG.md b/CHANGELOG.md index 28c6923..6390a2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.8.0 (2024-12-13) + +### Breaking Changes + +#### Add revisable to RPCLatestRevision + +Adds two additional flags to the RPCLatestRevision response. The `Revisable` field indicates whether the host will accept further revisions to the contract. A host will not accept revisions too close to the proof window or revisions on contracts that have already been resolved. The `Renewed` field indicates whether the contract was renewed. If the contract was renewed, the renter can use `FileContractID.V2RenewalID` to get the ID of the new contract. + ## 0.7.3 (2024-12-12) ### Features diff --git a/go.mod b/go.mod index c8f029e..1e3de03 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module go.sia.tech/core // v0.7.3 +module go.sia.tech/core // v0.8.0 go 1.23.1