Changelog

This commit is contained in:
Chris Tsang 2022-08-07 18:50:14 +08:00
parent bdc78e541a
commit eeebe2d35c

View File

@ -7,9 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## 0.10.0 - Pending
### House keeping
* Set minimal rustc version to `1.60` https://github.com/SeaQL/sea-orm/pull/938
## 0.9.2 - Pending
### Enhancements
* [sea-orm-cli] Migrator CLI handles init and generate commands https://github.com/SeaQL/sea-orm/pull/931
* [sea-orm-cli] added `with-copy-enums` flag to conditional derive `Copy` on `ActiveEnum` https://github.com/SeaQL/sea-orm/pull/936
## 0.9.1 - 2022-07-22