Skip to content

Commit

Permalink
chore(main): release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed Dec 2, 2024
1 parent 2a6afe5 commit cdede3d
Show file tree
Hide file tree
Showing 9 changed files with 23 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.5.0"
".": "0.6.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.6.0](https://github.com/jolars/moloch/compare/v0.5.0...v0.6.0) (2024-12-02)


### Features

* add option to customize frame numbering of standout pages ([d6d0e3c](https://github.com/jolars/moloch/commit/d6d0e3c61565f06d1987c275e2460c9b61ef8ae3)), closes [#33](https://github.com/jolars/moloch/issues/33)
* deprecate `\mreducelistspacing` ([3d87ec2](https://github.com/jolars/moloch/commit/3d87ec2d8d4a81c09d13083aa61af2a36ce6dd1d))
* redesign section and subsection pages ([#30](https://github.com/jolars/moloch/issues/30)) ([5a98c69](https://github.com/jolars/moloch/commit/5a98c69a3f07b5b36d5d2c5e5a117e25c472ad22))
* use golden rule in top-bottom spacing of title page ([85eabc7](https://github.com/jolars/moloch/commit/85eabc7beef4296dcc7a7ac53eb0f7a785fe8c35))


### Reverts

* "test: remove standoutnumbering test" ([ce7540d](https://github.com/jolars/moloch/commit/ce7540d71caf490cbd3129345cd778b1519394d9))

## [0.5.0](https://github.com/jolars/moloch/compare/v0.4.0...v0.5.0) (2024-10-30)


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.5.0", -- x-release-please-version
version = "0.6.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 @@ -93,7 +93,7 @@

\newcommand{\themename}{\textsf{moloch}\xspace}

\def\molochversion{0.5.0} % x-release-please-version
\def\molochversion{0.6.0} % x-release-please-version

\usepackage{readprov}

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-10-30 v0.5.0 Moloch color theme] % x-release-please-version
\ProvidesPackage{beamercolorthememoloch}[2024-10-30 v0.6.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-10-30 v0.5.0 Moloch font theme] % x-release-please-version
\ProvidesPackage{beamerfontthememoloch}[2024-10-30 v0.6.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-10-30 v0.5.0 Moloch inner theme] % x-release-please-version
\ProvidesPackage{beamerinnerthememoloch}[2024-10-30 v0.6.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-10-30 v0.5.0 Moloch outer theme] % x-release-please-version
\ProvidesPackage{beamerouterthememoloch}[2024-10-30 v0.6.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-10-30 v0.5.0 Moloch Beamer theme] % x-release-please-version
\ProvidesPackage{beamerthememoloch}[2024-10-30 v0.6.0 Moloch Beamer theme] % x-release-please-version
%</package>
% \fi
% \CheckSum{0}
Expand Down

0 comments on commit cdede3d

Please sign in to comment.