diff options
| author | John MacFarlane <[email protected]> | 2025-02-09 12:13:26 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-02-09 12:13:26 -0800 |
| commit | 98eb05bb2ce3d2a2160d37cdd132ba1f0b1f6d02 (patch) | |
| tree | b45ffab279896cf1192a6fc8e033e2961e70daf5 /pandoc-cli | |
| parent | 64a4f60c029db8da3295cd7139994524dbb9fe43 (diff) | |
Bump pandoc and pandoc-cli to 3.6.3, update changelog.
Note: we don't have an API change, but we choose to increment the
third digit because of some significant behavior changes.
Diffstat (limited to 'pandoc-cli')
| -rw-r--r-- | pandoc-cli/pandoc-cli.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc-cli/pandoc-cli.cabal b/pandoc-cli/pandoc-cli.cabal index 5d4c98e1c..ca6b63a3d 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.2 +version: 3.6.3 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.2, + build-depends: pandoc == 3.6.3, text other-modules: PandocCLI.Lua , PandocCLI.Server |
