From b43a8ea8989868a2016126874b6bd63b86b8a4c0 Mon Sep 17 00:00:00 2001 From: "chandr-andr (Kiselev Aleksandr)" Date: Sun, 29 Sep 2024 17:53:40 +0200 Subject: [PATCH] Bumped version to 0.8.0 Signed-off-by: chandr-andr (Kiselev Aleksandr) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f000038..a40b04e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -984,7 +984,7 @@ dependencies = [ [[package]] name = "psqlpy" -version = "0.7.11" +version = "0.8.0" dependencies = [ "byteorder", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 474da33..e20f629 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "psqlpy" -version = "0.7.11" +version = "0.8.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html