From 433587f31a891a765b8e117cf471f23760d2e6e3 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 23 Oct 2022 23:29:50 +0800 Subject: [PATCH] 0.10.0 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6259873..e584dc54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## 0.10.0 - Pending +## 0.10.0 - 2022-10-23 + +> This is a release candidate. We are still updating the documentation and examples, as well as fixing critical bugs if there are any (in that case the current version might be yanked). Please check it out and provide feedback to us! ### New Features * Better error types (carrying SQLx Error) https://github.com/SeaQL/sea-orm/pull/1002