Skip to content

Commit c569dea

Browse files
committed
version bump
1 parent 8fe0dff commit c569dea

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
The format is based on [Keep a Changelog](http://keepachangelog.com/)
44
and this project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [0.8.6] 2018-05-28
7+
* Fixed unique constraint on primary key fields
8+
* Fixed inserts of records with no primary key
9+
* README updates [@jwoertink](https://github.com/jwoertink)
10+
* Added more benchmarks
11+
* Moved to guide on gitbook, updated to simple readm
12+
613
## [0.8.5] 2018-04-16
714
* Refactor types and transactions [@jreinert](https://github.com/jreinert)
815
* Added some benchmarks vs crystal-db
@@ -154,6 +161,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
154161
* Query
155162
* Postgres Adapter
156163

164+
[0.8.6]: https://github.com/fridgerator/crecto/compare/v0.8.5...v0.8.6
157165
[0.8.5]: https://github.com/fridgerator/crecto/compare/v0.8.4...v0.8.5
158166
[0.8.4]: https://github.com/fridgerator/crecto/compare/v0.8.3...v0.8.4
159167
[0.8.3]: https://github.com/fridgerator/crecto/compare/v0.8.2...v0.8.3

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: crecto
2-
version: 0.8.5
2+
version: 0.8.6
33

44
authors:
55
- Nick Franken <shnick@gmail.com>

src/crecto/version.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Crecto
2-
VERSION = "0.8.5"
2+
VERSION = "0.8.6"
33
end

0 commit comments

Comments
 (0)