Skip to content

Commit 89c5f92

Browse files
authored
Merge pull request #98 from ecmwf/chore/release-0.7.0
chore(release): bump version to 0.7.0
2 parents 84211d7 + f0ac48d commit 89c5f92

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aviso-server"
3-
version = "0.6.2"
3+
version = "0.7.0"
44
edition = "2024"
55
authors = ["Samet Demir <samet.demir@ecmwf.int>",
66
"James Hawkes <james.hawkes@ecmwf.int>"]
@@ -23,7 +23,7 @@ path = "src/main.rs"
2323
name = "aviso_server"
2424

2525
[dependencies]
26-
aviso-validators = { version = "0.6.2", path = "aviso-validators", features = ["openapi"] }
26+
aviso-validators = { version = "0.7.0", path = "aviso-validators", features = ["openapi"] }
2727
actix-web = "4.13"
2828
actix-files = "0.6"
2929
utoipa = { version = "5.5", features = ["actix_extras", "chrono", "uuid"] }
@@ -56,7 +56,7 @@ tokio-util = "0.7"
5656
geo = "0.33"
5757
geo-types = "0.7"
5858
prometheus = { version = "0.14", features = ["process"] }
59-
aviso-ecpds = { version = "0.6.2", path = "aviso-ecpds", optional = true }
59+
aviso-ecpds = { version = "0.7.0", path = "aviso-ecpds", optional = true }
6060

6161
[features]
6262
default = []

aviso-ecpds/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aviso-ecpds/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aviso-ecpds"
3-
version = "0.6.2"
3+
version = "0.7.0"
44
edition = "2024"
55
description = "ECPDS destination authorization plugin for aviso-server."
66
license = "Apache-2.0"

aviso-validators/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aviso-validators/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aviso-validators"
3-
version = "0.6.2"
3+
version = "0.7.0"
44
edition = "2024"
55
description = "Validation primitives used by aviso-server for identifier and payload checks."
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)