From cca1d36a22bfea5c36c5ee7afd87ed7117e770fa Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Fri, 3 Jul 2026 15:23:33 +0100 Subject: [PATCH] chore(main): release 3.11.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a4bb7b6..85834cf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.10.1" + ".": "3.11.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d7b923e..b4b02dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## [3.11.0](https://github.com/Flagsmith/flagsmith-common/compare/v3.10.1...v3.11.0) (2026-07-03) + + +### CI + +* pre-commit autoupdate ([#241](https://github.com/Flagsmith/flagsmith-common/issues/241)) ([24736cc](https://github.com/Flagsmith/flagsmith-common/commit/24736cc0859eef32beecc117c188266bce8a8051)) + + +### Dependency Updates + +* Update pygments 2.19.2 -> 2.20.0 ([#244](https://github.com/Flagsmith/flagsmith-common/issues/244)) ([4c04ff4](https://github.com/Flagsmith/flagsmith-common/commit/4c04ff4187932a73693b0c1175a064253712fe79)) + + +### Features + +* **cli:** Composite startup verbs for the flagsmith entrypoint ([#240](https://github.com/Flagsmith/flagsmith-common/issues/240)) ([b2f15c2](https://github.com/Flagsmith/flagsmith-common/commit/b2f15c27eb11be12ee210b433644dd551dbfea5f)) + ## [3.10.1](https://github.com/Flagsmith/flagsmith-common/compare/v3.10.0...v3.10.1) (2026-06-30) diff --git a/pyproject.toml b/pyproject.toml index 5832f55..89a2034 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "flagsmith-common" -version = "3.10.1" +version = "3.11.0" description = "Flagsmith's common library" requires-python = ">=3.11,<4.0" dependencies = [] diff --git a/uv.lock b/uv.lock index a69c325..e95e2f2 100644 --- a/uv.lock +++ b/uv.lock @@ -448,7 +448,7 @@ wheels = [ [[package]] name = "flagsmith-common" -version = "3.10.1" +version = "3.11.0" source = { editable = "." } [package.optional-dependencies]