Skip to content

Commit 78031f7

Browse files
committed
0.9.5
1 parent cbe92cd commit 78031f7

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docs/pages/1 - Cask - a Scala HTTP micro-framework.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ via the following coordinates:
7878
7979
```scala
8080
// Mill
81-
ivy"com.lihaoyi::cask:0.9.4"
81+
ivy"com.lihaoyi::cask:0.9.5"
8282
8383
// SBT
84-
"com.lihaoyi" %% "cask" % "0.9.4"
84+
"com.lihaoyi" %% "cask" % "0.9.5"
8585
```
8686
8787
The `./mill` command is just a wrapper around the

readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Cask 0.9.4: a Scala HTTP micro-framework [![Gitter Chat][gitter-badge]][gitter-link] [![Patreon][patreon-badge]][patreon-link]
1+
Cask 0.9.5: a Scala HTTP micro-framework [![Gitter Chat][gitter-badge]][gitter-link] [![Patreon][patreon-badge]][patreon-link]
22
===========================================================================================================================================================================
33

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

4646
## Changelog
4747

48+
### 0.9.5
49+
50+
- Fix path traversal issue when serving static files [#157](https://github.com/com-lihaoyi/cask/pull/157)
51+
- Fix form submissions with empty file fields throwing exceptions [#150](https://github.com/com-lihaoyi/cask/pull/150)
52+
- Add CI testing for Java 17 and 21 [#156](https://github.com/com-lihaoyi/cask/pull/156)
53+
4854
### 0.9.4
4955

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

0 commit comments

Comments
 (0)