Skip to content

Commit

Permalink
release: v0.15.3
Browse files Browse the repository at this point in the history
Signed-off-by: Florentin Dubois <[email protected]>
  • Loading branch information
FlorentinDUBOIS committed Aug 9, 2023
1 parent b80c7e8 commit 8a5fb9a
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 17 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository = "https://github.com/sozu-proxy/sozu"
readme = "README.md"
documentation = "https://docs.rs/sozu"
homepage = "https://sozu.io"
version = "0.15.2"
version = "0.15.3"
license = "AGPL-3.0"
authors = [
"Geoffroy Couprie <[email protected]>",
Expand Down Expand Up @@ -50,8 +50,8 @@ tempfile = "^3.7.1"
termion = "^2.0.1"
x509-parser = "^0.15.1"

sozu-command-lib = { path = "../command", version = "^0.15.2" }
sozu-lib = { path = "../lib", version = "^0.15.2" }
sozu-command-lib = { path = "../command", version = "^0.15.3" }
sozu-lib = { path = "../lib", version = "^0.15.3" }

[target.'cfg(target_os="linux")'.dependencies]
num_cpus = "^1.16.0"
Expand Down
2 changes: 1 addition & 1 deletion command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "0.15.2"
version = "0.15.3"
license = "LGPL-3.0"
authors = [
"Geoffroy Couprie <[email protected]>",
Expand Down
8 changes: 4 additions & 4 deletions e2e/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sozu-e2e"
version = "0.15.2"
rust-version = "1.66.1"
version = "0.15.3"
rust-version = "1.67.0"
edition = "2021"

[dependencies]
Expand All @@ -17,5 +17,5 @@ slab = "^0.4.8"
time = "^0.3.25"
tokio = { version = "1.29.1", features = ["net", "rt-multi-thread"] }

sozu-command-lib = { path = "../command", version = "^0.15.2" }
sozu-lib = { path = "../lib", version = "^0.15.2" }
sozu-command-lib = { path = "../command", version = "^0.15.3" }
sozu-lib = { path = "../lib", version = "^0.15.3" }
6 changes: 3 additions & 3 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "0.15.2"
version = "0.15.3"
license = "AGPL-3.0"
authors = [
"Clément Delafargue <[email protected]>",
Expand All @@ -16,7 +16,7 @@ authors = [
]
categories = ["network-programming"]
edition = "2021"
rust-version = "1.66.1"
rust-version = "1.67.0"
include = [
"./README.md",
"Cargo.toml",
Expand Down Expand Up @@ -59,7 +59,7 @@ url = "^2.4.0"
webpki = "^0.22.0"
x509-parser = "^0.15.1"

sozu-command-lib = { path = "../command", version = "^0.15.2" }
sozu-command-lib = { path = "../command", version = "^0.15.3" }

[dev-dependencies]
quickcheck = "^1.0.3"
Expand Down
2 changes: 1 addition & 1 deletion os-build/archlinux/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Jan-Erik Rediger <badboy at archlinux dot us>

pkgname=sozu-git
pkgver=0.15.1
pkgver=0.15.3
pkgrel=1
pkgdesc="HTTP reverse proxy, configurable at runtime, fast and safe, built in Rust"
arch=('i686' 'x86_64')
Expand Down
4 changes: 3 additions & 1 deletion os-build/linux-rpm/sozu.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Summary: A lightweight, fast, always-up reverse proxy server.
Name: sozu
Version: 0.15.1
Version: 0.15.3
Release: 1%{?dist}
Epoch: 1
License: AGPL-3.0
Expand Down Expand Up @@ -104,6 +104,8 @@ semodule -r %{name}
%license LICENSE

%changelog
* Wed Aug 09 2023 Florentin Dubois <[email protected]>
- release 0.15.3
* Tue Jul 11 2023 Florentin Dubois <[email protected]>
- release 0.15.1
* Mon May 22 2023 Florentin Dubois <[email protected]>
Expand Down

0 comments on commit 8a5fb9a

Please sign in to comment.