diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2783621..7eea51c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.10" + ".": "0.7.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f05043..98fdc9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.11](https://github.com/OpenRailAssociation/github-org-manager/compare/v0.7.10...v0.7.11) (2026-06-15) + + +### ⚙️ Chores + +* **deps:** lock file maintenance ([#208](https://github.com/OpenRailAssociation/github-org-manager/issues/208)) ([2a956c0](https://github.com/OpenRailAssociation/github-org-manager/commit/2a956c0f92a6adcf49a043ec1d373ec67f34be55)) + ## [0.7.10](https://github.com/OpenRailAssociation/github-org-manager/compare/v0.7.9...v0.7.10) (2026-06-08) diff --git a/pyproject.toml b/pyproject.toml index 83219b7..2ba7b01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "github-org-manager" -version = "0.7.10" +version = "0.7.11" 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 96630b5..e4021f4 100644 --- a/uv.lock +++ b/uv.lock @@ -270,7 +270,7 @@ wheels = [ [[package]] name = "github-org-manager" -version = "0.7.10" +version = "0.7.11" source = { editable = "." } dependencies = [ { name = "jsonschema" },