Skip to content

Commit 3f7d84e

Browse files
committed
v0.13.5
1 parent ce442be commit 3f7d84e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.13.5
2+
3+
- Added new FileSystemProvider
4+
- Added public domain warning
5+
- Fixed s3 endpoint url handling
6+
- Switched to Cloudflare DNS
7+
18
## 0.13.4
29

310
- [sia/renterd] add bucket support

lib/constants.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ! S5 node version
2-
const nodeVersion = '0.13.4';
2+
const nodeVersion = '0.13.5';
33

44
// ! default chunk size for hashes
55
const defaultChunkSize = 256 * 1024;

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: s5_server
22
description: Decentralized content-addressed storage network
33
publish_to: none
4-
version: 0.13.4
4+
version: 0.13.5
55

66
environment:
77
sdk: ^3.0.0

0 commit comments

Comments
 (0)