We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a98c7b0 commit 508704aCopy full SHA for 508704a
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]
+## [4.16.0] - 2024-01-16
8
9
### Added
10
main.go
@@ -16,7 +16,7 @@ import (
16
"github.com/volatiletech/sqlboiler/v4/importers"
17
)
18
19
-const sqlBoilerVersion = "4.15.0"
+const sqlBoilerVersion = "4.16.0"
20
21
var (
22
flagConfigFile string
0 commit comments