Skip to content

Commit

Permalink
chore(release): version v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Jun 2, 2022
1 parent 7c39704 commit f66e129
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 39 deletions.
43 changes: 6 additions & 37 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -99,23 +87,13 @@ 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

- Replace --static option to --no-edit
- Add cors

### Miscellaneous Tasks

- Upgrade version

## [0.3.0] - 2022-05-29

### Documentation
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "duf"
version = "0.10.0"
version = "0.10.1"
edition = "2021"
authors = ["sigoden <[email protected]>"]
description = "Duf is a fully functional file server."
Expand Down

0 comments on commit f66e129

Please sign in to comment.