Skip to content

Commit fb61ccf

Browse files
committed
Update changelog and version for v4.9.0
1 parent f3f7687 commit fb61ccf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ 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-
## [Unreleased]
7+
## [v4.9.0] - 2022-04-04
88

99
### Added
1010

1111
- Add `AllEnum()` function to retrieve a slice of all valid values of an enum type
12-
- Add `DefaultTemplates` to `boilingcore.Config` to change the base template files to use for generation.
13-
- Add `CustomTemplateFuncs` to `boilingcore.Config` to supply additional functions that can be used in templates.
12+
- Add `DefaultTemplates` to `boilingcore.Config` to change the base template files to use for generation
13+
- Add `CustomTemplateFuncs` to `boilingcore.Config` to supply additional functions that can be used in templates (thanks @ccakes)
1414

1515
### Fixes
1616

1717
- Fixes issues with detecting enum values that contain uppercases
18-
- Properly wrap column names in quotes when loading many-to-many relationships
19-
- Removes duplicated `deleted_at IS NULL` clause in relationship queries
18+
- Properly wrap column names in quotes when loading many-to-many relationships (thanks @bryanmcgrane)
19+
- Removes duplicated `deleted_at IS NULL` clause in relationship queries (thanks @ktakenaka)
2020

2121
## [v4.8.6] - 2022-01-29
2222

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.8.6"
18+
const sqlBoilerVersion = "4.9.0"
1919

2020
var (
2121
flagConfigFile string

0 commit comments

Comments
 (0)