From a19a51376a693e2236f3fe741044a81838444af0 Mon Sep 17 00:00:00 2001 From: "source-release-bot[bot]" <265100246+source-release-bot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 18:12:23 +0000 Subject: [PATCH] chore(main): release 0.3.0 --- 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 ed4c473..74dbdf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/source-cooperative/source-coop-cli/compare/v0.2.0...v0.3.0) (2026-07-30) + + +### Features + +* add aws-credentials output format for ~/.aws/credentials ([#12](https://github.com/source-cooperative/source-coop-cli/issues/12)) ([ce52df5](https://github.com/source-cooperative/source-coop-cli/commit/ce52df569c6ba33c717b19a67ebf7a9e3aba39fc)) + ## [0.2.0](https://github.com/source-cooperative/source-coop-cli/compare/v0.1.3...v0.2.0) (2026-07-03) diff --git a/Cargo.lock b/Cargo.lock index 6fcb1ab..66fce85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1306,7 +1306,7 @@ dependencies = [ [[package]] name = "source-coop-cli" -version = "0.2.0" +version = "0.3.0" dependencies = [ "base64", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 966a951..0899c51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "source-coop-cli" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "Apache-2.0" description = "CLI for Source Cooperative — OIDC login and STS credential exchange"