From 1f65c16198a09861245bad336c8f14cd1d3124b1 Mon Sep 17 00:00:00 2001 From: Rajat Jindal Date: Wed, 26 Oct 2022 11:37:55 +0530 Subject: [PATCH] prepare for release v0.6.0 --- 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 4af557f..a88d790 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -88,7 +88,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "bart" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "bartholomew", @@ -104,7 +104,7 @@ dependencies = [ [[package]] name = "bartholomew" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "brotli", diff --git a/Cargo.toml b/Cargo.toml index fc20e40..6f222e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bartholomew" -version = "0.5.0" +version = "0.6.0" edition = "2021" authors = ["Fermyon Engineering "] diff --git a/bart/Cargo.toml b/bart/Cargo.toml index 7ba50a2..ab59a16 100644 --- a/bart/Cargo.toml +++ b/bart/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bart" -version = "0.5.0" +version = "0.6.0" edition = "2021" authors = ["Fermyon Engineering "]