From 3eb27cc97ee04ede1716272d7e3dfa8afc6adaf0 Mon Sep 17 00:00:00 2001 From: Florentin Dubois Date: Wed, 5 Oct 2022 18:17:59 +0200 Subject: [PATCH] Release v0.14.0 Signed-off-by: Florentin Dubois --- Cargo.lock | 6 +++--- bin/Cargo.toml | 9 +++++++-- command/Cargo.toml | 9 +++++++-- lib/Cargo.toml | 5 ++++- 4 files changed, 21 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2b61b6ba..1f8c95a5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1431,7 +1431,7 @@ dependencies = [ [[package]] name = "sozu" -version = "0.13.6" +version = "0.14.0" dependencies = [ "anyhow", "async-dup", @@ -1465,7 +1465,7 @@ dependencies = [ [[package]] name = "sozu-command-lib" -version = "0.13.6" +version = "0.14.0" dependencies = [ "anyhow", "hex", @@ -1490,7 +1490,7 @@ dependencies = [ [[package]] name = "sozu-lib" -version = "0.13.6" +version = "0.14.0" dependencies = [ "anyhow", "cookie-factory", diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 45507897c..432e56f58 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -5,9 +5,14 @@ repository = "https://github.com/sozu-proxy/sozu" readme = "README.md" documentation = "https://docs.rs/sozu" homepage = "http://sozu.io" -version = "0.13.6" +version = "0.14.0" license = "AGPL-3.0" -authors = ["Geoffroy Couprie "] +authors = [ + "Geoffroy Couprie ", + "Eloi Demolis ", + "Emmanuel Bosquet ", + "Florentin Dubois " +] categories = ["network-programming"] edition="2018" include = [ diff --git a/command/Cargo.toml b/command/Cargo.toml index 7b1064a18..bc94c97b7 100644 --- a/command/Cargo.toml +++ b/command/Cargo.toml @@ -5,9 +5,14 @@ repository = "https://github.com/sozu-proxy/sozu" readme = "README.md" documentation = "https://docs.rs/sozu-command-lib" homepage = "http://sozu.io" -version = "0.13.6" +version = "0.14.0" license = "LGPL-3.0" -authors = ["Geoffroy Couprie "] +authors = [ + "Geoffroy Couprie ", + "Eloi Demolis ", + "Emmanuel Bosquet ", + "Florentin Dubois " +] categories = ["network-programming"] edition="2018" include = [ diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 2358479a9..bf2dc99e2 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -5,11 +5,14 @@ repository = "https://github.com/sozu-proxy/sozu" readme = "README.md" documentation = "https://docs.rs/sozu-lib" homepage = "http://sozu.io" -version = "0.13.6" +version = "0.14.0" license = "AGPL-3.0" authors = [ "Clément Delafargue ", "Geoffroy Couprie ", + "Eloi Demolis ", + "Emmanuel Bosquet ", + "Florentin Dubois " ] categories = ["network-programming"] edition = "2018"