Skip to content

Commit 107361d

Browse files
release: v0.15.19
Signed-off-by: Florentin Dubois <[email protected]>
1 parent 0f2c3ee commit 107361d

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-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 = "0.15.18"
8+
version = "0.15.19"
99
license = "AGPL-3.0"
1010
authors = [
1111
"Geoffroy Couprie <[email protected]>",
@@ -45,8 +45,8 @@ smol = "^1.3.0"
4545
tempfile = "^3.9.0"
4646
termion = "^3.0.0"
4747

48-
sozu-command-lib = { path = "../command", version = "^0.15.18" }
49-
sozu-lib = { path = "../lib", version = "^0.15.18" }
48+
sozu-command-lib = { path = "../command", version = "^0.15.19" }
49+
sozu-lib = { path = "../lib", version = "^0.15.19" }
5050

5151
[target.'cfg(target_os="linux")'.dependencies]
5252
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 = "0.15.18"
8+
version = "0.15.19"
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 = "0.15.18"
3+
version = "0.15.19"
44
rust-version = "1.70.0"
55
edition = "2021"
66

@@ -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.18" }
18-
sozu-lib = { path = "../lib", version = "^0.15.18" }
17+
sozu-command-lib = { path = "../command", version = "^0.15.19" }
18+
sozu-lib = { path = "../lib", version = "^0.15.19" }

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.18"
8+
version = "0.15.19"
99
license = "AGPL-3.0"
1010
authors = [
1111
"Clément Delafargue <[email protected]>",
@@ -53,7 +53,7 @@ thiserror = "^1.0.56"
5353
time = "^0.3.31"
5454
once_cell = "1.19.0"
5555

56-
sozu-command-lib = { path = "../command", version = "^0.15.18" }
56+
sozu-command-lib = { path = "../command", version = "^0.15.19" }
5757

5858
[dev-dependencies]
5959
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.18
4+
pkgver=0.15.19
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: 0.15.18
9+
Version: 0.15.19
1010
Release: 1%{?dist}
1111
Epoch: 1
1212
License: AGPL-3.0

0 commit comments

Comments
 (0)