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 1a6aefb commit 42be9e1Copy full SHA for 42be9e1
CHANGELOG.md
@@ -4,6 +4,13 @@ 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.2] - 2024-02-12
8
+
9
+### Fixed
10
11
+- Replace `rand.seed` method to support golang 1.20 (thanks @pbr0ck3r)
12
+- Fix issue with invalid template generation on ignored struct tags (thanks @090809)
13
14
## [4.16.1] - 2024-01-20
15
16
### Fixed
main.go
@@ -16,7 +16,7 @@ import (
"github.com/volatiletech/sqlboiler/v4/importers"
17
)
18
19
-const sqlBoilerVersion = "4.16.1"
+const sqlBoilerVersion = "4.16.2"
20
21
var (
22
flagConfigFile string
0 commit comments