From 7d89232527a9dba74ed02174dd38695023ae9644 Mon Sep 17 00:00:00 2001 From: Julius de Bruijn Date: Wed, 20 May 2020 17:55:25 +0200 Subject: [PATCH] Bump to 0.2.0-alpha.12 --- CHANGELOG.md | 22 ++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 618f7a262..e42fd8674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## v0.2.0-alpha.12 + +- Pgbouncer support +- Simplify connector traits +- Specialize equality comparisons for JSON in AST visitor +- Add version() method to Queryable +- Rename "conjuctive" to "conjunctive" +- Set mobc max_idle to the same as max_open by default +- Fix a broken dependency with sqlite feature +- Aliasing expressions +- AST types revamp. Merging DatabaseValue to Expression. +- Rename ParameterizedValue to Value +- Test and handle issues related to mysql unsigned integers +- Add json handling for MySQL +- Convert MySQL NEWDECIMAL to a numeric value +- Upgrade mysql_async to 0.23 +- Do not crash the whole system if no connection on Postgres +- Do not panic when system time is weird +- Add and implement ErrorKind for length mismatches +- Function should also be Aliasable +- Make `Column` as `Aliasable` + ## v0.2.0-alpha.11 - `impl From<&&str> for Column` diff --git a/Cargo.toml b/Cargo.toml index 3137bef8d..f977e571b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quaint" -version = "0.2.0-alpha.11" +version = "0.2.0-alpha.12" authors = [ "Julius de Bruijn ", "Katharina Fey ",