Skip to content

Commit e94b969

Browse files
committed
bump: 0.9.0
1 parent b163fe8 commit e94b969

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.4.0
25+
version: ~> 0.6.0
2626
onyx-sql:
2727
github: onyxframework/sql
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/rest/releases) and change the `version` accordingly.
@@ -38,10 +38,10 @@ You'd also need to add a database dependency conforming to the [crystal-db](http
3838
dependencies:
3939
onyx:
4040
github: onyxframework/onyx
41-
version: ~> 0.4.0
41+
version: ~> 0.6.0
4242
onyx-sql:
4343
github: onyxframework/sql
44-
version: ~> 0.8.0
44+
version: ~> 0.9.0
4545
+ pg:
4646
+ github: will/crystal-pg
4747
+ version: ~> 0.18.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.8.1
2+
version: 0.9.0
33

44
authors:
55
- Vlad Faust <[email protected]>

0 commit comments

Comments
 (0)