updated version
This commit is contained in:
parent
24418ba03d
commit
b1aca46034
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,16 +1,30 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v2.0.5-rc
|
||||||
|
|
||||||
|
### Issues
|
||||||
|
|
||||||
|
* ~~\#12 [Unit Test] Complete all providers unit tests~~
|
||||||
|
* ~~\#21 [Unit Test] Complete WinFSP unit tests~~
|
||||||
|
* ~~\#22 [Unit Test] Complete FUSE unit tests~~
|
||||||
|
|
||||||
|
### Changes from v2.0.4-rc
|
||||||
|
|
||||||
|
* TDB
|
||||||
|
|
||||||
## v2.0.4-rc
|
## v2.0.4-rc
|
||||||
|
|
||||||
### BREAKING CHANGES
|
### BREAKING CHANGES
|
||||||
|
|
||||||
* `renterd` v2.0.0+ is now required. Prior versions will fail to mount.
|
* `renterd` v2.0.0+ is now required. Prior versions will fail to mount.
|
||||||
|
|
||||||
|
<!-- markdownlint-disable-next-line -->
|
||||||
### Issues
|
### Issues
|
||||||
|
|
||||||
* \#35 [bug] Low frequency check is set to '0' instead of 1 hour by default
|
* \#35 [bug] Low frequency check is set to '0' instead of 1 hour by default
|
||||||
* \#36 [bug] Max cache size bytes is set to '0' by default
|
* \#36 [bug] Max cache size bytes is set to '0' by default
|
||||||
|
|
||||||
|
<!-- markdownlint-disable-next-line -->
|
||||||
### Changes from v2.0.3-rc
|
### Changes from v2.0.3-rc
|
||||||
|
|
||||||
* Added Sia API version check prior to mounting
|
* Added Sia API version check prior to mounting
|
||||||
|
@ -10,7 +10,7 @@ PROJECT_DESC="Mount utility for Sia and S3"
|
|||||||
|
|
||||||
PROJECT_MAJOR_VERSION=2
|
PROJECT_MAJOR_VERSION=2
|
||||||
PROJECT_MINOR_VERSION=0
|
PROJECT_MINOR_VERSION=0
|
||||||
PROJECT_REVISION_VERSION=4
|
PROJECT_REVISION_VERSION=5
|
||||||
PROJECT_RELEASE_NUM=0
|
PROJECT_RELEASE_NUM=0
|
||||||
PROJECT_RELEASE_ITER=rc
|
PROJECT_RELEASE_ITER=rc
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user