From 872e682e655621e6e67c027b85d1ad86fd761793 Mon Sep 17 00:00:00 2001 From: Rajat Jindal Date: Thu, 13 Oct 2022 09:39:29 +0530 Subject: [PATCH] prepare for release 0.5.0 Signed-off-by: Rajat Jindal --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- bart/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f0b82d5..e8f987a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -79,7 +79,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "bart" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "bartholomew", @@ -95,7 +95,7 @@ dependencies = [ [[package]] name = "bartholomew" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "brotli", diff --git a/Cargo.toml b/Cargo.toml index 6e393a9..c0dfc63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bartholomew" -version = "0.4.0" +version = "0.5.0" edition = "2021" authors = ["Fermyon Engineering "] diff --git a/bart/Cargo.toml b/bart/Cargo.toml index b9dad89..7ba50a2 100644 --- a/bart/Cargo.toml +++ b/bart/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bart" -version = "0.4.0" +version = "0.5.0" edition = "2021" authors = ["Fermyon Engineering "]