Skip to content

Commit 7b23271

Browse files
committed
deps: crystal β†’ 0.30.1, http-params-serializable β†’ 0.4.0
BREAKING CHANGE: dependency version bumped
1 parent 5e950b4 commit 7b23271

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ Add these lines to your application's `shard.yml`:
2222
dependencies:
2323
onyx:
2424
github: onyxframework/onyx
25-
version: ~> 0.4.0
25+
version: ~> 0.6.0
2626
onyx-http:
2727
github: onyxframework/http
28-
version: ~> 0.8.0
28+
version: ~> 0.9.0
2929
```
3030
3131
This shard follows [Semantic Versioning v2.0.0](http://semver.org/), so check [releases](https://github.com/onyxframework/http/releases) and change the `version` accordingly.

β€Žshard.ymlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: onyx-http
2-
version: 0.8.2
2+
version: 0.9.0
33

44
authors:
55
- Vlad Faust <mail@vladfaust.com>
66

7-
crystal: 0.29.0
7+
crystal: 0.30.1
88

99
license: MIT
1010

@@ -20,7 +20,7 @@ dependencies:
2020
version: ~> 0.2.0
2121
http-params-serializable:
2222
github: vladfaust/http-params-serializable
23-
version: ~> 0.3.0
23+
version: ~> 0.4.0
2424
kilt:
2525
github: jeromegn/kilt
2626
verstion: ~> 0.4.0

0 commit comments

Comments
Β (0)