Bump version to v0.1.1

This commit is contained in:
SouthFox 2023-04-07 14:25:08 +08:00
parent 97e5d98802
commit c176b9525f
2 changed files with 10 additions and 1 deletions

9
CHANGELOG.org Normal file
View file

@ -0,0 +1,9 @@
#+title: Changelog
** 0.1.1 <2023-04-07 五>
*** 新功能
- 校验,生成 HTTP, json-ld 签名的能力
- 发帖程度的能力 CREAT
- 处理请求(部分)的能力
+ 关注、处理关注程度的能力 Follow Accept

View file

@ -4,7 +4,7 @@ import tomli
import pydantic
DEBUG = True
MAIN_VERSION = "0.0.1"
MAIN_VERSION = "0.1.1"
ROOT_DIR = Path().parent.resolve()
DB_PATH = ROOT_DIR / "data" / "database.db"