Skip to content

Commit d06e2ea

Browse files
committed
bump: 0.7.0
Also updated onyx to ~> 0.3.0
1 parent 3acc9e6 commit d06e2ea

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 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.2.0
25+
version: ~> 0.3.0
2626
onyx-sql:
2727
github: onyxframework/sql
28-
version: ~> 0.6.0
28+
version: ~> 0.7.0
2929
```
3030
3131
This shard follows [Semantic Versioning v2.0.0](http://semver.org/), so check [releases](https://github.com/onyxframework/rest/releases) and change the `version` accordingly. Please visit [github.com/crystal-lang/shards](https://github.com/crystal-lang/shards) to know more about Crystal shards.
@@ -36,10 +36,10 @@ You'd also need to add a database dependency conforming to the [crystal-db](http
3636
dependencies:
3737
onyx:
3838
github: onyxframework/onyx
39-
version: ~> 0.2.0
39+
version: ~> 0.3.0
4040
onyx-sql:
4141
github: onyxframework/sql
42-
version: ~> 0.6.0
42+
version: ~> 0.7.0
4343
+ pg:
4444
+ github: will/crystal-pg
4545
+ version: ~> 0.15.0

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: onyx-sql
2-
version: 0.6.2
2+
version: 0.7.0
33

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

0 commit comments

Comments
 (0)