From 8a1baa1e7b879bfc5baa6949ece30050c9c286a5 Mon Sep 17 00:00:00 2001 From: Lucas Kent Date: Tue, 16 Jul 2024 13:53:31 +1000 Subject: [PATCH] Release shotover 0.4.0 (#1691) --- Cargo.lock | 4 ++-- shotover-proxy/Cargo.toml | 2 +- shotover/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e9d993034..56b8df564 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4622,7 +4622,7 @@ dependencies = [ [[package]] name = "shotover" -version = "0.3.1" +version = "0.4.0" dependencies = [ "a8da96aa9ee5ce956b7069f92a4ca762efc75133", "anyhow", @@ -4694,7 +4694,7 @@ dependencies = [ [[package]] name = "shotover-proxy" -version = "0.3.1" +version = "0.4.0" dependencies = [ "anyhow", "async-trait", diff --git a/shotover-proxy/Cargo.toml b/shotover-proxy/Cargo.toml index 6b492a8a4..b894894f2 100644 --- a/shotover-proxy/Cargo.toml +++ b/shotover-proxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shotover-proxy" -version = "0.3.1" +version = "0.4.0" authors = ["Ben "] edition = "2021" license = "Apache-2.0" diff --git a/shotover/Cargo.toml b/shotover/Cargo.toml index 15939aa8b..6e1cc0c03 100644 --- a/shotover/Cargo.toml +++ b/shotover/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shotover" -version = "0.3.1" +version = "0.4.0" authors = ["Ben "] edition = "2021" license = "Apache-2.0"