From 18a6e5a8f841d1e384995c7e7bdf4465c30a3d78 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Mon, 9 Sep 2024 17:13:48 +0800 Subject: [PATCH] readme --- docs/pages/1 - Cask - a Scala HTTP micro-framework.md | 4 ++-- readme.md | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/pages/1 - Cask - a Scala HTTP micro-framework.md b/docs/pages/1 - Cask - a Scala HTTP micro-framework.md index af90f7804a..e6c464d133 100644 --- a/docs/pages/1 - Cask - a Scala HTTP micro-framework.md +++ b/docs/pages/1 - Cask - a Scala HTTP micro-framework.md @@ -78,10 +78,10 @@ via the following coordinates: ```scala // Mill -ivy"com.lihaoyi::cask:0.9.3" +ivy"com.lihaoyi::cask:0.9.4" // SBT -"com.lihaoyi" %% "cask" % "0.9.3" +"com.lihaoyi" %% "cask" % "0.9.4" ``` The `./mill` command is just a wrapper around the diff --git a/readme.md b/readme.md index 5f2ffd1192..76d5d90603 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -Cask 0.9.3: a Scala HTTP micro-framework [![Gitter Chat][gitter-badge]][gitter-link] [![Patreon][patreon-badge]][patreon-link] +Cask 0.9.4: 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 @@ -45,6 +45,10 @@ courtesy of EJ Technologies ## Changelog +### 0.9.4 + +- Allow overlap between static routes and wildcards [#134](https://github.com/com-lihaoyi/cask/pull/134) + ### 0.9.3 - Introduce `@postJsonCached` to allow reference to the original body payload in `@postJson`