-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Florentin Dubois <[email protected]>
- Loading branch information
1 parent
8d89733
commit 17e1148
Showing
7 changed files
with
16 additions
and
14 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>", | ||
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>", | ||
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -104,6 +104,8 @@ semodule -r %{name} | |
%license LICENSE | ||
|
||
%changelog | ||
* Tue Apr 16 2024 Florentin Dubois <[email protected]> | ||
- release 1.0.0 | ||
* Fri Apr 5 2024 Florentin Dubois <[email protected]> | ||
- release 1.0.0-rc.2 | ||
* Tue Mar 19 2024 Florentin Dubois <[email protected]> | ||
|