From 6507da34e45914620a2d049b8e6375ef57e62126 Mon Sep 17 00:00:00 2001 From: Emmanuel Bosquet Date: Thu, 25 Jul 2024 14:42:51 +0200 Subject: [PATCH] release: v1.1.0-rc.1 --- 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 | 6 +----- 7 files changed, 13 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 96bd674ff..b3fadcb12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1712,7 +1712,7 @@ dependencies = [ [[package]] name = "sozu" -version = "1.1.0-rc.0" +version = "1.1.0-rc.1" dependencies = [ "clap", "jemallocator", @@ -1735,7 +1735,7 @@ dependencies = [ [[package]] name = "sozu-command-lib" -version = "1.1.0-rc.0" +version = "1.1.0-rc.1" dependencies = [ "hex", "libc", @@ -1779,7 +1779,7 @@ dependencies = [ [[package]] name = "sozu-lib" -version = "1.1.0-rc.0" +version = "1.1.0-rc.1" dependencies = [ "anyhow", "cookie-factory", diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 7cc116c4e..f13b22860 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.0" +version = "1.1.0-rc.1" 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.0" } -sozu-lib = { path = "../lib", version = "1.1.0-rc.0" } +sozu-command-lib = { path = "../command", version = "^1.1.0-rc.1" } +sozu-lib = { path = "../lib", version = "1.1.0-rc.1" } [target.'cfg(target_os="linux")'.dependencies] num_cpus = "^1.16.0" diff --git a/command/Cargo.toml b/command/Cargo.toml index 6cb60dd8d..4968d49d6 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.0" +version = "1.1.0-rc.1" license = "LGPL-3.0" authors = [ "Geoffroy Couprie ", diff --git a/e2e/Cargo.toml b/e2e/Cargo.toml index 64533f7ef..4f9e7fe84 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.0" } -sozu-lib = { path = "../lib", version = "^1.1.0-rc.0" } +sozu-command-lib = { path = "../command", version = "^1.1.0-rc.1" } +sozu-lib = { path = "../lib", version = "^1.1.0-rc.1" } diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 355dd94c8..bdeb5b400 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.0" +version = "1.1.0-rc.1" 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.0" } +sozu-command-lib = { path = "../command", version = "1.1.0-rc.1" } [dev-dependencies] quickcheck = "^1.0.3" diff --git a/os-build/archlinux/PKGBUILD b/os-build/archlinux/PKGBUILD index df4299fb1..66ce7d94b 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.0 +pkgver=1.1.0-rc.1 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 7d849ad97..d2851483c 100755 --- a/os-build/linux-rpm/sozu.spec +++ b/os-build/linux-rpm/sozu.spec @@ -6,11 +6,7 @@ Summary: A lightweight, fast, always-up reverse proxy server. Name: sozu -<<<<<<< HEAD -Version: 1.0.4 -======= -Version: 1.1.0-rc.0 ->>>>>>> a85689c1 (release: v1.1.0-rc.0) +Version: 1.1.0-rc.1 Release: 1%{?dist} Epoch: 1 License: AGPL-3.0