Skip to content

Commit aa97bf9

Browse files
committed
Bump pandoc/pandoc-cli to 3.7.0.1, update changelog.
1 parent ca321e1 commit aa97bf9

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Revision history for pandoc
22

3+
## pandoc 3.7.0.1 (2025-05-16)
4+
5+
* Text.Pandoc.Shared.Writer: Fix numerous problems with `gridTable` and add
6+
tests (#10848). These fixes affect the Markdown, RST, and Muse writers.
7+
8+
* Fix context writer/template to produce tagged PDFs (#10846).
9+
As before, the `tagging` extension must be enabled.
10+
We now add the command that tells ConTeXt to start tagging.
11+
312
## pandoc 3.7 (2025-05-14)
413

514
* Add new command-line option `--variable-json` (#10341).

pandoc-cli/pandoc-cli.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: pandoc-cli
3-
version: 3.7
3+
version: 3.7.0.1
44
build-type: Simple
55
license: GPL-2.0-or-later
66
license-file: COPYING.md
@@ -70,7 +70,7 @@ executable pandoc
7070
buildable: True
7171
-- Note: we always link to an exact version of pandoc, with the
7272
-- same version as this package:
73-
build-depends: pandoc == 3.7,
73+
build-depends: pandoc == 3.7.0.1,
7474
text
7575
other-modules: PandocCLI.Lua
7676
, PandocCLI.Server

pandoc.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: pandoc
3-
version: 3.7
3+
version: 3.7.0.1
44
build-type: Simple
55
license: GPL-2.0-or-later
66
license-file: COPYING.md

0 commit comments

Comments
 (0)