Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fridgerator committed May 28, 2018
1 parent 8fe0dff commit c569dea
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.8.6] 2018-05-28
* Fixed unique constraint on primary key fields
* Fixed inserts of records with no primary key
* README updates [@jwoertink](https://github.com/jwoertink)
* Added more benchmarks
* Moved to guide on gitbook, updated to simple readm

## [0.8.5] 2018-04-16
* Refactor types and transactions [@jreinert](https://github.com/jreinert)
* Added some benchmarks vs crystal-db
Expand Down Expand Up @@ -154,6 +161,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* Query
* Postgres Adapter

[0.8.6]: https://github.com/fridgerator/crecto/compare/v0.8.5...v0.8.6
[0.8.5]: https://github.com/fridgerator/crecto/compare/v0.8.4...v0.8.5
[0.8.4]: https://github.com/fridgerator/crecto/compare/v0.8.3...v0.8.4
[0.8.3]: https://github.com/fridgerator/crecto/compare/v0.8.2...v0.8.3
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.5
version: 0.8.6

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.5"
VERSION = "0.8.6"
end

0 comments on commit c569dea

Please sign in to comment.