diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9abf567..ac49165 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.3.0" + ".": "3.4.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0427d39..f303da9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ +## [3.4.0](https://github.com/Flagsmith/flagsmith-common/compare/v3.3.0...v3.4.0) (2026-03-12) + + +### CI + +* pre-commit autoupdate ([#165](https://github.com/Flagsmith/flagsmith-common/issues/165)) ([2b1a0dc](https://github.com/Flagsmith/flagsmith-common/commit/2b1a0dc348b20af364d4abd867d51cadd913307d)) +* pre-commit autoupdate ([#167](https://github.com/Flagsmith/flagsmith-common/issues/167)) ([589294b](https://github.com/Flagsmith/flagsmith-common/commit/589294b044a93d1b48ec9bf275abeb613e9124df)) + + +### Dependency Updates + +* update dependency django to v5.2.11 [security] ([#168](https://github.com/Flagsmith/flagsmith-common/issues/168)) ([c71c67a](https://github.com/Flagsmith/flagsmith-common/commit/c71c67a0741fe1679a13cd5f349801c23c1da74b)) +* update dependency django to v5.2.12 [security] ([#175](https://github.com/Flagsmith/flagsmith-common/issues/175)) ([8535029](https://github.com/Flagsmith/flagsmith-common/commit/85350293e32b7701f8d265dd9a7f8ea6e3f60dcf)) + + +### Docs + +* Clarify `allow_client_traits` behaviour ([#173](https://github.com/Flagsmith/flagsmith-common/issues/173)) ([c591ade](https://github.com/Flagsmith/flagsmith-common/commit/c591ade482ab02017bc094a99f8cfa3504383b59)) + + +### Features + +* Add `flagsmith-lint-tests` and fix all violations ([#178](https://github.com/Flagsmith/flagsmith-common/issues/178)) ([d043589](https://github.com/Flagsmith/flagsmith-common/commit/d04358910b4858ddd44cab1c2e8712d5a413ac16)) +* Add created_date to EnvironmentV2IdentityOverride ([#177](https://github.com/Flagsmith/flagsmith-common/issues/177)) ([6087134](https://github.com/Flagsmith/flagsmith-common/commit/60871347d0a27dc24fa93324e7a06fa2abcf7ca1)) + ## [3.3.0](https://github.com/Flagsmith/flagsmith-common/compare/v3.2.1...v3.3.0) (2026-01-20) diff --git a/pyproject.toml b/pyproject.toml index 0cbc8bb..911f364 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "flagsmith-common" -version = "3.3.0" +version = "3.4.0" description = "Flagsmith's common library" requires-python = ">=3.11,<4.0" dependencies = [] diff --git a/uv.lock b/uv.lock index a68240a..11c16d1 100644 --- a/uv.lock +++ b/uv.lock @@ -440,7 +440,7 @@ wheels = [ [[package]] name = "flagsmith-common" -version = "3.3.0" +version = "3.4.0" source = { editable = "." } [package.optional-dependencies]