diff --git a/Cargo.lock b/Cargo.lock index f604acb78..dee04a947 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1799,7 +1799,7 @@ dependencies = [ [[package]] name = "sozu" -version = "0.15.11" +version = "0.15.12" dependencies = [ "anyhow", "async-dup", @@ -1834,7 +1834,7 @@ dependencies = [ [[package]] name = "sozu-command-lib" -version = "0.15.11" +version = "0.15.12" dependencies = [ "hex", "libc", @@ -1860,7 +1860,7 @@ dependencies = [ [[package]] name = "sozu-e2e" -version = "0.15.11" +version = "0.15.12" dependencies = [ "futures", "hyper", @@ -1877,7 +1877,7 @@ dependencies = [ [[package]] name = "sozu-lib" -version = "0.15.11" +version = "0.15.12" dependencies = [ "anyhow", "cookie-factory", diff --git a/bin/Cargo.toml b/bin/Cargo.toml index be77232d0..dc6ea1c45 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.11" +version = "0.15.12" license = "AGPL-3.0" authors = [ "Geoffroy Couprie ", @@ -50,8 +50,8 @@ tempfile = "^3.8.0" termion = "^2.0.1" x509-parser = "^0.15.1" -sozu-command-lib = { path = "../command", version = "^0.15.11" } -sozu-lib = { path = "../lib", version = "^0.15.11" } +sozu-command-lib = { path = "../command", version = "^0.15.12" } +sozu-lib = { path = "../lib", version = "^0.15.12" } [target.'cfg(target_os="linux")'.dependencies] num_cpus = "^1.16.0" diff --git a/command/Cargo.toml b/command/Cargo.toml index 7150eb8eb..382dc965f 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.11" +version = "0.15.12" license = "LGPL-3.0" authors = [ "Geoffroy Couprie ", diff --git a/e2e/Cargo.toml b/e2e/Cargo.toml index 4e5d9f187..5fc1f683a 100644 --- a/e2e/Cargo.toml +++ b/e2e/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sozu-e2e" -version = "0.15.11" +version = "0.15.12" rust-version = "1.70.0" edition = "2021" @@ -15,5 +15,5 @@ slab = "^0.4.9" time = "^0.3.29" tokio = { version = "1.33.0", features = ["net", "rt-multi-thread"] } -sozu-command-lib = { path = "../command", version = "^0.15.11" } -sozu-lib = { path = "../lib", version = "^0.15.11" } +sozu-command-lib = { path = "../command", version = "^0.15.12" } +sozu-lib = { path = "../lib", version = "^0.15.12" } diff --git a/lib/Cargo.toml b/lib/Cargo.toml index ec529a241..4db2e04be 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.11" +version = "0.15.12" license = "AGPL-3.0" authors = [ "Clément Delafargue ", @@ -54,7 +54,7 @@ time = "^0.3.29" x509-parser = "^0.15.1" once_cell = "1.18.0" -sozu-command-lib = { path = "../command", version = "^0.15.11" } +sozu-command-lib = { path = "../command", version = "^0.15.12" } [dev-dependencies] quickcheck = "^1.0.3" diff --git a/os-build/archlinux/PKGBUILD b/os-build/archlinux/PKGBUILD index 2c2189129..1c4a83a56 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.11 +pkgver=0.15.12 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 daf4b65b9..b3e24f758 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.11 +Version: 0.15.12 Release: 1%{?dist} Epoch: 1 License: AGPL-3.0