chore(main): release 0.5.0 (#20)
This commit is contained in:
parent
de455795bd
commit
7605fc36df
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
".": "0.4.0"
|
||||
".": "0.5.0"
|
||||
}
|
||||
|
|
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,5 +1,21 @@
|
|||
# Changelog
|
||||
|
||||
## [0.5.0](https://github.com/jolars/moloch/compare/v0.4.0...v0.5.0) (2024-10-30)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* replace `\vfill` with `\vfil` in title frame ([8f2a59e](https://github.com/jolars/moloch/commit/8f2a59e239cf0ae32f1a5c8fbf6ad739fa1cd328))
|
||||
* switch from fill to fil ([#21](https://github.com/jolars/moloch/issues/21)) ([873ae15](https://github.com/jolars/moloch/commit/873ae154824ed10d45f05c6efe4c4cc73eca1a22))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove duplicated footnote color specifications ([#26](https://github.com/jolars/moloch/issues/26)) ([1306af5](https://github.com/jolars/moloch/commit/1306af5a73e0a030ece2ad9825496cc28507ad54))
|
||||
* remove extra space below progressbar section pages ([#27](https://github.com/jolars/moloch/issues/27)) ([e5be480](https://github.com/jolars/moloch/commit/e5be4806ab9b975be8e8f67434c80fd2155e30b2))
|
||||
* set use=block title in block body for fill ([e8921a6](https://github.com/jolars/moloch/commit/e8921a69642166ef22b9b27cd3633a735c22f153)), closes [#28](https://github.com/jolars/moloch/issues/28)
|
||||
* tag files with date ([28003e7](https://github.com/jolars/moloch/commit/28003e7502ce420a0e24b96e27ba3d30b9b0ecbc))
|
||||
|
||||
## [0.4.0](https://github.com/jolars/moloch/compare/v0.3.0...v0.4.0) (2024-07-09)
|
||||
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ maxprintline = 9999
|
|||
|
||||
uploadconfig = {
|
||||
pkg = "moloch",
|
||||
version = "0.4.0", -- x-release-please-version
|
||||
version = "0.5.0", -- x-release-please-version
|
||||
author = "Johan Larsson",
|
||||
uploader = "Johan Larsson",
|
||||
license = "cc-by-sa-4",
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
|
||||
\newcommand{\themename}{\textsf{moloch}\xspace}
|
||||
|
||||
\def\molochversion{0.4.0} % x-release-please-version
|
||||
\def\molochversion{0.5.0} % x-release-please-version
|
||||
|
||||
\usepackage{readprov}
|
||||
% \ReadPackageInfos{beamerthememoloch}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
% \iffalse
|
||||
%<*package>
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesPackage{beamercolorthememoloch}[2024-10-30 v0.4.0 Moloch color theme] % x-release-please-version
|
||||
\ProvidesPackage{beamercolorthememoloch}[2024-10-30 v0.5.0 Moloch color theme] % x-release-please-version
|
||||
%</package>
|
||||
% \fi
|
||||
% \CheckSum{0}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
% \iffalse
|
||||
%<*package>
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesPackage{beamerfontthememoloch}[2024-10-30 v0.4.0 Moloch font theme] % x-release-please-version
|
||||
\ProvidesPackage{beamerfontthememoloch}[2024-10-30 v0.5.0 Moloch font theme] % x-release-please-version
|
||||
%</package>
|
||||
% \fi
|
||||
% \CheckSum{0}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
% \iffalse
|
||||
%<*package>
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesPackage{beamerinnerthememoloch}[2024-10-30 v0.4.0 Moloch inner theme] % x-release-please-version
|
||||
\ProvidesPackage{beamerinnerthememoloch}[2024-10-30 v0.5.0 Moloch inner theme] % x-release-please-version
|
||||
%</package>
|
||||
% \fi
|
||||
% \CheckSum{0}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
% \iffalse
|
||||
%<*package>
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesPackage{beamerouterthememoloch}[2024-10-30 v0.4.0 Moloch outer theme] % x-release-please-version
|
||||
\ProvidesPackage{beamerouterthememoloch}[2024-10-30 v0.5.0 Moloch outer theme] % x-release-please-version
|
||||
%</package>
|
||||
% \fi
|
||||
% \CheckSum{0}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
% \iffalse
|
||||
%<*package>
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesPackage{beamerthememoloch}[2024-10-30 v0.4.0 Moloch Beamer theme] % x-release-please-version
|
||||
\ProvidesPackage{beamerthememoloch}[2024-10-30 v0.5.0 Moloch Beamer theme] % x-release-please-version
|
||||
%</package>
|
||||
% \fi
|
||||
% \CheckSum{0}
|
||||
|
|
Loading…
Reference in New Issue