From d8fdf9d9bd1e0732096dea0ff433fca944341377 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 12 Jan 2025 10:56:03 -0800 Subject: [PATCH] Bump to 3.6.2 and update manual date --- MANUAL.txt | 2 +- pandoc-cli/pandoc-cli.cabal | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MANUAL.txt b/MANUAL.txt index 7a7899319a06..f7524fca72d0 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -1,7 +1,7 @@ --- title: Pandoc User's Guide author: John MacFarlane -date: December 22, 2024 +date: January 12, 2025 --- # Synopsis diff --git a/pandoc-cli/pandoc-cli.cabal b/pandoc-cli/pandoc-cli.cabal index f96cfc6b89d8..5d4c98e1ce6f 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.1 +version: 3.6.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.6.1, + build-depends: pandoc == 3.6.2, text other-modules: PandocCLI.Lua , PandocCLI.Server