Skip to content

Commit 595684c

Browse files
committed
Prepare 1.0.1.0 release
1 parent 45855a8 commit 595684c

File tree

6 files changed

+492
-5
lines changed

6 files changed

+492
-5
lines changed

.azure/azure-linux-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ jobs:
136136
displayName: "Unit tests"
137137
138138
- bash: |
139-
stack install pandoc
140-
stack install
139+
stack install $ARGS pandoc
140+
stack install $ARGS
141141
source activate testenv
142142
stack exec -- pandoc --filter pandoc-plot -i tests/integration.md -t html
143143
stack exec -- pandoc --filter pandoc-plot -i tests/issue16.md -t native

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ stack.yaml.lock
2727

2828
# Autogenerated
2929
docs/build
30-
docs/MANUAL.html
3130

3231
# Installer-related
3332
installer/setup*

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Release 1.0.1.0
77

88
* Added the ability to change the "Source code" label to other languages via configuration.
99
* Added syntax highlighting to the linked source code.
10+
* Fixed an issue where code blocks with unicode symbols (e.g. greek letters) would trip up pandoc-plot (#16).
1011

1112
Release 1.0.0.0
1213
---------------

0 commit comments

Comments
 (0)