wai-throttler 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+5/−1 lines, 2 files
Files
- changelog.md +3/−0
- wai-throttler.cabal +2/−1
+ changelog.md view
@@ -0,0 +1,3 @@+* 0.1.0.2 - Added changelog+* 0.1.0.1 - Added documentation+* 0.1.0.0 - Initial release
wai-throttler.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: wai-throttler-version: 0.1.0.1+version: 0.1.0.2 synopsis: Wai middleware for request throttling -- description: license: MIT@@ -12,6 +12,7 @@ category: Web build-type: Simple cabal-version: >=1.10+extra-source-files: changelog.md source-repository head type: git