From 42d05043c5f8022ade91ac47d4c676451c04728b Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Tue, 5 May 2026 16:33:13 +0100 Subject: [PATCH 1/2] chore(main): release 10.0.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 848ff9f..c9b13d3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.0.4" + ".": "10.0.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ed63e8..0618b09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [10.0.5](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.4...v10.0.5) (2026-05-05) + + +### CI + +* added renovate config ([#298](https://github.com/Flagsmith/flagsmith-engine/issues/298)) ([05bd5dc](https://github.com/Flagsmith/flagsmith-engine/commit/05bd5dc5eec15531a85334d6fba648a6b1125776)) +* reduce renovate watchlist ([#309](https://github.com/Flagsmith/flagsmith-engine/issues/309)) ([fae5c73](https://github.com/Flagsmith/flagsmith-engine/commit/fae5c735558dacc69c717cb6a12dca989581af07)) + ## [10.0.4](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.3...v10.0.4) (2026-04-24) ### Performance Improvements diff --git a/setup.py b/setup.py index 51b33e2..5f1bbef 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="flagsmith-flag-engine", - version="10.0.4", + version="10.0.5", author="Flagsmith", author_email="support@flagsmith.com", packages=find_packages(include=["flag_engine", "flag_engine.*"]), From 4c2a05012abe992c563e54573dc270d36169e7ce Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 15:33:23 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0618b09..83da439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,12 @@ ## [10.0.5](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.4...v10.0.5) (2026-05-05) - ### CI -* added renovate config ([#298](https://github.com/Flagsmith/flagsmith-engine/issues/298)) ([05bd5dc](https://github.com/Flagsmith/flagsmith-engine/commit/05bd5dc5eec15531a85334d6fba648a6b1125776)) -* reduce renovate watchlist ([#309](https://github.com/Flagsmith/flagsmith-engine/issues/309)) ([fae5c73](https://github.com/Flagsmith/flagsmith-engine/commit/fae5c735558dacc69c717cb6a12dca989581af07)) +- added renovate config ([#298](https://github.com/Flagsmith/flagsmith-engine/issues/298)) + ([05bd5dc](https://github.com/Flagsmith/flagsmith-engine/commit/05bd5dc5eec15531a85334d6fba648a6b1125776)) +- reduce renovate watchlist ([#309](https://github.com/Flagsmith/flagsmith-engine/issues/309)) + ([fae5c73](https://github.com/Flagsmith/flagsmith-engine/commit/fae5c735558dacc69c717cb6a12dca989581af07)) ## [10.0.4](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.3...v10.0.4) (2026-04-24)