diff --git a/CHANGELOG.md b/CHANGELOG.md index 817b9b8..c4c1fe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ All notable changes to this project will be documented in this file. +## 0.6.0 (2023-10-05) + +### Breaking Changes + +#### allow setting default environment variable values (#185) + +### Fixes + +#### update rust crate sha2 to 0.10.7 (#176) + +#### update rust crate tempfile to 3.6 (#170) + +#### update rust crate uuid to 1.3 (#167) + +#### update rust crate regex to 1.8 (#154) + +#### update rust crate digest to 0.10.7 (#155) + +#### update rust crate toml to 0.7.4 (#159) + +#### update rust crate thiserror to 1.0.40 (#164) + +#### update rust crate clap to 4.3 (#165) + ## 0.5.2 ### Features diff --git a/Cargo.lock b/Cargo.lock index 9d5bb64..2e6e481 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,7 +458,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hoard" -version = "0.5.2" +version = "0.6.0" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 39e5406..a66c2c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hoard" -version = "0.5.2" +version = "0.6.0" authors = ["Michael Bryant "] edition = "2021" license = "BSD-3-Clause"