From 59e3ba8095d35cc276cba185f3117bdc385deca6 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Fri, 19 May 2023 22:32:21 +0800 Subject: [PATCH] 0.12.0-rc.2 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94875b53..644766f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## 0.12.0 - Pending ++ 2023-05-19: `0.12.0-rc.2` + ### New Features * Supports for partial select of `Option` model field. A `None` value will be filled when the select result does not contain the `Option` field without throwing an error. https://github.com/SeaQL/sea-orm/pull/1513