File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 3
3
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
4
4
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
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
+
6
13
## [ 0.8.5] 2018-04-16
7
14
* Refactor types and transactions [ @jreinert ] ( https://github.com/jreinert )
8
15
* Added some benchmarks vs crystal-db
@@ -154,6 +161,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
154
161
* Query
155
162
* Postgres Adapter
156
163
164
+ [ 0.8.6 ] : https://github.com/fridgerator/crecto/compare/v0.8.5...v0.8.6
157
165
[ 0.8.5 ] : https://github.com/fridgerator/crecto/compare/v0.8.4...v0.8.5
158
166
[ 0.8.4 ] : https://github.com/fridgerator/crecto/compare/v0.8.3...v0.8.4
159
167
[ 0.8.3 ] : https://github.com/fridgerator/crecto/compare/v0.8.2...v0.8.3
Original file line number Diff line number Diff line change 1
1
name : crecto
2
- version : 0.8.5
2
+ version : 0.8.6
3
3
4
4
authors :
5
5
- Nick Franken <shnick@gmail.com>
Original file line number Diff line number Diff line change 1
1
module Crecto
2
- VERSION = " 0.8.5 "
2
+ VERSION = " 0.8.6 "
3
3
end
You can’t perform that action at this time.
0 commit comments