From 54f5b5fbde648628f08b9862f14093ea3267bb45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 02:09:29 +0000 Subject: [PATCH] chore(main): release orgctl 0.1.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/orgctl/__init__.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a915e8c..001eb2c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 15eca3e..67ccb94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ workflow is active (see `.github/workflows/release-please.yml`) — it opens a PR that moves these into a versioned section on each release. Until the first tag exists, this file is maintained by hand. +## [0.1.2](https://github.com/DustyStudy/aws-orgctl/compare/orgctl-v0.1.1...orgctl-v0.1.2) (2026-09-18) + + +### Documentation + +* remove stale badge-visibility note from README ([#15](https://github.com/DustyStudy/aws-orgctl/issues/15)) ([2484952](https://github.com/DustyStudy/aws-orgctl/commit/248495219670da10f9e99df7d2f88e1b0f99a14e)) + ## [0.1.1](https://github.com/DustyStudy/aws-orgctl/compare/orgctl-v0.1.0...orgctl-v0.1.1) (2026-09-06) diff --git a/pyproject.toml b/pyproject.toml index 629d0d0..5803b2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "orgctl" -version = "0.1.1" +version = "0.1.2" description = "Ephemeral AWS multi-account credential manager built on IAM Identity Center (SSO) — no long-lived keys, no key exports." readme = "README.md" requires-python = ">=3.11" diff --git a/src/orgctl/__init__.py b/src/orgctl/__init__.py index c84ec10..518abb9 100644 --- a/src/orgctl/__init__.py +++ b/src/orgctl/__init__.py @@ -5,4 +5,4 @@ the account/role/session the user explicitly requests. """ -__version__ = "0.1.1" +__version__ = "0.1.2"