From b0e91dcddf37718a521a7935de3915fddcd0aafb Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 6 Nov 2022 12:54:10 +0800 Subject: [PATCH] sea-orm-rocket 0.5.2 --- CHANGELOG.md | 1 + sea-orm-rocket/lib/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9034295..bbea34b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Enhancements * Collecting metrics for `query_one/all` https://github.com/SeaQL/sea-orm/pull/1165 +* [sea-orm-rocket] added `sqlx_logging` to `Config` ## 0.10.1 - 2022-10-27 diff --git a/sea-orm-rocket/lib/Cargo.toml b/sea-orm-rocket/lib/Cargo.toml index 32402355..57ad8b6a 100644 --- a/sea-orm-rocket/lib/Cargo.toml +++ b/sea-orm-rocket/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sea-orm-rocket" -version = "0.5.1" +version = "0.5.2" authors = ["Sergio Benitez ", "Jeb Rosen "] description = "SeaORM Rocket support crate" repository = "https://github.com/SeaQL/sea-orm" @@ -18,7 +18,7 @@ default-features = false [dependencies.sea-orm-rocket-codegen] path = "../codegen" -version = "0.5.0-rc.1" +version = "0.5.0" [dependencies.rocket_okapi] version = "0.8.0-rc.2"