From 5c9f84c5df0751f21d6563fee12798de436293fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 14:35:11 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 2 +- atrium-cli/CHANGELOG.md | 5 +++++ atrium-cli/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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