Skip to content

Commit 207b327

Browse files
committed
Bump to v4.1.0
1 parent e5a9d3d commit 207b327

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+
## [4.1.0] - 2026-05-30
11+
1012
### Added
1113

1214
- 添加对 `algorithms` 宏包的支持。
@@ -507,7 +509,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
507509
- 优化图注、算法的行距。
508510
- 二级以下节标题编号下采用“1.”、“(1)”、“①”。
509511

510-
[Unreleased]: https://github.com/ustctug/ustcthesis/compare/v4.0.0...HEAD
512+
[Unreleased]: https://github.com/ustctug/ustcthesis/compare/v4.1.0...HEAD
513+
[4.1.0]: https://github.com/ustctug/ustcthesis/compare/v4.0.0...v4.1.0
511514
[4.0.0]: https://github.com/ustctug/ustcthesis/compare/v4.0.0-beta.11...v4.0.0
512515
[4.0.0-beta.11]: https://github.com/ustctug/ustcthesis/compare/v4.0.0-beta.10...v4.0.0-beta.11
513516
[4.0.0-beta.10]: https://github.com/ustctug/ustcthesis/compare/v4.0.0-beta.9...v4.0.0-beta.10

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{v4.0.0\qquad 2026-05-10}
116+
\date{v4.1.0\qquad 2026-05-30}
117117
\maketitle
118118

119119

ustcthesis.cls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
%
1212

1313
\NeedsTeXFormat{LaTeX2e}[2017/04/15]
14-
\newcommand\ustcthesisversion{4.0.0}
15-
\ProvidesClass{ustcthesis}[2026/05/10 v\ustcthesisversion\space USTC thesis template]
14+
\newcommand\ustcthesisversion{4.1.0}
15+
\ProvidesClass{ustcthesis}[2026/05/30 v\ustcthesisversion\space USTC thesis template]
1616

1717
% 报错和警告
1818
\newcommand\ustc@error[1]{%

0 commit comments

Comments
 (0)