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 Dec 14, 2022
1 parent 91c4f33 commit 21e935a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ 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).

## [v4.14.0] - 2022-12-14

### Added

- Allow calling struct.Exists() without having to pass on PK fields (thanks @MJacred)

### Changed

- Stop using deprecated methods from io/ioutil (thanks @stefafafan)

### Fixed

- Fixed correct hooks when loading relationships to-one (thanks @parnic)

## [v4.13.0] - 2022-08-28

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

const sqlBoilerVersion = "4.13.0"
const sqlBoilerVersion = "4.14.0"

var (
flagConfigFile string
Expand Down

0 comments on commit 21e935a

Please sign in to comment.