Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lierdakil committed Sep 17, 2024
1 parent cbfe54b commit 3d5895e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 0.3.18.0

- Add `eqnInlineTableTemplate` and `eqnDisplayTemplate` options.

Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pandoc-crossref.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d5895e

Please sign in to comment.