CHANGELOG

This commit is contained in:
Billy Chan 2023-07-12 17:37:25 +08:00
parent 4c682539b6
commit 1b903f73d8
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -444,10 +444,10 @@ Entity::update_many()
* 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 `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 `strum` to 0.24
* Upgrade `sea-query` to `0.29` https://github.com/SeaQL/sea-orm/pull/1562 * 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-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 * Upgrade `sea-schema` to 0.12 https://github.com/SeaQL/sea-orm/pull/1562
* Upgrade `clap` to `4.3` https://github.com/SeaQL/sea-orm/pull/1468 * Upgrade `clap` to 4.3 https://github.com/SeaQL/sea-orm/pull/1468
* Replace `bae` with `sea-bae` https://github.com/SeaQL/sea-orm/pull/1739 * Replace `bae` with `sea-bae` https://github.com/SeaQL/sea-orm/pull/1739
### Bug Fixes ### Bug Fixes