Skip to content

Commit 0d7f7d6

Browse files
Release v1.0.0-rc.1
Signed-off-by: Florentin Dubois <[email protected]>
1 parent c17e301 commit 0d7f7d6

File tree

7 files changed

+53
-45
lines changed

7 files changed

+53
-45
lines changed

Cargo.lock

Lines changed: 41 additions & 35 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 = "0.15.19"
8+
version = "1.0.0-rc.1"
99
license = "AGPL-3.0"
1010
authors = [
1111
"Geoffroy Couprie <[email protected]>",
@@ -33,8 +33,8 @@ prost = "^0.12.3"
3333
time = "^0.3.34"
3434
tempfile = "^3.10.1"
3535
termion = "^3.0.0"
36-
sozu-command-lib = { path = "../command", version = "^0.15.19" }
37-
sozu-lib = { path = "../lib", version = "^0.15.19" }
36+
sozu-command-lib = { path = "../command", version = "^1.0.0-rc.1" }
37+
sozu-lib = { path = "../lib", version = "^1.0.0-rc.1" }
3838
thiserror = "^1.0.58"
3939

4040

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 = "0.15.19"
8+
version = "1.0.0-rc.1"
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.31"
1515
tokio = { version = "1.35.1", features = ["net", "rt-multi-thread"] }
1616

17-
sozu-command-lib = { path = "../command", version = "^0.15.19" }
18-
sozu-lib = { path = "../lib", version = "^0.15.19" }
17+
sozu-command-lib = { path = "../command", version = "^1.0.0-rc.1" }
18+
sozu-lib = { path = "../lib", version = "^1.0.0-rc.1" }

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 = "0.15.19"
8+
version = "1.0.0-rc.1"
99
license = "AGPL-3.0"
1010
authors = [
1111
"Clément Delafargue <[email protected]>",
@@ -51,7 +51,7 @@ socket2 = { version = "^0.5.6", features = ["all"] }
5151
thiserror = "^1.0.58"
5252
time = "^0.3.34"
5353
once_cell = "1.19.0"
54-
sozu-command-lib = { path = "../command", version = "^0.15.19" }
54+
sozu-command-lib = { path = "../command", version = "^1.0.0-rc.1" }
5555

5656
[dev-dependencies]
5757
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=0.15.19
4+
pkgver=1.0.0-rc.1
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: 3 additions & 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: 0.15.19
9+
Version: 1.0.0-rc.1
1010
Release: 1%{?dist}
1111
Epoch: 1
1212
License: AGPL-3.0
@@ -104,6 +104,8 @@ semodule -r %{name}
104104
%license LICENSE
105105

106106
%changelog
107+
* Tue Mar 19 2023 Florentin Dubois <[email protected]>
108+
- release 1.0.0-rc.1
107109
* Wed Aug 09 2023 Florentin Dubois <[email protected]>
108110
- release 0.15.3
109111
* Tue Jul 11 2023 Florentin Dubois <[email protected]>

0 commit comments

Comments
 (0)