]> OzVa Git service - ozva-cloud/commitdiff
chore(release): version v0.10.1
authorsigoden <sigoden@gmail.com>
Thu, 2 Jun 2022 23:21:15 +0000 (07:21 +0800)
committersigoden <sigoden@gmail.com>
Thu, 2 Jun 2022 23:21:15 +0000 (07:21 +0800)
CHANGELOG.md
Cargo.lock
Cargo.toml

index 012af97234eef2181c40553ce7ea79a9cbc3f110..6587d7279869ec861fa20c79a197bafcea17100f 100644 (file)
@@ -2,6 +2,12 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.10.1] - 2022-06-02
+
+### Bug Fixes
+
+- Panic when bind already used port
+
 ## [0.10.0] - 2022-06-02
 
 ### Bug Fixes
@@ -19,10 +25,6 @@ All notable changes to this project will be documented in this file.
 - Change auth logic/options
 - Improve ui
 
-### Miscellaneous Tasks
-
-- Insert cli output
-
 ### Refactor
 
 - Small improvement
@@ -52,12 +54,6 @@ All notable changes to this project will be documented in this file.
 - Add some headers to res
 - Support render-index/render-spa
 
-### Miscellaneous Tasks
-
-- Move src/assets out of src
-- Update description
-- Upgrade version
-
 ## [0.7.0] - 2022-05-31
 
 ### Bug Fixes
@@ -71,10 +67,6 @@ All notable changes to this project will be documented in this file.
 
 - Drag and drop uploads, upload folder
 
-### Miscellaneous Tasks
-
-- Upgrade version
-
 ## [0.6.0] - 2022-05-31
 
 ### Features
@@ -83,10 +75,6 @@ All notable changes to this project will be documented in this file.
 - Distinct upload and delete operation
 - Support range requests
 
-### Miscellaneous Tasks
-
-- Upgrade version
-
 ### Refactor
 
 - Improve code quality
@@ -99,12 +87,6 @@ All notable changes to this project will be documented in this file.
 - Add no-auth-read options
 - Unzip zip file when unload
 
-### Miscellaneous Tasks
-
-- Reorganize web static files
-- Rename src/static to src/assets
-- Upgrade version
-
 ## [0.4.0] - 2022-05-29
 
 ### Features
@@ -112,10 +94,6 @@ All notable changes to this project will be documented in this file.
 - Replace --static option to --no-edit
 - Add cors
 
-### Miscellaneous Tasks
-
-- Upgrade version
-
 ## [0.3.0] - 2022-05-29
 
 ### Documentation
@@ -162,10 +140,6 @@ All notable changes to this project will be documented in this file.
 - Add logger
 - Download folder as zip file
 
-### Miscellaneous Tasks
-
-- Update cargo metadata
-
 ## [0.1.0] - 2022-05-26
 
 ### Bug Fixes
@@ -183,11 +157,6 @@ All notable changes to this project will be documented in this file.
 - Support delete operation
 - Remove parent path
 
-### Miscellaneous Tasks
-
-- Add readme and license
-- Update cargo metadata
-
 ### Styling
 
 - Cargo fmt
index df6e1899b81dce81533131ad4fab1288e63e4fcd..5849b225a54c1faf98e37659c352ddf1b6fb7fcd 100644 (file)
@@ -286,7 +286,7 @@ dependencies = [
 
 [[package]]
 name = "duf"
-version = "0.10.0"
+version = "0.10.1"
 dependencies = [
  "async-walkdir",
  "async_zip",
index 0e699760928d8a9bb0b5a872b2b727fc632f2dc1..c068edea142bf0aa09ccc8d5d2a98b4a29a00c16 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "duf"
-version = "0.10.0"
+version = "0.10.1"
 edition = "2021"
 authors = ["sigoden <sigoden@gmail.com>"]
 description = "Duf is a fully functional file server."