Skip to content

Commit

Permalink
update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
friedbrice authored Nov 17, 2022
1 parent dde0c9d commit 89a38f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion scotty.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 89a38f8

Please sign in to comment.