Skip to content

Commit

Permalink
chore: prepare release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 23, 2025
1 parent 22a44d9 commit 26b19b7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.

This file was deleted.

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.0.3 (2025-01-23)

### Fixes

- Fixed a concurrency issue when migrating data from large volumes

#### Fixed an inconsistency migrating the config's log directory from the v1.1.2 config file

The deprecated `Log.Path` config field was a directory, while the new `Log.File.Path` is expected to be a file path. If the log directory was set, the log file path will be correctly migrated to `hostd.log` in the directory.

## 2.0.2 (2025-01-16)

### Fixes
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/hostd // v2.0.2
module go.sia.tech/hostd // v2.0.3

go 1.23.1

Expand Down

0 comments on commit 26b19b7

Please sign in to comment.