Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Sep 9, 2024
1 parent de4ff3f commit 18a6e5a
Show file tree
Hide file tree
Showing 2 changed files with 7 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.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
Expand Down
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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`
Expand Down

0 comments on commit 18a6e5a

Please sign in to comment.