File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
4
4
and this project adheres to [ Semantic
5
5
Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ v4.8.6] - 2022-01-29
8
+
9
+ ### Added
10
+
11
+ - Add missing function ` func (modelQuery) DeleteAllGP(...) ` (thanks @parnic )
12
+
13
+ ### Fixes
14
+
15
+ - Fixed issue with generation of both nullable and non-nullable enum types (thanks @optiman )
16
+
7
17
## [ v4.8.5] - 2022-01-28
8
18
9
19
### Added
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
15
15
"github.com/volatiletech/sqlboiler/v4/importers"
16
16
)
17
17
18
- const sqlBoilerVersion = "4.8.5 "
18
+ const sqlBoilerVersion = "4.8.6 "
19
19
20
20
var (
21
21
flagConfigFile string
You can’t perform that action at this time.
0 commit comments