From 257297b6b44d0b81e9cf5f6e3a094790390bb65e Mon Sep 17 00:00:00 2001 From: Lucas Kent Date: Fri, 1 Nov 2024 14:58:44 +1100 Subject: [PATCH] release shotover 0.5.2 (#1796) --- 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 cca8ad965..172927ba6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4486,7 +4486,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "shotover" -version = "0.5.1" +version = "0.5.2" dependencies = [ "anyhow", "async-trait", @@ -4556,7 +4556,7 @@ dependencies = [ [[package]] name = "shotover-proxy" -version = "0.5.1" +version = "0.5.2" dependencies = [ "anyhow", "async-trait", diff --git a/shotover-proxy/Cargo.toml b/shotover-proxy/Cargo.toml index b6484d525..1d45aea4a 100644 --- a/shotover-proxy/Cargo.toml +++ b/shotover-proxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shotover-proxy" -version = "0.5.1" +version = "0.5.2" authors = ["Ben "] edition = "2021" license = "Apache-2.0" diff --git a/shotover/Cargo.toml b/shotover/Cargo.toml index 631dfcbb1..d7d0170c1 100644 --- a/shotover/Cargo.toml +++ b/shotover/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shotover" -version = "0.5.1" +version = "0.5.2" authors = ["Ben "] edition = "2021" license = "Apache-2.0"