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..9be9acc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.7.14](https://github.com/OpenRailAssociation/github-org-manager/compare/v0.7.13...v0.7.14) (2026-09-16) + + +### 🔥 Bug Fixes + +* correctly handle team members even if they are child team members ([#238](https://github.com/OpenRailAssociation/github-org-manager/issues/238)) ([8932e38](https://github.com/OpenRailAssociation/github-org-manager/commit/8932e389fc59f34f78eba5230c7498018851ce38)) +* **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" },