Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Florentin Dubois <florentin.dubois@clever-cloud.com>
  • Loading branch information
FlorentinDUBOIS committed Apr 16, 2024
1 parent 8d89733 commit 17e1148
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 14 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 = "1.0.0-rc.2"
version = "1.0.0"
license = "AGPL-3.0"
authors = [
"Geoffroy Couprie <geo.couprie@gmail.com>",
Expand Down Expand Up @@ -35,8 +35,8 @@ tempfile = "^3.10.1"
termion = "^3.0.0"
thiserror = "^1.0.58"

sozu-command-lib = { path = "../command", version = "^1.0.0-rc.2" }
sozu-lib = { path = "../lib", version = "^1.0.0-rc.2" }
sozu-command-lib = { path = "../command", version = "^1.0.0" }
sozu-lib = { path = "../lib", version = "^1.0.0" }

[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 = "1.0.0-rc.2"
version = "1.0.0"
license = "LGPL-3.0"
authors = [
"Geoffroy Couprie <geo.couprie@gmail.com>",
Expand Down
4 changes: 2 additions & 2 deletions e2e/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sozu-e2e"
version = "0.15.19"
version = "1.0.0"
rust-version = "1.74.0"
edition = "2021"

Expand All @@ -15,4 +15,4 @@ time = "^0.3.36"
tokio = { version = "1.37.0", features = ["net", "rt-multi-thread"] }

sozu-command-lib = { path = "../command", version = "^1.0.0-rc.2" }
sozu-lib = { path = "../lib", version = "^1.0.0-rc.2" }
sozu-lib = { path = "../lib", version = "^1.0.0" }
4 changes: 2 additions & 2 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 = "1.0.0-rc.2"
version = "1.0.0"
license = "AGPL-3.0"
authors = [
"Clément Delafargue <clement@delafargue.name>",
Expand Down Expand Up @@ -52,7 +52,7 @@ thiserror = "^1.0.58"
time = "^0.3.34"
once_cell = "1.19.0"

sozu-command-lib = { path = "../command", version = "^1.0.0-rc.2" }
sozu-command-lib = { path = "../command", version = "^1.0.0" }

[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=1.0.0-rc.2
pkgver=1.0.0
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: 1.0.0-rc.2
Version: 1.0.0
Release: 1%{?dist}
Epoch: 1
License: AGPL-3.0
Expand Down Expand Up @@ -104,6 +104,8 @@ semodule -r %{name}
%license LICENSE

%changelog
* Tue Apr 16 2024 Florentin Dubois <florentin.dubois@clever-cloud.com>
- release 1.0.0
* Fri Apr 5 2024 Florentin Dubois <florentin.dubois@clever-cloud.com>
- release 1.0.0-rc.2
* Tue Mar 19 2024 Florentin Dubois <florentin.dubois@clever-cloud.com>
Expand Down

0 comments on commit 17e1148

Please sign in to comment.