From c8b2f6a1754fdbc35c6bce29b2774c9ae18aff47 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 6 Nov 2022 21:07:01 +0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e321705..0f051a41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,22 +5,21 @@ 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.11.0 - Pending +## 0.10.2 - 2022-11-06 ### Enhancements +* [sea-orm-rocket] added `sqlx_logging` to `Config` https://github.com/SeaQL/sea-orm/pull/1192 +* Collecting metrics for `query_one/all` https://github.com/SeaQL/sea-orm/pull/1165 * use GAT to elide `StreamTrait` lifetime https://github.com/SeaQL/sea-orm/pull/1161 -### Breaking changes +### Bug Fixes * corrected the error name `UpdateGetPrimaryKey` https://github.com/SeaQL/sea-orm/pull/1180 -## 0.10.2 - Pending +### Upgrades -### Enhancements - -* Collecting metrics for `query_one/all` https://github.com/SeaQL/sea-orm/pull/1165 -* [sea-orm-rocket] added `sqlx_logging` to `Config` +* Update MSRV to 1.65 ## 0.10.1 - 2022-10-27