Skip to content

Commit

Permalink
chore(release):prepare for v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjj27 committed Mar 5, 2025
1 parent ca8d254 commit 2ff4f50
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@

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

## [0.4.1] - 2025-03-05

### 📚 Documentation

- *(README)* 更新链接指向 GitHub

### ⚙️ Miscellaneous Tasks

- *(github)* Fix packages path
- *(github)* 通过更改条件尝试在PR中分析流水线失败原因
- *(github)* 修复代码仓库检出错误
- *(github)* 修复 release 分支设置 git 用户问题
- *(github)* 仅在 default_branch 上运行
- *(github)* 删去验证语义化标签,直接推送发布到 packages
- *(github)* 补充验证语义化版本标签流程
- *(github)* 修复 CI TOKEN 权限,以便后续流程可以自动触发
- *(github)* Configure git user for bump commit
- *(GitHub)* 删去 lfs 需求
- *(github)* 尝试使用默认 token 来排除 token 问题
- *(github)* 修复误传 GitLab CI 参数问题
- *(github)* Fix jobs' needs
- *(github)* Fix tag fetching
- *(github)* 迁移 GitLab 发版前 bump 版本流程
- *(github)* 流程文件重命名与文档优化
- *(github)* 每次执行刷新缓存
- *(github)* 修复多行命令问题
- *(github)* 修复未检出代码导致流水线失败
- *(github)* 修复缓存问题
- *(github)* 删去不需要的矩阵代码
- *(github)* 修复缓存 key 获取不正确问题
- *(github)* 替换 toolchain 与缓存流程指令
- *(github)* Add ci for pull requests to main branch

## [0.4.0] - 2025-02-22

### 🐛 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion template/thesis.typ
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// 建议在正式编辑论文时,采用 typst.app 中的已发布版本模板
// #import "@preview/modern-sysu-thesis:0.4.0": bachelor as thesis
// #import "@preview/modern-sysu-thesis:0.4.1": bachelor as thesis

// 仅供开发调试使用
#import "/lib.typ": bachelor as thesis
Expand Down
2 changes: 1 addition & 1 deletion typst.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "modern-sysu-thesis"
version = "0.4.0"
version = "0.4.1"
entrypoint = "lib.typ"
repository = "https://gitlab.com/sysu-gitlab/thesis-template/better-thesis"
authors = ["howardlau1999 <@howardlau1999>", "Sunny Huang <@huangjj27>"]
Expand Down

0 comments on commit 2ff4f50

Please sign in to comment.