From 817e1dd1c3266ba02f76cbf4fa75e7f2b0667c72 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 07:57:35 +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 ddb4ddc..08b9400 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -150,7 +150,7 @@ dependencies = [ [[package]] name = "atrium-cli" -version = "0.1.13" +version = "0.1.14" dependencies = [ "anyhow", "async-trait", diff --git a/atrium-cli/CHANGELOG.md b/atrium-cli/CHANGELOG.md index 5d9750d..cf5efbb 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.14](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.13...atrium-cli-v0.1.14) - 2024-05-22 + +### Other +- update Cargo.lock dependencies + ## [0.1.13](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.12...atrium-cli-v0.1.13) - 2024-05-20 ### Other diff --git a/atrium-cli/Cargo.toml b/atrium-cli/Cargo.toml index add44f5..9249191 100644 --- a/atrium-cli/Cargo.toml +++ b/atrium-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-cli" -version = "0.1.13" +version = "0.1.14" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true