We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016364f commit 233f868Copy full SHA for 233f868
CHANGELOG.md
@@ -4,7 +4,7 @@ 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
-## [Unreleased]
+## [v4.7.1] - 2021-09-30
8
9
### Changed
10
main.go
@@ -16,7 +16,7 @@ import (
16
"github.com/volatiletech/sqlboiler/v4/importers"
17
)
18
19
-const sqlBoilerVersion = "4.7.0"
+const sqlBoilerVersion = "4.7.1"
20
21
var (
22
flagConfigFile string
0 commit comments