Skip to content

Commit 80cf97f

Browse files
committed
0.16.1
1 parent 5940476 commit 80cf97f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/changelogs.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
## 0.16
2+
### 0.16.1
3+
- Add systemd file generation tool.
4+
- Mime-type detection for markdown files.
5+
- Add version cli to show client and server version.
6+
- Fix py api version method return type.
7+
- Fix origin environment variable name.
8+
29
### 0.16.0
310
- Add virtual user support.
411
- Remove peer relationships if set to none.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "lfss"
3-
version = "0.16.0"
3+
version = "0.16.1"
44
description = "Lite file storage service"
55
authors = ["Li, Mengxun <[email protected]>"]
66
readme = "Readme.md"

0 commit comments

Comments
 (0)