diff --git a/Cargo.lock b/Cargo.lock index bd0257bb..677e6993 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -162,7 +162,7 @@ dependencies = [ [[package]] name = "atrium-cli" -version = "0.1.6" +version = "0.1.7" dependencies = [ "anyhow", "async-trait", diff --git a/atrium-cli/CHANGELOG.md b/atrium-cli/CHANGELOG.md index bc781b09..b0ace29b 100644 --- a/atrium-cli/CHANGELOG.md +++ b/atrium-cli/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.7](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.6...atrium-cli-v0.1.7) - 2024-03-16 + +### Other +- update Cargo.lock dependencies + ## [0.1.6](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.5...atrium-cli-v0.1.6) - 2024-03-14 ### Other diff --git a/atrium-cli/Cargo.toml b/atrium-cli/Cargo.toml index 4064b9a3..85effa3f 100644 --- a/atrium-cli/Cargo.toml +++ b/atrium-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-cli" -version = "0.1.6" +version = "0.1.7" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true