From 107361d679845d29710a0e6b4e4a0071fe3d394c Mon Sep 17 00:00:00 2001 From: Florentin Dubois Date: Thu, 25 Jan 2024 16:16:16 +0100 Subject: [PATCH] release: v0.15.19 Signed-off-by: Florentin Dubois --- Cargo.lock | 8 ++++---- bin/Cargo.toml | 6 +++--- command/Cargo.toml | 2 +- e2e/Cargo.toml | 6 +++--- lib/Cargo.toml | 4 ++-- os-build/archlinux/PKGBUILD | 2 +- os-build/linux-rpm/sozu.spec | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e1b1e391..d9218f28d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1913,7 +1913,7 @@ dependencies = [ [[package]] name = "sozu" -version = "0.15.18" +version = "0.15.19" dependencies = [ "anyhow", "async-dup", @@ -1943,7 +1943,7 @@ dependencies = [ [[package]] name = "sozu-command-lib" -version = "0.15.18" +version = "0.15.19" dependencies = [ "hex", "libc", @@ -1970,7 +1970,7 @@ dependencies = [ [[package]] name = "sozu-e2e" -version = "0.15.18" +version = "0.15.19" dependencies = [ "futures", "hyper", @@ -1986,7 +1986,7 @@ dependencies = [ [[package]] name = "sozu-lib" -version = "0.15.18" +version = "0.15.19" dependencies = [ "anyhow", "cookie-factory", diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 2e011f17b..317b61f3a 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/sozu-proxy/sozu" readme = "README.md" documentation = "https://docs.rs/sozu" homepage = "https://sozu.io" -version = "0.15.18" +version = "0.15.19" license = "AGPL-3.0" authors = [ "Geoffroy Couprie ", @@ -45,8 +45,8 @@ smol = "^1.3.0" tempfile = "^3.9.0" termion = "^3.0.0" -sozu-command-lib = { path = "../command", version = "^0.15.18" } -sozu-lib = { path = "../lib", version = "^0.15.18" } +sozu-command-lib = { path = "../command", version = "^0.15.19" } +sozu-lib = { path = "../lib", version = "^0.15.19" } [target.'cfg(target_os="linux")'.dependencies] num_cpus = "^1.16.0" diff --git a/command/Cargo.toml b/command/Cargo.toml index c8a5b1eb3..c2a428f52 100644 --- a/command/Cargo.toml +++ b/command/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/sozu-proxy/sozu" readme = "README.md" documentation = "https://docs.rs/sozu-command-lib" homepage = "https://sozu.io" -version = "0.15.18" +version = "0.15.19" license = "LGPL-3.0" authors = [ "Geoffroy Couprie ", diff --git a/e2e/Cargo.toml b/e2e/Cargo.toml index b8e7dcb96..9850f54e2 100644 --- a/e2e/Cargo.toml +++ b/e2e/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sozu-e2e" -version = "0.15.18" +version = "0.15.19" rust-version = "1.70.0" edition = "2021" @@ -14,5 +14,5 @@ rustls = { version = "^0.21.10", features = ["dangerous_configuration"] } time = "^0.3.31" tokio = { version = "1.35.1", features = ["net", "rt-multi-thread"] } -sozu-command-lib = { path = "../command", version = "^0.15.18" } -sozu-lib = { path = "../lib", version = "^0.15.18" } +sozu-command-lib = { path = "../command", version = "^0.15.19" } +sozu-lib = { path = "../lib", version = "^0.15.19" } diff --git a/lib/Cargo.toml b/lib/Cargo.toml index b504fefeb..ffd3f5555 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/sozu-proxy/sozu" readme = "README.md" documentation = "https://docs.rs/sozu-lib" homepage = "https://sozu.io" -version = "0.15.18" +version = "0.15.19" license = "AGPL-3.0" authors = [ "Clément Delafargue ", @@ -53,7 +53,7 @@ thiserror = "^1.0.56" time = "^0.3.31" once_cell = "1.19.0" -sozu-command-lib = { path = "../command", version = "^0.15.18" } +sozu-command-lib = { path = "../command", version = "^0.15.19" } [dev-dependencies] quickcheck = "^1.0.3" diff --git a/os-build/archlinux/PKGBUILD b/os-build/archlinux/PKGBUILD index 4534e5fe2..a046afa91 100644 --- a/os-build/archlinux/PKGBUILD +++ b/os-build/archlinux/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jan-Erik Rediger pkgname=sozu-git -pkgver=0.15.18 +pkgver=0.15.19 pkgrel=1 pkgdesc="HTTP reverse proxy, configurable at runtime, fast and safe, built in Rust" arch=('i686' 'x86_64') diff --git a/os-build/linux-rpm/sozu.spec b/os-build/linux-rpm/sozu.spec index 6f42ebf9b..6c6cd3dfe 100755 --- a/os-build/linux-rpm/sozu.spec +++ b/os-build/linux-rpm/sozu.spec @@ -6,7 +6,7 @@ Summary: A lightweight, fast, always-up reverse proxy server. Name: sozu -Version: 0.15.18 +Version: 0.15.19 Release: 1%{?dist} Epoch: 1 License: AGPL-3.0