Skip to content

Commit

Permalink
chore: prepare release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 12, 2024
1 parent 85dd025 commit acfab3d
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 23 deletions.
7 changes: 0 additions & 7 deletions .changeset/add_support_for_block_pruning.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/automate_releases.md

This file was deleted.

This file was deleted.

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## 0.7.1 (2024-12-12)

### Features

#### Add support for block pruning

The chain manager can now automatically delete blocks after a configurable number of confirmations. Note that this does not apply retroactively.

### Fixes

- remove duration param from RPCWrite impl
- Return 0 for nonexistent accounts
- Automate releases
- Extended TestRPCRenew and TestRPCRefresh with an initial sector upload
- Fix panic when fetching block with empty block id from ChainManager
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module go.sia.tech/coreutils // v0.7.0
module go.sia.tech/coreutils // v0.7.1

go 1.23.1

Expand Down

0 comments on commit acfab3d

Please sign in to comment.