We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d37435 commit 0c0c4fcCopy full SHA for 0c0c4fc
CHANGELOG.md
@@ -4,6 +4,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
4
and this project adheres to [Semantic
5
Versioning](http://semver.org/spec/v2.0.0.html).
6
7
+## [4.16.1] - 2024-01-20
8
+
9
+### Fixed
10
11
+- Fix an issue caused in the last release where column names were double quoted (thanks @eirikbell)
12
13
## [4.16.0] - 2024-01-16
14
15
### Added
main.go
@@ -16,7 +16,7 @@ import (
16
"github.com/volatiletech/sqlboiler/v4/importers"
17
)
18
19
-const sqlBoilerVersion = "4.16.0"
+const sqlBoilerVersion = "4.16.1"
20
21
var (
22
flagConfigFile string
0 commit comments