From 7764f747351d5baa65ed856a5035eacf169523b5 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Fri, 11 Nov 2022 16:03:53 +0800 Subject: [PATCH] sea-query-binder 0.2.2 --- CHANGELOG.md | 4 ++++ sea-query-binder/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 059202898..a2182bd8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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/). +## sea-query-binder 0.2.2 + +* Enable SQLx features only if SQLx optional dependency is enabled https://github.com/SeaQL/sea-query/pull/517 + ## 0.27.1 - 2022-10-18 * Fix consecutive spacing on schema statements https://github.com/SeaQL/sea-query/pull/481 diff --git a/sea-query-binder/Cargo.toml b/sea-query-binder/Cargo.toml index f1c56de1b..606b8e622 100644 --- a/sea-query-binder/Cargo.toml +++ b/sea-query-binder/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "sea-query-binder" -version = "0.2.1" +version = "0.2.2" authors = [ "Valentin Tolmer ", "Ivan Krivosheev " ] edition = "2021" description = "Binder traits for connecting sea-query with SQL engines"