Bump pandoc/pandoc-cli to 3.7.0.1, update changelog.

This commit is contained in:
John MacFarlane
2025-05-16 20:50:02 -07:00
parent ca321e1b75
commit aa97bf94d2
3 changed files with 12 additions and 3 deletions
+9
View File
@@ -1,5 +1,14 @@
# Revision history for pandoc
## pandoc 3.7.0.1 (2025-05-16)
* Text.Pandoc.Shared.Writer: Fix numerous problems with `gridTable` and add
tests (#10848). These fixes affect the Markdown, RST, and Muse writers.
* Fix context writer/template to produce tagged PDFs (#10846).
As before, the `tagging` extension must be enabled.
We now add the command that tells ConTeXt to start tagging.
## pandoc 3.7 (2025-05-14)
* Add new command-line option `--variable-json` (#10341).
+2 -2
View File
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: pandoc-cli
version: 3.7
version: 3.7.0.1
build-type: Simple
license: GPL-2.0-or-later
license-file: COPYING.md
@@ -70,7 +70,7 @@ executable pandoc
buildable: True
-- Note: we always link to an exact version of pandoc, with the
-- same version as this package:
build-depends: pandoc == 3.7,
build-depends: pandoc == 3.7.0.1,
text
other-modules: PandocCLI.Lua
, PandocCLI.Server
+1 -1
View File
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: pandoc
version: 3.7
version: 3.7.0.1
build-type: Simple
license: GPL-2.0-or-later
license-file: COPYING.md