CHANGELOG

This commit is contained in:
Billy Chan 2023-07-10 17:40:28 +08:00
parent 19e761e73d
commit 1b72b35319
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -441,6 +441,7 @@ assert!(matches!(res, Ok(TryInsertResult::Conflicted)));
* 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
### Bug Fixes ### Bug Fixes