Skip to content

Commit ff0df7d

Browse files
committed
Bump to v5.0.1
1 parent 61af0a6 commit ff0df7d

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [5.0.1] - 2026-07-25
11+
1012
### Fixed
1113

1214
- 修正 `notationlist` 环境编译报错。
@@ -535,7 +537,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
535537
- 优化图注、算法的行距。
536538
- 二级以下节标题编号下采用“1.”、“(1)”、“①”。
537539

538-
[Unreleased]: https://github.com/ustctug/ustcthesis/compare/v5.0.0...HEAD
540+
[Unreleased]: https://github.com/ustctug/ustcthesis/compare/v5.0.1...HEAD
541+
[5.0.1]: https://github.com/ustctug/ustcthesis/compare/v5.0.0...v5.0.1
539542
[5.0.0]: https://github.com/ustctug/ustcthesis/compare/v4.1.0...v5.0.0
540543
[4.1.0]: https://github.com/ustctug/ustcthesis/compare/v4.0.0...v4.1.0
541544
[4.0.0]: https://github.com/ustctug/ustcthesis/compare/v4.0.0-beta.11...v4.0.0

ustcthesis-doc.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
\title{\cls{ustcthesis} 使用说明}
114114
\author{Zeping Lee\thanks{zepinglee AT gmail.com} \and
115115
seisman\thanks{seisman.info AT gmail.com} }
116-
\date{v5.0.0\qquad 2026-07-19}
116+
\date{v5.0.1\qquad 2026-07-25}
117117
\maketitle
118118

119119

ustcthesis.cls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
\IfFormatAtLeastTF{2020-10-01}{}
2121
{\ClassError{ustcthesis}{TeX Live 2021 or later version is required.}{}}
2222

23-
\newcommand\ustcthesisversion{5.0.0}
24-
\ProvidesExplClass{ustcthesis}{2026-07-19}{\ustcthesisversion}{USTC thesis template}
23+
\newcommand\ustcthesisversion{5.0.1}
24+
\ProvidesExplClass{ustcthesis}{2026-07-25}{\ustcthesisversion}{USTC thesis template}
2525

2626
\prop_gput:Nnn \g_msg_module_type_prop { ustcthesis } { Class }
2727

0 commit comments

Comments
 (0)