From 1812f6e6a3bb34279f9e771e9a5ad2d6ba2834ac Mon Sep 17 00:00:00 2001 From: Rajat Jindal Date: Tue, 6 Jun 2023 09:25:36 +0530 Subject: [PATCH] chore: bump version to 0.8.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 e1e6a1f..2bb501e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -90,7 +90,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "bart" -version = "0.7.0" +version = "0.8.0" dependencies = [ "anyhow", "bartholomew", @@ -106,7 +106,7 @@ dependencies = [ [[package]] name = "bartholomew" -version = "0.7.0" +version = "0.8.0" dependencies = [ "anyhow", "brotli", diff --git a/Cargo.toml b/Cargo.toml index fdb3bf0..e3ae94f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bartholomew" -version = "0.7.0" +version = "0.8.0" edition = "2021" authors = ["Fermyon Engineering "] diff --git a/bart/Cargo.toml b/bart/Cargo.toml index 446c770..abfaca2 100644 --- a/bart/Cargo.toml +++ b/bart/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bart" -version = "0.7.0" +version = "0.8.0" edition = "2021" authors = ["Fermyon Engineering "]