Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Dec 23, 2021
1 parent 3200f59 commit b646718
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## 1.1.0

* 增加只读模式,防止误操作删除文件

## 1.0.0

* 调整连接池 idle 检测时间,避免下载文件时出现 `connection closed before message
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 = "aliyundrive-webdav"
version = "1.0.0"
version = "1.1.0"
edition = "2021"
description = "WebDAV server for AliyunDrive"
license = "MIT"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ services:

```bash
$ aliyundrive-webdav --help
aliyundrive-webdav 1.0.0
aliyundrive-webdav 1.1.0
USAGE:
aliyundrive-webdav [FLAGS] [OPTIONS] --refresh-token <refresh-token>
Expand All @@ -122,6 +122,7 @@ FLAGS:
-I, --auto-index Automatically generate index.html
-h, --help Prints help information
--no-trash Delete file permanently instead of trashing it
--read-only Enable read only mode
-V, --version Prints version information
OPTIONS:
Expand Down

0 comments on commit b646718

Please sign in to comment.