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 a33806b commit 6a51bd5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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

### Fixed

- Revert change to `DeleteAll` method. The change causes incorrect changes on tables with multi-column primary keys

## [4.17.1] - 2024-11-11

### Fixed
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ require (
)

retract (
v4.17.1 // Generates faulty code for DeleteAll if the table has multiple foreign keys
v4.17.0 // Generates faulty code for DeleteAll if the table has multiple foreign keys
v4.10.0 // Generated models are invalid due to a wrong assignment
v4.9.0 // Generated code shows v4.8.6, messed up commit tagging and untidy go.mod
)

0 comments on commit 6a51bd5

Please sign in to comment.