Skip to content

Commit c7d7cb8

Browse files
release: v0.15.0
Signed-off-by: Florentin Dubois <florentin.dubois@clever-cloud.com>
1 parent 239643b commit c7d7cb8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "clevercloud-sdk"
33
description = "A rust client and structures to interact with the Clever-Cloud API."
4-
version = "0.14.0"
4+
version = "0.15.0"
55
edition = "2024"
66
rust-version = "1.85.0"
77
authors = ["Florentin Dubois <florentin.dubois@clever-cloud.com>"]

examples/cleverctl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name = "cleverctl"
33
description = "A command line interface that use the clevercloud-sdk"
44
authors = ["Florentin Dubois <florentin.dubois@clever-cloud.com>"]
55
rust-version = "1.85.0"
6-
version = "0.14.0"
6+
version = "0.15.0"
77
edition = "2024"
88

99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

1111
[dependencies]
12-
clevercloud-sdk = { path = "../..", features = [
12+
clevercloud-sdk = { version = "0.15.0", path = "../..", features = [
1313
"metrics",
1414
"tracing",
1515
"jsonschemas",

0 commit comments

Comments
 (0)