Skip to content

Commit

Permalink
Update CHANGELOG and Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenafamo committed Jan 3, 2025
1 parent 6a51bd5 commit 2921b87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic
Versioning](http://semver.org/spec/v2.0.0.html).

## [4.17.2] - 2025-01-03
## [4.18.0] - 2025-01-03

### Added

- Added `--no-schema` option scaffolding. (thanks @morganhein)

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"github.com/volatiletech/sqlboiler/v4/importers"
)

const sqlBoilerVersion = "4.17.1"
const sqlBoilerVersion = "4.18.0"

var (
flagConfigFile string
Expand Down

0 comments on commit 2921b87

Please sign in to comment.