Skip to content

Commit 2921b87

Browse files
committed
Update CHANGELOG and Bump Version
1 parent 6a51bd5 commit 2921b87

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ 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.17.2] - 2025-01-03
7+
## [4.18.0] - 2025-01-03
8+
9+
### Added
10+
11+
- Added `--no-schema` option scaffolding. (thanks @morganhein)
812

913
### Fixed
1014

main.go

+1-1
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.17.1"
19+
const sqlBoilerVersion = "4.18.0"
2020

2121
var (
2222
flagConfigFile string

0 commit comments

Comments
 (0)