From 5892d58c47202a8b34b8335310d120a2098e0977 Mon Sep 17 00:00:00 2001 From: "openrail-releaser[bot]" <277503922+openrail-releaser[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 08:38:45 +0000 Subject: [PATCH] chore(main): release 0.7.14 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5ecd0cb..8be9956 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.13" + ".": "0.7.14" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 263bf2c..877de46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.7.14](https://github.com/OpenRailAssociation/github-org-manager/compare/v0.7.13...v0.7.14) (2026-09-15) + + +### 🔥 Bug Fixes + +* **deps:** update dependency python-slugify to v9 ([#251](https://github.com/OpenRailAssociation/github-org-manager/issues/251)) ([a15f5dc](https://github.com/OpenRailAssociation/github-org-manager/commit/a15f5dc3f1e7945e62a7b45e61eb029fbf926d21)) + + +### ⚙️ Chores + +* **deps:** lock file maintenance ([#250](https://github.com/OpenRailAssociation/github-org-manager/issues/250)) ([0ba785a](https://github.com/OpenRailAssociation/github-org-manager/commit/0ba785a9d3fb04d93cec597606da0a2605fba2d4)) +* **deps:** lock file maintenance ([#254](https://github.com/OpenRailAssociation/github-org-manager/issues/254)) ([f15204a](https://github.com/OpenRailAssociation/github-org-manager/commit/f15204a18daf9946b63e5589e3ba28cf5cf93cad)) +* **deps:** update astral-sh/setup-uv action to v10.1.0 ([#253](https://github.com/OpenRailAssociation/github-org-manager/issues/253)) ([baa4d15](https://github.com/OpenRailAssociation/github-org-manager/commit/baa4d1561ececfa9e75bbf264cbf4e551d43c91f)) +* **deps:** update zizmorcore/zizmor-action action to v0.6.3 ([#248](https://github.com/OpenRailAssociation/github-org-manager/issues/248)) ([7051a03](https://github.com/OpenRailAssociation/github-org-manager/commit/7051a03614af0157f41f649f3645939778c830d5)) +* **deps:** update zizmorcore/zizmor-action action to v0.6.4 ([#252](https://github.com/OpenRailAssociation/github-org-manager/issues/252)) ([5c5a09d](https://github.com/OpenRailAssociation/github-org-manager/commit/5c5a09daed06301a1bba20d5ce98fa29fc8b0aed)) + ## [0.7.13](https://github.com/OpenRailAssociation/github-org-manager/compare/v0.7.12...v0.7.13) (2026-09-02) diff --git a/pyproject.toml b/pyproject.toml index 0791893..5978f00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "github-org-manager" -version = "0.7.13" +version = "0.7.14" description = "Manage a GitHub Organization, its teams, repository permissions, and more" authors = [{ name = "Max Mehl", email = "max.mehl@deutschebahn.com" }] requires-python = ">=3.10,<4" diff --git a/uv.lock b/uv.lock index be5c6fe..bc975d8 100644 --- a/uv.lock +++ b/uv.lock @@ -356,7 +356,7 @@ wheels = [ [[package]] name = "github-org-manager" -version = "0.7.13" +version = "0.7.14" source = { editable = "." } dependencies = [ { name = "jsonschema" },