From 3d5895e6bb08443d268afe5ab7b3241f3d93e7f1 Mon Sep 17 00:00:00 2001 From: Nikolay Yakimov Date: Tue, 17 Sep 2024 21:49:55 +0300 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 +- Makefile | 4 ++++ package.yaml | 2 +- pandoc-crossref.cabal | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4f43e2..6c752a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 0.3.18.0 - Add `eqnInlineTableTemplate` and `eqnDisplayTemplate` options. diff --git a/Makefile b/Makefile index 4174935..620e119 100644 --- a/Makefile +++ b/Makefile @@ -37,4 +37,8 @@ stack.yaml.lock: .github/workflows/haskell.yml stack.yaml # need this to update stack.yaml.lock, feel free to kill after that stack build --no-system-ghc --no-install-ghc || true +pandoc-crossref.cabal: package.yaml + # just use stack to generate the cabalfile + stack build --no-system-ghc --no-install-ghc || true + update: stack.yaml flake.lock stack.yaml.lock diff --git a/package.yaml b/package.yaml index c06adac..d5c2d09 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: pandoc-crossref -version: '0.3.17.1' +version: '0.3.18.0' synopsis: Pandoc filter for cross-references description: pandoc-crossref is a pandoc filter for numbering figures, equations, tables and cross-references to them. diff --git a/pandoc-crossref.cabal b/pandoc-crossref.cabal index df0e7c1..f4b0f55 100644 --- a/pandoc-crossref.cabal +++ b/pandoc-crossref.cabal @@ -5,7 +5,7 @@ cabal-version: 2.0 -- see: https://github.com/sol/hpack name: pandoc-crossref -version: 0.3.17.1 +version: 0.3.18.0 synopsis: Pandoc filter for cross-references description: pandoc-crossref is a pandoc filter for numbering figures, equations, tables and cross-references to them. category: Text