Skip to content

Commit 38e1266

Browse files
release: v0.13.0
Signed-off-by: Florentin Dubois <florentin.dubois@clever-cloud.com>
1 parent ada60a9 commit 38e1266

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.12.0"
4+
version = "0.13.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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.12.0"
6+
version = "0.13.0"
77
edition = "2024"
88

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

0 commit comments

Comments
 (0)