diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 98efb1b..2783621 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.9" + ".": "0.7.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 80feae9..4dc5009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.10](https://github.com/OpenRailAssociation/github-org-manager/compare/v0.7.9...v0.7.10) (2026-05-19) + + +### ⚙️ Chores + +* **deps:** update zizmorcore/zizmor-action action to v0.5.6 ([#203](https://github.com/OpenRailAssociation/github-org-manager/issues/203)) ([78a9bb1](https://github.com/OpenRailAssociation/github-org-manager/commit/78a9bb179ee278ad3490fd302a843f433a256733)) + ## [0.7.9](https://github.com/OpenRailAssociation/github-org-manager/compare/v0.7.8...v0.7.9) (2026-05-19) diff --git a/pyproject.toml b/pyproject.toml index 8acddc0..83219b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "github-org-manager" -version = "0.7.9" +version = "0.7.10" 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 50462cd..898d319 100644 --- a/uv.lock +++ b/uv.lock @@ -269,7 +269,7 @@ wheels = [ [[package]] name = "github-org-manager" -version = "0.7.9" +version = "0.7.10" source = { editable = "." } dependencies = [ { name = "jsonschema" },