Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentinDUBOIS committed Oct 26, 2021
1 parent 557feed commit 665b0a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <florentin.dubois@clever-cloud.com>"]
license-file = "LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 665b0a4

Please sign in to comment.