diff options
| author | John MacFarlane <[email protected]> | 2025-05-16 20:50:02 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-05-16 20:50:02 -0700 |
| commit | aa97bf94d219f8ee8b4be62e52739d8d98e1face (patch) | |
| tree | 69e04c1e8b2cef2ead3713a6b4a936f75cb35a9f | |
| parent | ca321e1b7559040f7c73ddfec9b9b036658e1a14 (diff) | |
Bump pandoc/pandoc-cli to 3.7.0.1, update changelog.
| -rw-r--r-- | changelog.md | 9 | ||||
| -rw-r--r-- | pandoc-cli/pandoc-cli.cabal | 4 | ||||
| -rw-r--r-- | pandoc.cabal | 2 |
3 files changed, 12 insertions, 3 deletions
diff --git a/changelog.md b/changelog.md index c956a8c9c..2e14db900 100644 --- a/changelog.md +++ b/changelog.md @@ -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). diff --git a/pandoc-cli/pandoc-cli.cabal b/pandoc-cli/pandoc-cli.cabal index 3e5ace2d8..74c9a70d0 100644 --- a/pandoc-cli/pandoc-cli.cabal +++ b/pandoc-cli/pandoc-cli.cabal @@ -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 diff --git a/pandoc.cabal b/pandoc.cabal index 3d589b1a8..ed7852411 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -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 |
