Skip to content

Commit

Permalink
release: v1.1.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Bosquet committed Oct 21, 2024
1 parent 2ea551e commit e45580b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "sozu-prometheus-connector"
description = "This application retrieve internals metrics of Sōzu and format them into prometheus"
homepage = "https://github.com/CleverCloud/sozu-prometheus-connector"
documentation = "https://github.com/CleverCloud/sozu-prometheus-connector/blob/main/README.md"
version = "0.2.2-rc.1"
version = "1.1.0-rc.0"
rust-version = "1.80.0"
edition = "2021"
license-file = "LICENSE"
Expand All @@ -22,7 +22,7 @@ serde = { version = "^1.0.195", features = ["derive"] }
serde_json = "^1.0.111"
sentry = { version = "^0.34.0", default-features = false, features = ["backtrace", "contexts", "panic", "reqwest", "rustls"] }
sentry-tracing = "^0.34.0"
sozu-client = "0.4.2-rc.1"
sozu-client = "1.1.0-rc.1"
sozu-command-lib = "1.1.0-rc.1"
thiserror = "^1.0.56"
tokio = { version = "^1.35.1", features = ["macros", "rt", "signal"] }
Expand Down

0 comments on commit e45580b

Please sign in to comment.