diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-11-16 07:39:02 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-11-16 07:40:08 -0800 |
commit | 0555d028b5ce8c41e33011c1bfd0212d546cb8c1 (patch) | |
tree | 5d8ee37701eb5ce9b69bea8d853cf2b486d94296 | |
parent | d58d242931b5317864eea12ed5da9921488f5e86 (diff) | |
download | pandoc-0555d028b5ce8c41e33011c1bfd0212d546cb8c1.tar.gz |
Bump version to 1.15.2.1. Updated changelog.
-rw-r--r-- | changelog | 6 | ||||
-rw-r--r-- | pandoc.cabal | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +pandoc (1.15.2.1) + + + * Added two missing test files, and `stack.yaml`, to + `extra-source-files` so they're included in the source tarball. + pandoc (1.15.2) * `pandoc my.md -t context -o my.pdf` will now create a PDF using diff --git a/pandoc.cabal b/pandoc.cabal index c607a0dd0..fd9a43179 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ Name: pandoc -Version: 1.15.2 +Version: 1.15.2.1 Cabal-Version: >= 1.10 Build-Type: Custom License: GPL |