Skip to content

Commit

Permalink
bump version 0.7.0
Browse files Browse the repository at this point in the history
update db dependency to a proper version
  • Loading branch information
Brian J. Cardiff committed Oct 20, 2016
1 parent 261f17a commit 71347ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: sqlite3
version: 0.6.0
version: 0.7.0

dependencies:
db:
github: crystal-lang/crystal-db
branch: master
version: ~> 0.2.0

authors:
- Ary Borenszweig <aborenszweig@manas.com.ar>
Expand Down

3 comments on commit 71347ad

@luislavena
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bcardiff any plans to tag a release soon? 😺

@bcardiff
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You mean github release right? The tag is published and usable in the shard file.

@luislavena
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shame on me, I looked at tags and didn't see it, fetched my local copy and was there. Sorry for the noise 😞

And thank you for the release!!! 😄

Please sign in to comment.