Skip to content

Commit

Permalink
Version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDing committed Apr 10, 2024
1 parent a5a9032 commit beeb515
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.8.1 - 2024-04-10

### Fixed

- 修复保持分享链接根目录出错。

### Changed

- `updateuser` 命令中也更新 tokens。

## v0.8.0 - 2024-04-09

Add new apis and remove unneeded apis.
Expand Down
2 changes: 1 addition & 1 deletion alipcs_py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

__all__ = ["AliPCS", "AliPCSApi"]

__version__ = "0.8.0"
__version__ = "0.8.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "AliPCS-Py"
homepage = "https://github.com/PeterDing/AliPCS-Py"
version = "0.8.0"
version = "0.8.1"
description = "Ali Pcs Api and App"
authors = ["PeterDing <dfhayst@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit beeb515

Please sign in to comment.