Skip to content

Commit 49a1f27

Browse files
committed
chore(release):prepare for v0.1.1-alpha.5
1 parent 25f8010 commit 49a1f27

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.1-alpha.5] - 2024-05-21
6+
7+
### ⚙️ Miscellaneous Tasks
8+
9+
- *(README)* 修复 README 图标显示版本号不全问题
10+
- *(typst.universe)* 添加自动打包发布到 sysu/package 仓库的流水线
11+
- *(typst.universe)* 修复脚本顺序错误导致的程序执行失败
12+
- *(typst-universe)* Fix push problem
13+
- *(gitlab-ci)* 修改流水线作业触发条件
14+
- *(gitlab-ci)* 调整发布提交任务中命令的顺序
15+
- *(gitlab-ci)* 补充用于检测流水线的触发规则
16+
- *(gitlab-ci)* 启用调试规则
17+
- *(gitlab-ci)* 去除无法使用的测试流水线触发规则
18+
519
## [0.1.1-alpha.4] - 2024-05-20
620

721
### ⚙️ Miscellaneous Tasks

typst.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "morden-sysu-thesis"
3-
version = "0.1.1-alpha.4"
3+
version = "0.1.1-alpha.5"
44
entrypoint = "lib.typ"
55
repository = "https://gitlab.com/sysu-gitlab/thesis-template/better-thesis"
66
authors = ["howardlau1999 <@howardlau1999>", "Sunny Huang <@huangjj27>"]

0 commit comments

Comments
 (0)