From 79a81ace813caf843ae4325374446fe2a974a8cb Mon Sep 17 00:00:00 2001 From: "openrail-releaser[bot]" <277503922+openrail-releaser[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 13:56:55 +0000 Subject: [PATCH] chore(main): release 0.7.14 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 10 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..8723447 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.14](https://github.com/OpenRailAssociation/github-org-manager/compare/v0.7.13...v0.7.14) (2026-09-03) + + +### ⚙️ Chores + +* **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)) + ## [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 3f0b804..7acc460 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 130b902..9429bd1 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" },