From 6dcbc9295adea1a7eed75f111ca1f54a1d5dd84d Mon Sep 17 00:00:00 2001 From: Sorah Fukumori Date: Thu, 6 Feb 2025 04:03:27 +0900 Subject: [PATCH] releng 0.7.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dd36280..393b13b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1432,7 +1432,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "mairu" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anyhow", "async-recursion", diff --git a/Cargo.toml b/Cargo.toml index d8d477f..43893bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mairu" -version = "0.6.0" +version = "0.7.0" authors = ["Sorah Fukumori "] description = "on-memory AWS credentials agent and executor" keywords = ["aws", "security", "cli"] diff --git a/README.md b/README.md index 1ddbf0f..c4f0be6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ By using as a executor, you can seamlessly switch between IAM roles per-project ## Installation * __Cargo:__ `cargo install --locked mairu` (recommended) -* __Binaries:__ Binaries for Linux and macOS are available at https://github.com/sorah/mairu/releases +* __Binary:__ Binaries for Linux and macOS are available at https://github.com/sorah/mairu/releases +* __Arch Linux AUR:__ https://aur.archlinux.org/packages/mairu ## Quick Introduction