Skip to content

Commit cebc7f3

Browse files
committed
✨ feat: 更新版本号为 v0.0.6
Signed-off-by: xqyjlj <xqyjlj@126.com>
1 parent 91245e4 commit cebc7f3

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# Changelog ([中文](#中文))
22

3+
## v0.0.6
4+
5+
- 🐞 fix: Add executable permissions for each component under Linux
6+
- 🐞 fix: Fix the problem that the relative path of the project cannot be indexed
7+
- 🐞 fix: Fix the problem that the package path is empty but the current path is returned
8+
- ✨ feat: Improve the error message of the generated code
9+
310
## v0.0.5
411

5-
- 🐞fix: fix the problem that jinja2 function cannot be found after packaging
12+
- 🐞 fix: fix the problem that jinja2 function cannot be found after packaging
613

714
## v0.0.4
815

@@ -29,9 +36,16 @@
2936

3037
# 更新日志
3138

39+
## v0.0.6
40+
41+
- 🐞 fix: 添加各组件在 linux 下的可执行权限
42+
- 🐞 fix: 修复 project 相对路径无法索引的问题
43+
- 🐞 fix: 修复 package 路径为空但返回当前路径的问题
44+
- ✨ feat: 完善生成代码的报错信息
45+
3246
## v0.0.5
3347

34-
- 🐞fix: 修复打包后 jinja2 函数无法找到的问题
48+
- 🐞 fix: 修复打包后 jinja2 函数无法找到的问题
3549

3650
## v0.0.4
3751

common/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class Settings(QConfig):
128128
YEAR = 2023
129129
AUTHOR = "xqyjlj"
130130
AUTHOR_BLOG_URL = "https://xqyjlj.github.io/"
131-
VERSION = "0.0.5"
131+
VERSION = "0.0.6"
132132
HELP_URL = "https://csplink.top"
133133
REPO_URL = "https://github.com/csplink/csp"
134134
FEEDBACK_URL = "https://github.com/csplink/csp/issues"

0 commit comments

Comments
 (0)