diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7eea51c..4ac26cd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.11" + ".": "0.7.12" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 544adb9..9a80549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.7.12](https://github.com/OpenRailAssociation/github-org-manager/compare/v0.7.11...v0.7.12) (2026-06-29) + + +### ⚙️ Chores + +* **deps:** lock file maintenance ([#215](https://github.com/OpenRailAssociation/github-org-manager/issues/215)) ([8bae538](https://github.com/OpenRailAssociation/github-org-manager/commit/8bae5389233583ebfefd8def95a35e32dc0c15a3)) +* **deps:** update actions/setup-python action to v6.3.0 ([#214](https://github.com/OpenRailAssociation/github-org-manager/issues/214)) ([c32c5ee](https://github.com/OpenRailAssociation/github-org-manager/commit/c32c5ee61f58a8f9689a468851ae646bd5c0e38e)) +* **deps:** update github actions group ([#212](https://github.com/OpenRailAssociation/github-org-manager/issues/212)) ([0f628ba](https://github.com/OpenRailAssociation/github-org-manager/commit/0f628ba5cba973d618e6749fc212e42c40b8dff0)) + ## [0.7.11](https://github.com/OpenRailAssociation/github-org-manager/compare/v0.7.10...v0.7.11) (2026-06-22) diff --git a/pyproject.toml b/pyproject.toml index 2ba7b01..6c4ac4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "github-org-manager" -version = "0.7.11" +version = "0.7.12" 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 83e0298..b53e3c1 100644 --- a/uv.lock +++ b/uv.lock @@ -270,7 +270,7 @@ wheels = [ [[package]] name = "github-org-manager" -version = "0.7.11" +version = "0.7.12" source = { editable = "." } dependencies = [ { name = "jsonschema" },