Skip to content

Commit

Permalink
chore: bump version to v7.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Shengqi Chen <[email protected]>
  • Loading branch information
Harry-Chen committed Mar 29, 2024
1 parent 4a9ad77 commit 78d5c5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

## [Unreleased]

## [v7.5.0] - 2024-03-29

### Added

- 本科生的附录(调研阅读报告和书面翻译)支持 `biblatex`[#893](https://github.com/tuna/thuthesis/issues/893))。
Expand Down Expand Up @@ -975,7 +977,8 @@



[Unreleased]: https://github.com/tuna/thuthesis/compare/v7.4.0...HEAD
[Unreleased]: https://github.com/tuna/thuthesis/compare/v7.5.0...HEAD
[v7.5.0]: https://github.com/tuna/thuthesis/compare/v7.4.0...v7.5.0
[v7.4.0]: https://github.com/tuna/thuthesis/compare/v7.3.2...v7.4.0
[v7.3.2]: https://github.com/tuna/thuthesis/compare/v7.3.1...v7.3.2
[v7.3.1]: https://github.com/tuna/thuthesis/compare/v7.3.0...v7.3.1
Expand Down
6 changes: 3 additions & 3 deletions thuthesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
%
% \iffalse
%<*driver>
\ProvidesFile{thuthesis.dtx}[2023/05/15 7.4.0 Tsinghua University Thesis Template]
\ProvidesFile{thuthesis.dtx}[2024/03/29 7.5.0 Tsinghua University Thesis Template]
\documentclass{ltxdoc}
\usepackage{dtx-style}

Expand Down Expand Up @@ -1269,7 +1269,7 @@
% \begin{macrocode}
%<cls>\NeedsTeXFormat{LaTeX2e}[2017/04/15]
%<cls>\ProvidesClass{thuthesis}
%<cls>[2023/05/15 7.4.0 Tsinghua University Thesis Template]
%<cls>[2024/03/29 7.5.0 Tsinghua University Thesis Template]
% \end{macrocode}
%
% 报错
Expand Down Expand Up @@ -1330,7 +1330,7 @@
%<*cls>
\hyphenation{Thu-Thesis}
\def\thuthesis{ThuThesis}
\def\version{7.4.0}
\def\version{7.5.0}
\RequirePackage{kvdefinekeys}
\RequirePackage{kvsetkeys}
\RequirePackage{kvoptions}
Expand Down

0 comments on commit 78d5c5e

Please sign in to comment.