From 7e7b4fbe9fbc6eaf7dafad2cbe2ba4f0f2ca0771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romaric=20Philog=C3=A8ne?= Date: Fri, 22 Jul 2022 00:40:51 +0200 Subject: [PATCH] Release v0.9.5 (#201) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Romaric Philogène --- dump-parser/Cargo.toml | 2 +- replibyte/Cargo.toml | 2 +- subset/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dump-parser/Cargo.toml b/dump-parser/Cargo.toml index f6118f6e..267c8be6 100644 --- a/dump-parser/Cargo.toml +++ b/dump-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dump-parser" -version = "0.9.4" +version = "0.9.5" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/replibyte/Cargo.toml b/replibyte/Cargo.toml index 3857e899..d49055d8 100644 --- a/replibyte/Cargo.toml +++ b/replibyte/Cargo.toml @@ -1,6 +1,6 @@ [package] edition = "2021" -version = "0.9.4" +version = "0.9.5" name = "replibyte" authors = ["Qovery Team", "Fab", "Benny", "Contributos"] diff --git a/subset/Cargo.toml b/subset/Cargo.toml index 0dffac3d..8ac64f34 100644 --- a/subset/Cargo.toml +++ b/subset/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subset" -version = "0.9.4" +version = "0.9.5" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html