We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5940476 commit 80cf97fCopy full SHA for 80cf97f
docs/changelogs.md
@@ -1,4 +1,11 @@
1
## 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
+
9
### 0.16.0
10
- Add virtual user support.
11
- Remove peer relationships if set to none.
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lfss"
-version = "0.16.0"
+version = "0.16.1"
description = "Lite file storage service"
authors = ["Li, Mengxun <[email protected]>"]
readme = "Readme.md"
0 commit comments