diff --git a/CHANGELOG.md b/CHANGELOG.md index 27a7a5c..406ad20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,3 +11,7 @@ - Bump dependency versions - Allow selecting an http stack - Remove the cargo template binary + +## v0.6.0 + +- Bump dependency versions diff --git a/Cargo.lock b/Cargo.lock index d72751e..ff0b881 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -197,7 +197,7 @@ dependencies = [ [[package]] name = "darwin-v7" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 5c1ec87..d5b8b90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "darwin-v7" -version = "0.5.0" +version = "0.6.0" edition = "2021" license = "MIT" description = "Unofficial rust client for the [V7 annotation platform](https://darwin.v7labs.com/)"