From 80a45cd59510d5276ea08b8832a419e87bcd4595 Mon Sep 17 00:00:00 2001 From: Andrew Woodlee Date: Sat, 1 Mar 2025 01:57:51 -0600 Subject: [PATCH] v0.9.1 --- .changes/unreleased/Changed-20250301-015538.yaml | 3 --- .changes/v0.9.1.md | 3 +++ CHANGELOG.md | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 .changes/unreleased/Changed-20250301-015538.yaml create mode 100644 .changes/v0.9.1.md diff --git a/.changes/unreleased/Changed-20250301-015538.yaml b/.changes/unreleased/Changed-20250301-015538.yaml deleted file mode 100644 index 5a6dbbb..0000000 --- a/.changes/unreleased/Changed-20250301-015538.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Changed -body: Use EnvVar AWS_PROFILE to get S3 profile -time: 2025-03-01T01:55:38.347390646-06:00 diff --git a/.changes/v0.9.1.md b/.changes/v0.9.1.md new file mode 100644 index 0000000..1091616 --- /dev/null +++ b/.changes/v0.9.1.md @@ -0,0 +1,3 @@ +## v0.9.1 - 2025-03-01 +### Changed +* Use EnvVar AWS_PROFILE to get S3 profile diff --git a/CHANGELOG.md b/CHANGELOG.md index 9637bd0..c2dbe08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v0.9.1 - 2025-03-01 +### Changed +* Use EnvVar AWS_PROFILE to get S3 profile + ## v0.9.0 - 2025-02-28 ### Added * `list` command with subcommands `cmds` and `lists`