Skip to content

Commit a85689c

Browse files
committed
release: v1.1.0-rc.0
1 parent 0b12051 commit a85689c

File tree

7 files changed

+27
-27
lines changed

7 files changed

+27
-27
lines changed

Cargo.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repository = "https://github.com/sozu-proxy/sozu"
55
readme = "README.md"
66
documentation = "https://docs.rs/sozu"
77
homepage = "https://sozu.io"
8-
version = "1.0.3"
8+
version = "1.1.0-rc.0"
99
license = "AGPL-3.0"
1010
authors = [
1111
"Geoffroy Couprie <[email protected]>",
@@ -34,8 +34,8 @@ tempfile = "^3.10.1"
3434
termion = "^4.0.0"
3535
thiserror = "^1.0.61"
3636

37-
sozu-command-lib = { path = "../command", version = "^1.0.3" }
38-
sozu-lib = { path = "../lib", version = "^1.0.3" }
37+
sozu-command-lib = { path = "../command", version = "^1.1.0-rc.0" }
38+
sozu-lib = { path = "../lib", version = "1.1.0-rc.0" }
3939

4040
[target.'cfg(target_os="linux")'.dependencies]
4141
num_cpus = "^1.16.0"

command/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repository = "https://github.com/sozu-proxy/sozu"
55
readme = "README.md"
66
documentation = "https://docs.rs/sozu-command-lib"
77
homepage = "https://sozu.io"
8-
version = "1.0.3"
8+
version = "1.1.0-rc.0"
99
license = "LGPL-3.0"
1010
authors = [
1111
"Geoffroy Couprie <[email protected]>",

e2e/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ rustls = { version = "^0.21.10", features = ["dangerous_configuration"] }
1414
time = "^0.3.36"
1515
tokio = { version = "1.37.0", features = ["net", "rt-multi-thread"] }
1616

17-
sozu-command-lib = { path = "../command", version = "^1.0.3" }
18-
sozu-lib = { path = "../lib", version = "^1.0.3" }
17+
sozu-command-lib = { path = "../command", version = "^1.1.0-rc.0" }
18+
sozu-lib = { path = "../lib", version = "^1.1.0-rc.0" }

lib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repository = "https://github.com/sozu-proxy/sozu"
55
readme = "README.md"
66
documentation = "https://docs.rs/sozu-lib"
77
homepage = "https://sozu.io"
8-
version = "1.0.3"
8+
version = "1.1.0-rc.0"
99
license = "AGPL-3.0"
1010
authors = [
1111
"Clément Delafargue <[email protected]>",
@@ -52,7 +52,7 @@ thiserror = "^1.0.61"
5252
time = "^0.3.36"
5353
once_cell = "1.19.0"
5454

55-
sozu-command-lib = { path = "../command", version = "^1.0.3" }
55+
sozu-command-lib = { path = "../command", version = "1.1.0-rc.0" }
5656

5757
[dev-dependencies]
5858
quickcheck = "^1.0.3"

os-build/archlinux/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Jan-Erik Rediger <badboy at archlinux dot us>
22

33
pkgname=sozu-git
4-
pkgver=1.0.3
4+
pkgver=1.1.0-rc.0
55
pkgrel=1
66
pkgdesc="HTTP reverse proxy, configurable at runtime, fast and safe, built in Rust"
77
arch=('i686' 'x86_64')

os-build/linux-rpm/sozu.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Summary: A lightweight, fast, always-up reverse proxy server.
88
Name: sozu
9-
Version: 1.0.3
9+
Version: 1.1.0-rc.0
1010
Release: 1%{?dist}
1111
Epoch: 1
1212
License: AGPL-3.0

0 commit comments

Comments
 (0)