diff --git a/CHANGELOG.md b/CHANGELOG.md index 189f33f..2d81b57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to ## [Unreleased] +## [v4.3.2] – 2024–08–12 + ### Fixed - Prevent line break in the lower back title if one added a manual line break @@ -265,7 +267,8 @@ These changes might be breaking changes! ### Added - First official release -[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.3.1...HEAD +[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.3.2...HEAD +[v4.3.2]: https://github.com/se2p/se2thesis/compare/v4.3.2...v4.3.1 [v4.3.1]: https://github.com/se2p/se2thesis/compare/v4.3.1...v4.3.0 [v4.3.0]: https://github.com/se2p/se2thesis/compare/v4.3.0...v4.2.0 [v4.2.0]: https://github.com/se2p/se2thesis/compare/v4.2.0...v4.1.0 diff --git a/examples/se2thesis-master-thesis-example.pdf b/examples/se2thesis-master-thesis-example.pdf index 8fe6613..4d224fe 100644 Binary files a/examples/se2thesis-master-thesis-example.pdf and b/examples/se2thesis-master-thesis-example.pdf differ diff --git a/se2colors.dtx b/se2colors.dtx index b597e87..7b0b5d8 100644 --- a/se2colors.dtx +++ b/se2colors.dtx @@ -231,7 +231,7 @@ % % Identify the package and give the overall version information. % \begin{macrocode} -\ProvidesExplPackage {se2colors} {2024-07-31} {4.3.1} +\ProvidesExplPackage {se2colors} {2024-08-12} {4.3.2} {A colour support package for the se2thesis bundle} % \end{macrocode} % diff --git a/se2fonts.dtx b/se2fonts.dtx index 0d33b81..5ede585 100644 --- a/se2fonts.dtx +++ b/se2fonts.dtx @@ -151,7 +151,7 @@ % % Identify the package and give the overall version information. % \begin{macrocode} -\ProvidesExplPackage {se2fonts} {2024-07-31} {4.3.1} +\ProvidesExplPackage {se2fonts} {2024-08-12} {4.3.2} {A font-selection support package for the se2thesis bundle} % \end{macrocode} % diff --git a/se2packages.dtx b/se2packages.dtx index 7e67a7b..3ad8d99 100644 --- a/se2packages.dtx +++ b/se2packages.dtx @@ -472,7 +472,7 @@ % % Identify the package and give the overall version information. % \begin{macrocode} -\ProvidesExplPackage {se2packages} {2024-07-31} {4.3.1} +\ProvidesExplPackage {se2packages} {2024-08-12} {4.3.2} {Supporting packages for the se2thesis bundle} % \end{macrocode} % diff --git a/se2thesis.dtx b/se2thesis.dtx index 1868b9f..6d29f97 100644 --- a/se2thesis.dtx +++ b/se2thesis.dtx @@ -654,7 +654,7 @@ % % Identify the class and give the overall version number. % \begin{macrocode} -\ProvidesExplClass {se2thesis} {2024-07-31} {4.3.1} +\ProvidesExplClass {se2thesis} {2024-08-12} {4.3.2} {A thesis class for the Chair of Software Engineering II} % \end{macrocode} % @@ -1731,7 +1731,7 @@ % We provide the following English translations. % % \begin{macrocode} -\ProvideDictionaryFor{English}{se2translations}[2024/07/31] +\ProvideDictionaryFor{English}{se2translations}[2024/08/12] \ProvideDictTranslation{abstract}{abstract} \ProvideDictTranslation{Abstract}{Abstract} \ProvideDictTranslation{acknowledgement}{acknowledgement} @@ -1782,7 +1782,7 @@ % We provide the following German translations. % % \begin{macrocode} -\ProvideDictionaryFor{German}{se2translations}[2024/07/31] +\ProvideDictionaryFor{German}{se2translations}[2024/08/12] \ProvideDictTranslation{abstract}{Zusammenfassung} \ProvideDictTranslation{Abstract}{Zusammenfassung} \ProvideDictTranslation{acknowledgement}{Danksagung}