Skip to content

Commit

Permalink
0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Dec 27, 2024
1 parent cbe92cd commit 78031f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/pages/1 - Cask - a Scala HTTP micro-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ via the following coordinates:
```scala
// Mill
ivy"com.lihaoyi::cask:0.9.4"
ivy"com.lihaoyi::cask:0.9.5"
// SBT
"com.lihaoyi" %% "cask" % "0.9.4"
"com.lihaoyi" %% "cask" % "0.9.5"
```
The `./mill` command is just a wrapper around the
Expand Down
8 changes: 7 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Cask 0.9.4: a Scala HTTP micro-framework [![Gitter Chat][gitter-badge]][gitter-link] [![Patreon][patreon-badge]][patreon-link]
Cask 0.9.5: a Scala HTTP micro-framework [![Gitter Chat][gitter-badge]][gitter-link] [![Patreon][patreon-badge]][patreon-link]
===========================================================================================================================================================================

[gitter-badge]: https://badges.gitter.im/Join%20Chat.svg
Expand Down Expand Up @@ -45,6 +45,12 @@ courtesy of EJ Technologies

## Changelog

### 0.9.5

- Fix path traversal issue when serving static files [#157](https://github.com/com-lihaoyi/cask/pull/157)
- Fix form submissions with empty file fields throwing exceptions [#150](https://github.com/com-lihaoyi/cask/pull/150)
- Add CI testing for Java 17 and 21 [#156](https://github.com/com-lihaoyi/cask/pull/156)

### 0.9.4

- Allow overlap between static routes and wildcards [#134](https://github.com/com-lihaoyi/cask/pull/134)
Expand Down

0 comments on commit 78031f7

Please sign in to comment.