aboutsummaryrefslogtreecommitdiff
path: root/pandoc-cli
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-02-29 20:33:12 -0800
committerJohn MacFarlane <[email protected]>2024-02-29 20:33:12 -0800
commit75cb36ade8a886867b7b5e10d1e4e64d6e7718fa (patch)
tree6d1f3c83953f8beddf4d6a6464699d4149cb63bf /pandoc-cli
parent79567bf7f4d2d21d203acf0a6189ca7e64c5fc67 (diff)
Bump to 3.1.12.2 (also pandoc-cli), update changelog, manual date.
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 8c4261534..18db0a1e6 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.1.12.1
+version: 3.1.12.2
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.1.12.1,
+ build-depends: pandoc == 3.1.12.2,
text
other-modules: PandocCLI.Lua
, PandocCLI.Server