Skip to content

Commit f22f718

Browse files
committed
Version bump to 1.5.5
1 parent 0f893b4 commit f22f718

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
mv -v MANUAL.html theme.css plots build
8484
8585
- name: Deploy
86-
uses: JamesIves/github-pages-deploy-action@4
86+
uses: JamesIves/github-pages-deploy-action@v4
8787
with:
8888
token: ${{ secrets.GITHUB_TOKEN }}
8989
branch: gh-pages

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.5
6+
7+
* Fixed an issue where there was a race condition when rendering multiple identical figures (#53).
8+
59
## Release 1.5.4
610

711
* Fixed an issue where graphviz plots in vector format were cropped when a DPI was specified (#40).

pandoc-plot.cabal

Lines changed: 1 addition & 1 deletion
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.4
3+
version: 1.5.5
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

0 commit comments

Comments
 (0)