We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a51bd5 commit 2921b87Copy full SHA for 2921b87
CHANGELOG.md
@@ -4,7 +4,11 @@ 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.17.2] - 2025-01-03
+## [4.18.0] - 2025-01-03
8
+
9
+### Added
10
11
+- Added `--no-schema` option scaffolding. (thanks @morganhein)
12
13
### Fixed
14
main.go
@@ -16,7 +16,7 @@ import (
16
"github.com/volatiletech/sqlboiler/v4/importers"
17
)
18
19
-const sqlBoilerVersion = "4.17.1"
+const sqlBoilerVersion = "4.18.0"
20
21
var (
22
flagConfigFile string
0 commit comments