diff options
-rw-r--r-- | changelog | 4 | ||||
-rw-r--r-- | pandoc.cabal | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +pandoc (1.12.0.2) + + * Removed `stringable` dependency. + pandoc (1.12.0.1) * Allow `--metadata` to be repeated for the same key to form a list. diff --git a/pandoc.cabal b/pandoc.cabal index a8c4d5872..e94013a8b 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ Name: pandoc -Version: 1.12.0.1 +Version: 1.12.0.2 Cabal-Version: >= 1.10 Build-Type: Custom License: GPL |