Skip to content

Commit c5ff06a

Browse files
committed
release: v1.0.6
Signed-off-by: Eloi DEMOLIS <[email protected]>
1 parent a81c50e commit c5ff06a

File tree

7 files changed

+17
-15
lines changed

7 files changed

+17
-15
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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.5"
8+
version = "1.0.6"
99
license = "AGPL-3.0"
1010
authors = [
1111
"Geoffroy Couprie <[email protected]>",
@@ -34,8 +34,8 @@ tempfile = "^3.13.0"
3434
termion = "^4.0.3"
3535
thiserror = "^2.0.3"
3636

37-
sozu-command-lib = { path = "../command", version = "^1.0.5" }
38-
sozu-lib = { path = "../lib", version = "^1.0.5" }
37+
sozu-command-lib = { path = "../command", version = "^1.0.6" }
38+
sozu-lib = { path = "../lib", version = "^1.0.6" }
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.5"
8+
version = "1.0.6"
99
license = "LGPL-3.0"
1010
authors = [
1111
"Geoffroy Couprie <[email protected]>",

e2e/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sozu-e2e"
3-
version = "1.0.5"
3+
version = "1.0.6"
44
rust-version = "1.80.0"
55
edition = "2021"
66

@@ -14,5 +14,5 @@ rustls = { version = "^0.21.10", features = ["dangerous_configuration"] }
1414
time = "^0.3.36"
1515
tokio = { version = "1.40.0", features = ["net", "rt-multi-thread"] }
1616

17-
sozu-command-lib = { path = "../command", version = "^1.0.5" }
18-
sozu-lib = { path = "../lib", version = "^1.0.5" }
17+
sozu-command-lib = { path = "../command", version = "^1.0.6" }
18+
sozu-lib = { path = "../lib", version = "^1.0.6" }

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.5"
8+
version = "1.0.6"
99
license = "AGPL-3.0"
1010
authors = [
1111
"Clément Delafargue <[email protected]>",
@@ -51,7 +51,7 @@ socket2 = { version = "^0.5.7", features = ["all"] }
5151
thiserror = "^2.0.3"
5252
time = "^0.3.36"
5353

54-
sozu-command-lib = { path = "../command", version = "^1.0.5" }
54+
sozu-command-lib = { path = "../command", version = "^1.0.6" }
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=1.0.5
4+
pkgver=1.0.6
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: 1.0.5
9+
Version: 1.0.6
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+
* Thu Dec 05 2024 Eloi Démolis <[email protected]>
108+
- release 1.0.6
107109
* Mon Oct 14 2024 Florentin Dubois <[email protected]>
108110
- release 1.0.5
109111
* Thu Jul 25 2024 Emmanuel Bosquet <[email protected]>

0 commit comments

Comments
 (0)