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..b10725f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.7.12](https://github.com/OpenRailAssociation/github-org-manager/compare/v0.7.11...v0.7.12) (2026-07-08) + + +### ⚙️ 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:** lock file maintenance ([#216](https://github.com/OpenRailAssociation/github-org-manager/issues/216)) ([4a14d44](https://github.com/OpenRailAssociation/github-org-manager/commit/4a14d443004266c66c7ef671361487947426344f)) +* **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 astral-sh/setup-uv action to v8.3.0 ([#217](https://github.com/OpenRailAssociation/github-org-manager/issues/217)) ([2a341f0](https://github.com/OpenRailAssociation/github-org-manager/commit/2a341f04edb5878e6ca5c3a8b16c9a7286d06132)) +* **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 bd7b94d..9a8b3c1 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" },