From c42adb4c41f75b09bcf46c8de0da6499c62daed9 Mon Sep 17 00:00:00 2001 From: Sorah Fukumori Date: Sat, 4 Nov 2023 22:31:58 +0900 Subject: [PATCH] Releng v0.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b94645..4ae9724 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -901,7 +901,7 @@ dependencies = [ [[package]] name = "needroleshere" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 994fea9..cc7aa24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "needroleshere" description = "Yet another AWS IAM Roles Anywhere helper" -version = "0.3.0" +version = "0.4.0" edition = "2021" authors = ["Sorah Fukumori "] license = "Apache-2.0"