diff --git a/Cargo.lock b/Cargo.lock index b6ad7a537..088facc31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1815,7 +1815,7 @@ dependencies = [ [[package]] name = "sozu" -version = "1.0.4" +version = "1.0.5" dependencies = [ "clap", "jemallocator", @@ -1838,7 +1838,7 @@ dependencies = [ [[package]] name = "sozu-command-lib" -version = "1.0.4" +version = "1.0.5" dependencies = [ "hex", "libc", @@ -1866,7 +1866,7 @@ dependencies = [ [[package]] name = "sozu-e2e" -version = "1.0.1" +version = "1.0.5" dependencies = [ "futures", "hyper", @@ -1882,7 +1882,7 @@ dependencies = [ [[package]] name = "sozu-lib" -version = "1.0.4" +version = "1.0.5" dependencies = [ "anyhow", "cookie-factory", diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 676a9811c..5e15ce7a7 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 = "1.0.4" +version = "1.0.5" license = "AGPL-3.0" authors = [ "Geoffroy Couprie ", @@ -34,8 +34,8 @@ tempfile = "^3.13.0" termion = "^4.0.3" thiserror = "^1.0.64" -sozu-command-lib = { path = "../command", version = "^1.0.4" } -sozu-lib = { path = "../lib", version = "^1.0.4" } +sozu-command-lib = { path = "../command", version = "^1.0.5" } +sozu-lib = { path = "../lib", version = "^1.0.5" } [target.'cfg(target_os="linux")'.dependencies] num_cpus = "^1.16.0" diff --git a/command/Cargo.toml b/command/Cargo.toml index f45fe823f..5b408b95d 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 = "1.0.4" +version = "1.0.5" license = "LGPL-3.0" authors = [ "Geoffroy Couprie ", diff --git a/e2e/Cargo.toml b/e2e/Cargo.toml index 2a35245cc..8be42ccac 100644 --- a/e2e/Cargo.toml +++ b/e2e/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sozu-e2e" -version = "1.0.1" +version = "1.0.5" rust-version = "1.80.0" edition = "2021" @@ -14,5 +14,5 @@ rustls = { version = "^0.21.10", features = ["dangerous_configuration"] } time = "^0.3.36" tokio = { version = "1.40.0", features = ["net", "rt-multi-thread"] } -sozu-command-lib = { path = "../command", version = "^1.0.4" } -sozu-lib = { path = "../lib", version = "^1.0.4" } +sozu-command-lib = { path = "../command", version = "^1.0.5" } +sozu-lib = { path = "../lib", version = "^1.0.5" } diff --git a/lib/Cargo.toml b/lib/Cargo.toml index ce15c1a86..2323ec3ec 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 = "1.0.4" +version = "1.0.5" license = "AGPL-3.0" authors = [ "Clément Delafargue ", @@ -50,7 +50,8 @@ slab = "^0.4.9" socket2 = { version = "^0.5.7", features = ["all"] } thiserror = "^1.0.64" time = "^0.3.36" -sozu-command-lib = { path = "../command", version = "^1.0.4" } + +sozu-command-lib = { path = "../command", version = "^1.0.5" } [dev-dependencies] quickcheck = "^1.0.3" diff --git a/os-build/archlinux/PKGBUILD b/os-build/archlinux/PKGBUILD index 1e232d8e7..65fe72a5b 100644 --- a/os-build/archlinux/PKGBUILD +++ b/os-build/archlinux/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jan-Erik Rediger pkgname=sozu-git -pkgver=1.0.4 +pkgver=1.0.5 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 c833926d2..a22442b32 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: 1.0.4 +Version: 1.0.5 Release: 1%{?dist} Epoch: 1 License: AGPL-3.0 @@ -104,6 +104,8 @@ semodule -r %{name} %license LICENSE %changelog +* Mon Oct 14 2024 Florentin Dubois +- release 1.0.5 * Thu Jul 25 2024 Emmanuel Bosquet - release 1.0.4 * Wed Jul 17 2024 Emmanuel Bosquet