From 89a38f878e3d8a3c1cd8c12c14a5bb277f157d64 Mon Sep 17 00:00:00 2001 From: "Daniel P. Brice" Date: Thu, 17 Nov 2022 11:12:16 -0800 Subject: [PATCH] update version numbers --- changelog.md | 3 +++ scotty.cabal | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 88513c3a..465edd7f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,7 @@ ## next [????.??.??] + +## 0.12.1 [2022.11.17] +* Fix CPP bug that prevented tests from building on Windows. * Allow building with `transformers-0.6.*` and `mtl-2.3.*`. Because the `MonadTrans t` class gained a `forall m. Monad m => Monad (t m)` superclass in `transformers-0.6.0.0`, the `MonadTrans` and `MonadTransControl` instances diff --git a/scotty.cabal b/scotty.cabal index 2813f291..2f26494f 100644 --- a/scotty.cabal +++ b/scotty.cabal @@ -1,5 +1,5 @@ Name: scotty -Version: 0.12 +Version: 0.12.1 Synopsis: Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp Homepage: https://github.com/scotty-web/scotty Bug-reports: https://github.com/scotty-web/scotty/issues