aboutsummaryrefslogtreecommitdiff
path: root/pandoc-cli
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-03-16 10:51:27 -0700
committerJohn MacFarlane <[email protected]>2025-03-16 10:51:27 -0700
commit93e8027d321fd1970b3326819ccbe6c246ccf19f (patch)
tree0a213eb7da6beb04be564b16294824e60621cbcf /pandoc-cli
parent5e44f7aa6c089c2ba8f50c1f5b90f27661ee50ea (diff)
Bump to 3.6.4 (also in pandoc-cli), update changelog.
Diffstat (limited to 'pandoc-cli')
-rw-r--r--pandoc-cli/pandoc-cli.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc-cli/pandoc-cli.cabal b/pandoc-cli/pandoc-cli.cabal
index 5b904b990..ff3f5efed 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.6.3
+version: 3.6.4
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.6.3,
+ build-depends: pandoc == 3.6.4,
text
other-modules: PandocCLI.Lua
, PandocCLI.Server