Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
sasozivanovic committed Dec 2, 2024
1 parent c862f94 commit ea88a43
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 25 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
For the development history, see [Memoize's GitHub
repository](https://github.com/sasozivanovic/memoize).

## 2024/12/02 v1.4.1

* Bugfix: the landscape support introduced in 1.4.0 broke Memoize under LuaTeX.

## 2024/11/24 v1.4.0

* New features:
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ all: ctan/memoize.zip
# Prepare the CTAN submission.

PACKAGE = memoize
VERSION = 1.4.0
VERSION = 1.4.1
YEAR = 2024
MONTH = 11
DAY = 24
MONTH = 12
DAY = 02

FORMAT = generic

Expand Down
4 changes: 2 additions & 2 deletions doc/memoize-clean.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: memoize-clean
section: 1
header: User Manual
footer: memoize-clean of Memoize v1.4.0
date: November 24, 2024
footer: memoize-clean of Memoize v1.4.1
date: December 02, 2024
hyphenate: false
---

Expand Down
2 changes: 1 addition & 1 deletion doc/memoize-code.tex
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
\faGithub~\url(https://){github.com/sasozivanovic}}
\packageversion{%
\ParseProvidesPackage
\ProvidesPackage{memoize}[2024/11/24 v1.4.0 Fast and flexible externalization]
\ProvidesPackage{memoize}[2024/12/02 v1.4.1 Fast and flexible externalization]
\begin{tabular}{c}
Memoize v\packagever\\
\csuse{@date}
Expand Down
2 changes: 1 addition & 1 deletion doc/memoize-doc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

\title{\pkg[white]{Memoize}}
\ParseProvidesPackage
\ProvidesPackage{memoize}[2024/11/24 v1.4.0 Fast and flexible externalization]
\ProvidesPackage{memoize}[2024/12/02 v1.4.1 Fast and flexible externalization]
\packageversion{v\packagever\\\csuse{@date}}
\author{Sašo Živanović\\[2mm]
\emailsymbol~\url(mailto:){saso.zivanovic@guest.arnes.si}\\
Expand Down
4 changes: 2 additions & 2 deletions doc/memoize-extract.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: memoize-extract
section: 1
header: User Manual
footer: memoize-extract of Memoize v1.4.0
date: November 24, 2024
footer: memoize-extract of Memoize v1.4.1
date: December 02, 2024
hyphenate: false
---

Expand Down
2 changes: 1 addition & 1 deletion memoize-clean.pl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# <texmf>/doc/generic/memoize/FILES.

my $PROG = 'memoize-clean.pl';
my $VERSION = '2024/11/24 v1.4.0';
my $VERSION = '2024/12/02 v1.4.1';

use strict;
use Getopt::Long;
Expand Down
2 changes: 1 addition & 1 deletion memoize-clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# The files belonging to this work and covered by LPPL are listed in
# <texmf>/doc/generic/memoize/FILES.

__version__ = '2024/11/24 v1.4.0'
__version__ = '2024/12/02 v1.4.1'

import argparse, re, sys, pathlib, os

Expand Down
2 changes: 1 addition & 1 deletion memoize-extract.pl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# <texmf>/doc/generic/memoize/FILES.

my $PROG = 'memoize-extract.pl';
my $VERSION = '2024/11/24 v1.4.0';
my $VERSION = '2024/12/02 v1.4.1';

use strict;
use File::Basename qw/basename/;
Expand Down
2 changes: 1 addition & 1 deletion memoize-extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# The files belonging to this work and covered by LPPL are listed in
# <texmf>/doc/generic/memoize/FILES.

__version__ = '2024/11/24 v1.4.0'
__version__ = '2024/12/02 v1.4.1'

import argparse, re, sys, os, subprocess, itertools, traceback, platform
from pathlib import Path, PurePath
Expand Down
24 changes: 12 additions & 12 deletions memoize.edtx
Original file line number Diff line number Diff line change
Expand Up @@ -90,55 +90,55 @@
%
% \paragraph{Identification} of |memoize|, |memoizable| and |nomemoize|.
%<*mmz>
%<latex>\ProvidesPackage{memoize}[2024/11/24 v1.4.0 Fast and flexible externalization]
%<latex>\ProvidesPackage{memoize}[2024/12/02 v1.4.1 Fast and flexible externalization]
%<context>%D \module[
%<context>%D file=t-memoize.tex,
%<context>%D version=1.4.0,
%<context>%D version=1.4.1,
%<context>%D title=Memoize,
%<context>%D subtitle=Fast and flexible externalization,
%<context>%D author=Saso Zivanovic,
%<context>%D date=2024-11-24,
%<context>%D date=2024-12-02,
%<context>%D copyright=Saso Zivanovic,
%<context>%D license=LPPL,
%<context>%D ]
%<context>\writestatus{loading}{ConTeXt User Module / memoize}
%<context>\unprotect
%<context>\startmodule[memoize]
%<plain>% Package memoize 2024/11/24 v1.4.0
%<plain>% Package memoize 2024/12/02 v1.4.1
%</mmz>
%<*mmzable>
%<latex>\ProvidesPackage{memoizable}[2024/11/24 v1.4.0 A programmer's stub for Memoize]
%<latex>\ProvidesPackage{memoizable}[2024/12/02 v1.4.1 A programmer's stub for Memoize]
%<context>%D \module[
%<context>%D file=t-memoizable.tex,
%<context>%D version=1.4.0,
%<context>%D version=1.4.1,
%<context>%D title=Memoizable,
%<context>%D subtitle=A programmer's stub for Memoize,
%<context>%D author=Saso Zivanovic,
%<context>%D date=2024-11-24,
%<context>%D date=2024-12-02,
%<context>%D copyright=Saso Zivanovic,
%<context>%D license=LPPL,
%<context>%D ]
%<context>\writestatus{loading}{ConTeXt User Module / memoizable}
%<context>\unprotect
%<context>\startmodule[memoizable]
%<plain>% Package memoizable 2024/11/24 v1.4.0
%<plain>% Package memoizable 2024/12/02 v1.4.1
%</mmzable>
%<*nommz>
%<latex>\ProvidesPackage{nomemoize}[2024/11/24 v1.4.0 A no-op stub for Memoize]
%<latex>\ProvidesPackage{nomemoize}[2024/12/02 v1.4.1 A no-op stub for Memoize]
%<context>%D \module[
%<context>%D file=t-nomemoize.tex,
%<context>%D version=1.4.0,
%<context>%D version=1.4.1,
%<context>%D title=Memoize,
%<context>%D subtitle=A no-op stub for Memoize,
%<context>%D author=Saso Zivanovic,
%<context>%D date=2024-11-24,
%<context>%D date=2024-12-02,
%<context>%D copyright=Saso Zivanovic,
%<context>%D license=LPPL,
%<context>%D ]
%<context>\writestatus{loading}{ConTeXt User Module / nomemoize}
%<context>\unprotect
%<context>\startmodule[nomemoize]
%<mmz>% Package nomemoize 2024/11/24 v1.4.0
%<mmz>% Package nomemoize 2024/12/02 v1.4.1
%</nommz>
%
% \paragraph{Required packages} and \hologo{LaTeX}ization of \hologo{plainTeX}
Expand Down

0 comments on commit ea88a43

Please sign in to comment.