From d0c658b6e226038e45c72df71c2b74980b78ff97 Mon Sep 17 00:00:00 2001 From: "openrail-releaser[bot]" <277503922+openrail-releaser[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 07:09:31 +0000 Subject: [PATCH] chore(main): release 0.7.13 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4ac26cd..5ecd0cb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.12" + ".": "0.7.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 57cd8e5..263bf2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.7.13](https://github.com/OpenRailAssociation/github-org-manager/compare/v0.7.12...v0.7.13) (2026-09-02) + + +### 🔥 Bug Fixes + +* skip null collaborator entries in GraphQL response ([#246](https://github.com/OpenRailAssociation/github-org-manager/issues/246)) ([d8731f7](https://github.com/OpenRailAssociation/github-org-manager/commit/d8731f7db7b63570e427a338095621fcb019e882)) + + +### ⚙️ Chores + +* **deps:** lock file maintenance ([#243](https://github.com/OpenRailAssociation/github-org-manager/issues/243)) ([257b276](https://github.com/OpenRailAssociation/github-org-manager/commit/257b276c600da5e0c24e8af6b0a20fafdeeabaeb)) +* **deps:** lock file maintenance ([#245](https://github.com/OpenRailAssociation/github-org-manager/issues/245)) ([1bcc74b](https://github.com/OpenRailAssociation/github-org-manager/commit/1bcc74bd71db33a0fb71f6ea363a0e120f5fd0c1)) +* **deps:** update astral-sh/setup-uv action to v10 ([#242](https://github.com/OpenRailAssociation/github-org-manager/issues/242)) ([ad5ce4f](https://github.com/OpenRailAssociation/github-org-manager/commit/ad5ce4f009ea14392ca5bdf52a32b1380fd98630)) + ## [0.7.12](https://github.com/OpenRailAssociation/github-org-manager/compare/v0.7.11...v0.7.12) (2026-08-10) diff --git a/pyproject.toml b/pyproject.toml index 8670969..3f0b804 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "github-org-manager" -version = "0.7.12" +version = "0.7.13" 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 9843b6e..130b902 100644 --- a/uv.lock +++ b/uv.lock @@ -356,7 +356,7 @@ wheels = [ [[package]] name = "github-org-manager" -version = "0.7.12" +version = "0.7.13" source = { editable = "." } dependencies = [ { name = "jsonschema" },