File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
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/en/1.0.0/ )
4
4
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
5
5
6
+ ## [ v3.0.1] - 2018-08-24
7
+
8
+ ### Fixed
9
+
10
+ - Fix a DSN formatting issue when connecting to sql server instances
11
+ - Fix missing BindG function (should have been there)
12
+ - Fix blacklist using the whitelist instead of blacklist in the mssql driver
13
+
6
14
## [ v3.0.0] - 2018-08-13
7
15
8
16
### Added
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
18
18
19
19
//go:generate go-bindata -nometadata -pkg templatebin -o templatebin/bindata.go templates templates/singleton templates_test templates_test/singleton
20
20
21
- const sqlBoilerVersion = "3.0.0 "
21
+ const sqlBoilerVersion = "3.0.1 "
22
22
23
23
var (
24
24
flagConfigFile string
You can’t perform that action at this time.
0 commit comments