This commit is contained in:
Chris Tsang 2021-10-24 00:53:22 +08:00
parent e2c8d32eab
commit 9edea30f53

View File

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## 0.3.1 - 2021-10-23
(We are changing our Changelog format from now on)
### Fixed Issues
* Align case trasforms across derive macros https://github.com/SeaQL/sea-orm/issues/262
* Added `is_null` and `is_not_null` to `ColumnTrait` https://github.com/SeaQL/sea-orm/issues/267
@ -20,9 +22,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* CI cleaning by @AngelOnFira in https://github.com/SeaQL/sea-orm/pull/263
* CI install sea-orm-cli in debug mode by @billy1624 in https://github.com/SeaQL/sea-orm/pull/265
### New Contributors
* @AngelOnFira made their first contribution in https://github.com/SeaQL/sea-orm/pull/253
**Full Changelog**: https://github.com/SeaQL/sea-orm/compare/0.3.0...0.3.1
## 0.3.0 - 2021-10-15