From eeebe2d35c3b739c7e53fa6abb3401c7090d638c Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 7 Aug 2022 18:50:14 +0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7f5775a..a276c468 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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