Skip to content

Commit 42be9e1

Browse files
committed
Update Changelog and Bump version
1 parent 1a6aefb commit 42be9e1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic
55
Versioning](http://semver.org/spec/v2.0.0.html).
66

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+
714
## [4.16.1] - 2024-01-20
815

916
### Fixed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"github.com/volatiletech/sqlboiler/v4/importers"
1717
)
1818

19-
const sqlBoilerVersion = "4.16.1"
19+
const sqlBoilerVersion = "4.16.2"
2020

2121
var (
2222
flagConfigFile string

0 commit comments

Comments
 (0)