From f0262a6d47291aee1b00d6836e770f45a21fb7d6 Mon Sep 17 00:00:00 2001 From: Flavian Desverne Date: Fri, 10 Feb 2023 13:44:48 +0100 Subject: [PATCH] Bump to v0.12.1 --- CHANGELOG.md | 7 ++++++- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cdd2786..ad287bc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changes -## Version 0.11.5 +## Version 0.12.1 + +- fix: bigdecimal conversion overflow (#271) +- Reduce futures crate dependency footprint (#270) + +## Version 0.12.0 - BREAKING: Correctly convert DateTimeOffset to/from database (#269) Please read the [issue](https://github.com/prisma/tiberius/issues/260) diff --git a/Cargo.toml b/Cargo.toml index 92887750..87b02ff3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT/Apache-2.0" name = "tiberius" readme = "README.md" repository = "https://github.com/prisma/tiberius" -version = "0.12.0" +version = "0.12.1" [workspace] members = ["runtimes-macro"]