Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fridgerator committed Nov 20, 2017
1 parent 63df015 commit ea7737f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## [0.8.1] 2017-11-20
* changeset validations now validate virtual attibutes

## [0.8.0] 2017-11-11
* added `default` option to fields to set a default value
* added `raw_query`, `raw_exec`, and `raw_scalar` to Repo to run queries directly on adapter connection
Expand Down Expand Up @@ -134,6 +137,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* Query
* Postgres Adapter

[0.8.1]: https://github.com/fridgerator/crecto/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/fridgerator/crecto/compare/v0.7.1...v0.8.0
[0.7.1]: https://github.com/fridgerator/crecto/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/fridgerator/crecto/compare/v0.6.2...v0.7.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: crecto
version: 0.8.0
version: 0.8.1

authors:
- Nick Franken <shnick@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/crecto/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Crecto
VERSION = "0.8.0"
VERSION = "0.8.1"
end

0 comments on commit ea7737f

Please sign in to comment.