From 087f631dbc212131f890273ceee7399a423a0e12 Mon Sep 17 00:00:00 2001 From: Eloi DEMOLIS Date: Tue, 29 Oct 2024 09:56:53 +0100 Subject: [PATCH] release: v1.1.0-rc.2 Signed-off-by: Eloi DEMOLIS --- Cargo.lock | 6 +++--- bin/Cargo.toml | 6 +++--- command/Cargo.toml | 2 +- e2e/Cargo.toml | 4 ++-- lib/Cargo.toml | 4 ++-- os-build/archlinux/PKGBUILD | 2 +- os-build/linux-rpm/sozu.spec | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b3fadcb12..d3d8c34d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1712,7 +1712,7 @@ dependencies = [ [[package]] name = "sozu" -version = "1.1.0-rc.1" +version = "1.1.0-rc.2" dependencies = [ "clap", "jemallocator", @@ -1735,7 +1735,7 @@ dependencies = [ [[package]] name = "sozu-command-lib" -version = "1.1.0-rc.1" +version = "1.1.0-rc.2" dependencies = [ "hex", "libc", @@ -1779,7 +1779,7 @@ dependencies = [ [[package]] name = "sozu-lib" -version = "1.1.0-rc.1" +version = "1.1.0-rc.2" dependencies = [ "anyhow", "cookie-factory", diff --git a/bin/Cargo.toml b/bin/Cargo.toml index f13b22860..0a950a8bc 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.1.0-rc.1" +version = "1.1.0-rc.2" license = "AGPL-3.0" authors = [ "Geoffroy Couprie ", @@ -34,8 +34,8 @@ tempfile = "^3.10.1" termion = "^4.0.0" thiserror = "^1.0.61" -sozu-command-lib = { path = "../command", version = "^1.1.0-rc.1" } -sozu-lib = { path = "../lib", version = "1.1.0-rc.1" } +sozu-command-lib = { path = "../command", version = "^1.1.0-rc.2" } +sozu-lib = { path = "../lib", version = "1.1.0-rc.2" } [target.'cfg(target_os="linux")'.dependencies] num_cpus = "^1.16.0" diff --git a/command/Cargo.toml b/command/Cargo.toml index 4968d49d6..e010351ab 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.1.0-rc.1" +version = "1.1.0-rc.2" license = "LGPL-3.0" authors = [ "Geoffroy Couprie ", diff --git a/e2e/Cargo.toml b/e2e/Cargo.toml index 4f9e7fe84..bc2fc9389 100644 --- a/e2e/Cargo.toml +++ b/e2e/Cargo.toml @@ -14,5 +14,5 @@ rustls = { version = "^0.21.10", features = ["dangerous_configuration"] } time = "^0.3.36" tokio = { version = "1.37.0", features = ["net", "rt-multi-thread"] } -sozu-command-lib = { path = "../command", version = "^1.1.0-rc.1" } -sozu-lib = { path = "../lib", version = "^1.1.0-rc.1" } +sozu-command-lib = { path = "../command", version = "^1.1.0-rc.2" } +sozu-lib = { path = "../lib", version = "^1.1.0-rc.2" } diff --git a/lib/Cargo.toml b/lib/Cargo.toml index bdeb5b400..252363946 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.1.0-rc.1" +version = "1.1.0-rc.2" license = "AGPL-3.0" authors = [ "Clément Delafargue ", @@ -52,7 +52,7 @@ thiserror = "^1.0.61" time = "^0.3.36" once_cell = "1.19.0" -sozu-command-lib = { path = "../command", version = "1.1.0-rc.1" } +sozu-command-lib = { path = "../command", version = "1.1.0-rc.2" } [dev-dependencies] quickcheck = "^1.0.3" diff --git a/os-build/archlinux/PKGBUILD b/os-build/archlinux/PKGBUILD index 66ce7d94b..c2fa5f13b 100644 --- a/os-build/archlinux/PKGBUILD +++ b/os-build/archlinux/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jan-Erik Rediger pkgname=sozu-git -pkgver=1.1.0-rc.1 +pkgver=1.1.0-rc.2 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 d2851483c..52c3e4016 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.1.0-rc.1 +Version: 1.1.0-rc.2 Release: 1%{?dist} Epoch: 1 License: AGPL-3.0