CHANGELOG

This commit is contained in:
Billy Chan 2023-03-22 17:25:11 +08:00
parent 737a894e27
commit 619f20de19
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -50,6 +50,9 @@ assert_eq!(migration.status(), MigrationStatus::Pending);
* Upgrade `heck` dependency in `sea-orm-macros` and `sea-orm-codegen` to 0.4 https://github.com/SeaQL/sea-orm/pull/1520, https://github.com/SeaQL/sea-orm/pull/1544
* Upgrade `strum` to 0.24
* Upgrade `sea-query` to `0.29` https://github.com/SeaQL/sea-orm/pull/1562
* Upgrade `sea-query-binder` to `0.4` https://github.com/SeaQL/sea-orm/pull/1562
* Upgrade `sea-schema` to `0.12` https://github.com/SeaQL/sea-orm/pull/1562
### Breaking changes