Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Bump version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jan 13, 2022
1 parent 76fa8d9 commit 15f8156
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
files = Cargo.toml README.md openwrt/aliyundrive-fuse/Makefile openwrt/luci-app-aliyundrive-fuse/Makefile snap/snapcraft.yaml
commit = False
tag = False
current_version = 0.1.4
current_version = 0.1.5
10 changes: 5 additions & 5 deletions Cargo.lock

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

24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aliyundrive-fuse"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
description = "FUSE for AliyunDrive"
license = "MIT"
Expand All @@ -11,21 +11,21 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.52"
bytes = "1.0.1"
clap = { version = "3.0.1", features = ["derive", "env", "wrap_help"] }
fuser = { version = "0.10.0", default-features = false }
anyhow = "1.0"
bytes = "1.0"
clap = { version = "3.0", features = ["derive", "env", "wrap_help"] }
fuser = { version = "0.10", default-features = false }
futures-util = "0.3"
libc = "0.2.112"
oneshot = { version = "0.1.3", default-features = false, features = ["std"] }
openssl-probe = { version = "0.1.4", optional = true }
parking_lot = "0.11.2"
reqwest = { version = "0.11.7", default-features = false, features = ["json", "gzip", "blocking"] }
serde = { version = "1.0.127", features = ["derive"] }
libc = "0.2"
oneshot = { version = "0.1", default-features = false, features = ["std"] }
openssl-probe = { version = "0.1", optional = true }
parking_lot = "0.11"
reqwest = { version = "0.11", default-features = false, features = ["json", "gzip", "blocking"] }
serde = { version = "1.0", features = ["derive"] }
time = { version = "0.3", features = ["formatting", "parsing"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "local-time"] }
url = "2.2.2"
url = "2.2"

[features]
default = ["rustls-tls", "libfuse"]
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ sudo snap install aliyundrive-fuse
aarch64/arm/x86_64/i686 等架构的版本,可以下载后使用 opkg 安装,以 nanopi r4s 为例:

```bash
wget https://github.com/messense/aliyundrive-fuse/releases/download/v0.1.4/aliyundrive-fuse_0.1.4_aarch64_generic.ipk
wget https://github.com/messense/aliyundrive-fuse/releases/download/v0.1.4/luci-app-aliyundrive-fuse_0.1.4_all.ipk
wget https://github.com/messense/aliyundrive-fuse/releases/download/v0.1.4/luci-i18n-aliyundrive-fuse-zh-cn_0.1.4-1_all.ipk
opkg install aliyundrive-fuse_0.1.4_aarch64_generic.ipk
opkg install luci-app-aliyundrive-fuse_0.1.4_all.ipk
opkg install luci-i18n-aliyundrive-fuse-zh-cn_0.1.4-1_all.ipk
wget https://github.com/messense/aliyundrive-fuse/releases/download/v0.1.5/aliyundrive-fuse_0.1.5_aarch64_generic.ipk
wget https://github.com/messense/aliyundrive-fuse/releases/download/v0.1.5/luci-app-aliyundrive-fuse_0.1.5_all.ipk
wget https://github.com/messense/aliyundrive-fuse/releases/download/v0.1.5/luci-i18n-aliyundrive-fuse-zh-cn_0.1.5-1_all.ipk
opkg install aliyundrive-fuse_0.1.5_aarch64_generic.ipk
opkg install luci-app-aliyundrive-fuse_0.1.5_all.ipk
opkg install luci-i18n-aliyundrive-fuse-zh-cn_0.1.5-1_all.ipk
```

其它 CPU 架构的路由器可在 [GitHub Releases](https://github.com/messense/aliyundrive-fuse/releases) 页面中查找对应的架构的主程序 ipk 文件下载安装。
Expand Down
2 changes: 1 addition & 1 deletion openwrt/aliyundrive-fuse/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=aliyundrive-fuse
PKG_VERSION:=0.1.4
PKG_VERSION:=0.1.5
PKG_RELEASE:=$(AUTORELESE)

PKG_LICENSE:=MIT
Expand Down
2 changes: 1 addition & 1 deletion openwrt/luci-app-aliyundrive-fuse/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=luci-app-aliyundrive-fuse
PKG_VERSION:=0.1.4
PKG_VERSION:=0.1.5
PKG_RELEASE:=1
PKG_PO_VERSION:=$(PKG_VERSION)-$(PKG_RELEASE)

Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: aliyundrive-fuse
version: '0.1.4'
version: '0.1.5'
summary: 阿里云盘 FUSE
description: |
阿里云盘 FUSE 磁盘挂载
Expand Down

0 comments on commit 15f8156

Please # to comment.