Skip to content

Commit e6989a7

Browse files
committed
Update changelong and bump version
1 parent 9ec1b55 commit e6989a7

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+
## [v4.14.2] - 2023-03-21
8+
9+
### Fixed
10+
11+
- Fix qm.WithDeleted helper with a custom soft delete column (thanks @lopezator)
12+
- Skipping empty values from the update list (thanks @bvigar)
13+
714
## [v4.14.1] - 2023-01-31
815

916
### Fixed

main.go

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

18-
const sqlBoilerVersion = "4.14.1"
18+
const sqlBoilerVersion = "4.14.2"
1919

2020
var (
2121
flagConfigFile string

0 commit comments

Comments
 (0)