From 665b0a4a3492c3791a0231d5d019ff7348e435b2 Mon Sep 17 00:00:00 2001 From: Florentin Dubois Date: Tue, 26 Oct 2021 16:09:01 +0200 Subject: [PATCH] Release v0.5.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c7d6f68..f61076f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clevercloud-sdk" description = "A rust client and structures to interact with the Clever-Cloud API." -version = "0.4.0" +version = "0.5.0" edition = "2021" authors = ["Florentin Dubois "] license-file = "LICENSE" diff --git a/README.md b/README.md index b662d80..90d7678 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This crate is under development, you can use it, but it may have bugs or unimple To install this dependency, just add the following line to your `Cargo.toml` manifest. ```toml -clevercloud-sdk = { version = "^0.4.0", features = ["metrics", "jsonschemas"] } +clevercloud-sdk = { version = "^0.5.0", features = ["metrics", "jsonschemas"] } ``` ## Usage