Skip to content

Commit

Permalink
Bump version, add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Farmer committed Jan 27, 2014
1 parent 1744c7c commit cb2187b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.7.0

* Make `Bool` parsing case-insensitive. Goal: support both Haskell's True/False
and Javascript's true/false. Thanks to Ben Gamari for suggesting this.

* Bump `aeson`/`text` upper bounds.

## 0.6.2

* Bump upper bound for `text`.

## 0.6.1

* Match changes in `wai-extra`.

## 0.6.0

* The Scotty transformers (`ScottyT` and `ActionT`) are now parameterized
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.6.2
Version: 0.7.0
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 cb2187b

Please sign in to comment.