Skip to content

Commit

Permalink
bump: 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfaust committed Aug 13, 2019
1 parent b163fe8 commit e94b969
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Add these lines to your application's `shard.yml`:
dependencies:
onyx:
github: onyxframework/onyx
version: ~> 0.4.0
version: ~> 0.6.0
onyx-sql:
github: onyxframework/sql
version: ~> 0.8.0
version: ~> 0.9.0
```
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.
Expand All @@ -38,10 +38,10 @@ You'd also need to add a database dependency conforming to the [crystal-db](http
dependencies:
onyx:
github: onyxframework/onyx
version: ~> 0.4.0
version: ~> 0.6.0
onyx-sql:
github: onyxframework/sql
version: ~> 0.8.0
version: ~> 0.9.0
+ pg:
+ github: will/crystal-pg
+ version: ~> 0.18.0
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: onyx-sql
version: 0.8.1
version: 0.9.0

authors:
- Vlad Faust <mail@vladfaust.com>
Expand Down

0 comments on commit e94b969

Please sign in to comment.