summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-12-26 10:11:19 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-12-28 16:39:52 -0800
commit8b575dbf845f82c6750a71f7372bae7067502554 (patch)
treef6ede27c70af0bc0d844ec121903c9638796919e /pandoc.cabal
parent90292067158ea59af0df036a4fefaf06a19acaa5 (diff)
Filter changes.
* Previously we ran all lua filters before JSON filters. * Now we run filters in the order they are presented on the command line, whether lua or JSON. * The type of `applyFilters` has changed (incompatible API change). * `applyLuaFilters` has been removed (incompatible API change). * Bump version to 2.1. See #4196.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 2e42fe761..dea141a8f 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -1,5 +1,5 @@
name: pandoc
-version: 2.0.6
+version: 2.1
cabal-version: >= 1.10
build-type: Custom
license: GPL