diff options
| author | John MacFarlane <[email protected]> | 2024-07-28 13:41:56 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-07-28 13:41:56 -0700 |
| commit | ab94daf41645797623803eb2be2134b74c0eae3d (patch) | |
| tree | 5556d42b22a6a1124ffb871c05450b2e8c37625d /pandoc-cli | |
| parent | d34430e1e55d0c7184531e09ad75dc5b32bc55df (diff) | |
Bump to 3.3, update changelog
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 95f210f6e..c3689036e 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.2.1 +version: 3.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.2.1, + build-depends: pandoc == 3.3, text other-modules: PandocCLI.Lua , PandocCLI.Server |
