diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b08b690..519eaaf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.7" + ".": "3.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index be37af6..060ce87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ +## [3.0.0](https://github.com/Flagsmith/flagsmith-common/compare/v2.2.7...v3.0.0) (2025-12-12) + + +### ⚠ BREAKING CHANGES + +* Move to uv, add Renovate configuration ([#131](https://github.com/Flagsmith/flagsmith-common/issues/131)) + +### CI + +* Move to uv, add Renovate configuration ([#131](https://github.com/Flagsmith/flagsmith-common/issues/131)) ([4ba7c46](https://github.com/Flagsmith/flagsmith-common/commit/4ba7c46a76bfe471282f36d968ef724aad7d4e9b)) +* pre-commit autoupdate ([#125](https://github.com/Flagsmith/flagsmith-common/issues/125)) ([8586918](https://github.com/Flagsmith/flagsmith-common/commit/85869180be3809570d4924afcc06831c7ecc0585)) +* pre-commit autoupdate ([#127](https://github.com/Flagsmith/flagsmith-common/issues/127)) ([47bf486](https://github.com/Flagsmith/flagsmith-common/commit/47bf4868e9f55827b3af3c36b699e61cb5000ae1)) + + +### Dependency Updates + +* **ci:** update actions/checkout action to v6 ([#133](https://github.com/Flagsmith/flagsmith-common/issues/133)) ([9935082](https://github.com/Flagsmith/flagsmith-common/commit/99350825d6a491cc3f51058dbb35ef1c7a91e8de)) +* **ci:** update amannn/action-semantic-pull-request action to v6 ([#135](https://github.com/Flagsmith/flagsmith-common/issues/135)) ([c831ba0](https://github.com/Flagsmith/flagsmith-common/commit/c831ba0c0a7774790d258ce80676f70c5c9214e6)) +* **ci:** update postgres docker tag to v15.15 ([#132](https://github.com/Flagsmith/flagsmith-common/issues/132)) ([464c4ac](https://github.com/Flagsmith/flagsmith-common/commit/464c4ac4a297c9f26bb3dacbf31498a402bab035)) + ## [2.2.7](https://github.com/Flagsmith/flagsmith-common/compare/v2.2.6...v2.2.7) (2025-11-12) diff --git a/pyproject.toml b/pyproject.toml index 203ba84..31c920a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "flagsmith-common" -version = "2.2.7" +version = "3.0.0" description = "Flagsmith's common library" requires-python = ">=3.11,<4.0" dependencies = []