Skip to content

Commit

Permalink
chore: prepare release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 18, 2024
1 parent b02d670 commit 3266780
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.8.1 (2024-12-18)

### Fixes

- fix panic in handleRPCFormContract
- Return ErrNotEnoughFunds when account doesn't exist or has insufficient funds in it
- Fix rhp4 server not returning ErrNotEnoughFunds when account has insufficient balance

## 0.8.0 (2024-12-13)

### Breaking Changes
Expand Down
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.8.0
module go.sia.tech/coreutils // v0.8.1

go 1.23.1

Expand Down

0 comments on commit 3266780

Please sign in to comment.