diff --git a/CHANGELOG.md b/CHANGELOG.md index ed4c473..1e68298 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-20) + + +### 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 0638fdf..e2e7e65 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 = "MIT OR Apache-2.0" description = "CLI for Source Cooperative — OIDC login and STS credential exchange"