Skip to content

Commit

Permalink
relax text (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocramz authored Dec 28, 2023
1 parent 2f1b86e commit 80f1835
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## next [????.??.??]

## 0.21.1

### Fixes
* Path parameters with value matching the parameter name prefixed by colon will properly populate `pathParams` with their literal value : `/:param` will match `/:param` and add a `Param` with value `("param", ":param")` (#301)
* Accept text-2.1 (#364)


## 0.21 [2023.12.17]
Expand Down
4 changes: 2 additions & 2 deletions scotty.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: scotty
Version: 0.21
Version: 0.21.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 Expand Up @@ -84,7 +84,7 @@ Library
network >= 2.6.0.2 && < 3.2,
regex-compat >= 0.95.1 && < 0.96,
stm,
text >= 0.11.3.1 && < 2.1,
text >= 0.11.3.1 && < 2.2,
time >= 1.8,
transformers >= 0.3.0.0 && < 0.7,
transformers-base >= 0.4.1 && < 0.5,
Expand Down

0 comments on commit 80f1835

Please sign in to comment.