From 5415e6e2c32c5ee5df3fe29d3c5f10a177a91790 Mon Sep 17 00:00:00 2001 From: "source-release-bot[bot]" <265100246+source-release-bot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 06:51:14 +0000 Subject: [PATCH] chore(main): release 0.1.1 --- 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 f8e4267..69407e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/source-cooperative/source-coop-cli/compare/v0.1.0...v0.1.1) (2026-03-06) + + +### Bug Fixes + +* rename formula to avoid conflicts ([53982ac](https://github.com/source-cooperative/source-coop-cli/commit/53982ac50ea0a823fbea62e0754d990d287e1f50)) + ## 0.1.0 (2026-03-05) diff --git a/Cargo.lock b/Cargo.lock index cbc0b21..daf7365 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1306,7 +1306,7 @@ dependencies = [ [[package]] name = "source-coop-cli" -version = "0.1.0" +version = "0.1.1" dependencies = [ "base64", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 39ac4df..1a3d3ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "source-coop-cli" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT OR Apache-2.0" description = "CLI for Source Cooperative — OIDC login and STS credential exchange"