From 433d1825ee83cb3ac7f9589e1068742d8765f353 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 Dec 2023 03:01:09 -0800 Subject: [PATCH] chore(main): release 0.3.7 (#13) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3238983..10b32a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.7](https://github.com/env-store/rusty-cli/compare/v0.3.6...v0.3.7) (2023-12-30) + + +### Bug Fixes + +* binary name ([7aa48f8](https://github.com/env-store/rusty-cli/commit/7aa48f8b1d5726ba77ab89c573ca64de2636dd19)) + ## [0.3.6](https://github.com/env-store/rusty-cli/compare/v0.3.5...v0.3.6) (2023-12-30) diff --git a/Cargo.lock b/Cargo.lock index c2bce40..b1ab9de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -752,7 +752,7 @@ dependencies = [ [[package]] name = "envx" -version = "0.3.6" +version = "0.3.7" dependencies = [ "anyhow", "base64 0.21.0", diff --git a/Cargo.toml b/Cargo.toml index d3bac3e..047e841 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "envx" -version = "0.3.6" +version = "0.3.7" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html