Skip to content

Commit 84893fb

Browse files
committed
Version bump
1 parent 2d7e51d commit 84893fb

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
pandoc-plot uses [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
44

5+
## Release 1.5.2
6+
7+
* Overhauled the way executables are handled. This fixes an issue where executables specified in documents (rather than configuration) were ignored (#46).
8+
59
## Release 1.5.1
610

711
* Figures with no captions (and no link to the source script), will now be shown as an image, without figure numbering (#37).

pandoc-plot.cabal

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: pandoc-plot
3-
version: 1.5.1
3+
version: 1.5.2
44
synopsis: A Pandoc filter to include figures generated from code blocks using your plotting toolkit of choice.
55
description: A Pandoc filter to include figures generated from code blocks.
66
Keep the document and code in the same location. Output is
@@ -14,7 +14,11 @@ maintainer: Laurent P. René de Cotret
1414
license: GPL-2.0-or-later
1515
license-file: LICENSE
1616
build-type: Simple
17-
tested-with: GHC == 8.10.4, GHC == 9.0.1
17+
tested-with: GHC == 8.10.4,
18+
GHC == 9.0.1,
19+
GHC == 9.0.1,
20+
GHC == 9.2.1,
21+
GHC == 9.2.2
1822
extra-source-files:
1923
CHANGELOG.md
2024
LICENSE

0 commit comments

Comments
 (0)