diff --git a/CHANGES b/CHANGES index a3677dbee..712c67087 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,20 @@ +Version 0.15.1.2 released 27 Jan 2024 + + * Allow happstack-server 7.9. + + * Test on ghc 9.6, remove testing for 8.8. + + * Remove dependency on the unmaintained Config package (#696). + Instead, we implement a simple config file parser in + parsec. The format of the config file is identical, and there should + not be major differences in the behavior of the parser. + + * Allow building with Stackage LTS-22 (sternenseemann). + + * .cabal: move doc files to extra-doc-files (Jens Petersen). + Only README.markdown is needed at runtime, so move CHANGES + and extra license files to extra-doc-files + Version 0.15.1.1 released 03 Jul 2023 * Allow latest aeson. diff --git a/gitit.cabal b/gitit.cabal index df399d528..4f7da1e9e 100644 --- a/gitit.cabal +++ b/gitit.cabal @@ -1,6 +1,6 @@ cabal-version: 2.0 name: gitit -version: 0.15.1.1 +version: 0.15.1.2 build-type: Simple synopsis: Wiki using happstack, git or darcs, and pandoc. description: Gitit is a wiki backed by a git, darcs, or mercurial