Skip to content

Commit

Permalink
Version bump after new rule contributions.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhelvens committed Oct 26, 2014
1 parent 822acdc commit 0bb3a61
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions archive
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FILES="$DOC.sty \
$DOC-recommended.sty \
README.md"

VERSION=0.3.0
VERSION=$1

##################################################
#
Expand All @@ -34,7 +34,7 @@ mv README.md README

### Zero out the checksum value
#
sed -r -i.bak 's/\\CheckSum\{[0-9]*\}/\\CheckSum\{0\}/;' $DOC.sty
sed -r -i 's/\\CheckSum\{[0-9]*\}/\\CheckSum\{0\}/;' $DOC.sty

### First compilation
#
Expand Down
2 changes: 1 addition & 1 deletion pkgloader.sty
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{expl3}
\ProvidesExplPackage{pkgloader}{2014/08/31}{0.3.0}
\ProvidesExplPackage{pkgloader}{2014/10/26}{0.4.1}
{managing the options and loading order of LaTeX packages}
% \end{macrocode}
%
Expand Down
3 changes: 3 additions & 0 deletions pkgloader.tex
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
{fixed the package to work with more recent releases of expl3,
which removed the individual l3kernel .sty files; additionally,
pkgloader now understands preferred loading orders of cleveref}

\changes{0.4.1}{2014/10/26}
{integrates a number of new package loading rules contributed by the community}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document} %
Expand Down

0 comments on commit 0bb3a61

Please sign in to comment.