Skip to content

Commit

Permalink
chore(main): release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed Oct 30, 2024
1 parent b7cfb2c commit ad34ae6
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "0.5.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion doc/moloch.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion src/beamercolorthememoloch.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
% \iffalse
%<*package>
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{beamercolorthememoloch}[2024-07-09 v0.4.0 Moloch color theme] % x-release-please-version
\ProvidesPackage{beamercolorthememoloch}[2024-07-09 v0.5.0 Moloch color theme] % x-release-please-version
%</package>
% \fi
% \CheckSum{0}
Expand Down
2 changes: 1 addition & 1 deletion src/beamerfontthememoloch.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
% \iffalse
%<*package>
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{beamerfontthememoloch}[2024-07-09 v0.4.0 Moloch font theme] % x-release-please-version
\ProvidesPackage{beamerfontthememoloch}[2024-07-09 v0.5.0 Moloch font theme] % x-release-please-version
%</package>
% \fi
% \CheckSum{0}
Expand Down
2 changes: 1 addition & 1 deletion src/beamerinnerthememoloch.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
% \iffalse
%<*package>
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{beamerinnerthememoloch}[2024-07-09 v0.4.0 Moloch inner theme] % x-release-please-version
\ProvidesPackage{beamerinnerthememoloch}[2024-07-09 v0.5.0 Moloch inner theme] % x-release-please-version
%</package>
% \fi
% \CheckSum{0}
Expand Down
2 changes: 1 addition & 1 deletion src/beamerouterthememoloch.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
% \iffalse
%<*package>
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{beamerouterthememoloch}[2024-07-09 v0.4.0 Moloch outer theme] % x-release-please-version
\ProvidesPackage{beamerouterthememoloch}[2024-07-09 v0.5.0 Moloch outer theme] % x-release-please-version
%</package>
% \fi
% \CheckSum{0}
Expand Down
2 changes: 1 addition & 1 deletion src/beamerthememoloch.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
% \iffalse
%<*package>
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{beamerthememoloch}[2024-07-09 v0.4.0 Moloch Beamer theme] % x-release-please-version
\ProvidesPackage{beamerthememoloch}[2024-07-09 v0.5.0 Moloch Beamer theme] % x-release-please-version
%</package>
% \fi
% \CheckSum{0}
Expand Down

0 comments on commit ad34ae6

Please sign in to comment.