Skip to content

Commit

Permalink
Bump version and update the changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
sasozivanovic committed Jan 21, 2024
1 parent e7fe5f8 commit 84163cc
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 22 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/01/21 v1.1.2

* Fix a bug in Biblatex support.

## 2024/01/16 v1.1.1

* Fix a bug where, under `no memo dir`, Memoize was checking whether the extern
Expand Down
4 changes: 2 additions & 2 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.1.1
VERSION = 1.1.2
YEAR = 2024
MONTH = 01
DAY = 16
DAY = 21

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.1.1
date: January 16, 2024
footer: memoize-clean of Memoize v1.1.2
date: January 21, 2024
hyphenate: false
---

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.1.1
date: January 16, 2024
footer: memoize-extract of Memoize v1.1.2
date: January 21, 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/01/16 v1.1.1';
my $VERSION = '2024/01/21 v1.1.2';

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/01/16 v1.1.1'
__version__ = '2024/01/21 v1.1.2'

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/01/16 v1.1.1';
my $VERSION = '2024/01/21 v1.1.2';

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/01/16 v1.1.1'
__version__ = '2024/01/21 v1.1.2'

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/01/16 v1.1.1 Fast and flexible externalization]
%<latex>\ProvidesPackage{memoize}[2024/01/21 v1.1.2 Fast and flexible externalization]
%<context>%D \module[
%<context>%D file=t-memoize.tex,
%<context>%D version=1.1.1,
%<context>%D version=1.1.2,
%<context>%D title=Memoize,
%<context>%D subtitle=Fast and flexible externalization,
%<context>%D author=Saso Zivanovic,
%<context>%D date=2024-01-16,
%<context>%D date=2024-01-21,
%<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/01/16 v1.1.1
%<plain>% Package memoize 2024/01/21 v1.1.2
%</mmz>
%<*mmzable>
%<latex>\ProvidesPackage{memoizable}[2024/01/16 v1.1.1 A programmer's stub for Memoize]
%<latex>\ProvidesPackage{memoizable}[2024/01/21 v1.1.2 A programmer's stub for Memoize]
%<context>%D \module[
%<context>%D file=t-memoizable.tex,
%<context>%D version=1.1.1,
%<context>%D version=1.1.2,
%<context>%D title=Memoizable,
%<context>%D subtitle=A programmer's stub for Memoize,
%<context>%D author=Saso Zivanovic,
%<context>%D date=2024-01-16,
%<context>%D date=2024-01-21,
%<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/01/16 v1.1.1
%<plain>% Package memoizable 2024/01/21 v1.1.2
%</mmzable>
%<*nommz>
%<latex>\ProvidesPackage{nomemoize}[2024/01/16 v1.1.1 A no-op stub for Memoize]
%<latex>\ProvidesPackage{nomemoize}[2024/01/21 v1.1.2 A no-op stub for Memoize]
%<context>%D \module[
%<context>%D file=t-nomemoize.tex,
%<context>%D version=1.1.1,
%<context>%D version=1.1.2,
%<context>%D title=Memoize,
%<context>%D subtitle=A no-op stub for Memoize,
%<context>%D author=Saso Zivanovic,
%<context>%D date=2024-01-16,
%<context>%D date=2024-01-21,
%<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/01/16 v1.1.1
%<mmz>% Package nomemoize 2024/01/21 v1.1.2
%</nommz>
%
% \paragraph{Required packages} and \hologo{LaTeX}ization of \hologo{plainTeX}
Expand Down

0 comments on commit 84163cc

Please sign in to comment.