From d2562660620981e791ddfbd5440221e837a03a01 Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Wed, 6 May 2026 08:36:38 +0100 Subject: [PATCH 1/2] chore(main): release 10.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ setup.py | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 848ff9f..1c36987 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.0.4" + ".": "10.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ed63e8..386346f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [10.1.0](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.4...v10.1.0) (2026-05-06) + + +### Features + +* apply rules based on the all-any type ([#313](https://github.com/Flagsmith/flagsmith-engine/issues/313)) ([f2363e3](https://github.com/Flagsmith/flagsmith-engine/commit/f2363e32f7605c98a70e3bdeef5c3b68c75f17ce)) + + +### 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..3fc488b 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="flagsmith-flag-engine", - version="10.0.4", + version="10.1.0", author="Flagsmith", author_email="support@flagsmith.com", packages=find_packages(include=["flag_engine", "flag_engine.*"]), From 0ff6a7a3e78b3458d34634b92d4b3222d5975c3c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 07:36:47 +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 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 386346f..1e9bf51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,17 @@ ## [10.1.0](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.4...v10.1.0) (2026-05-06) - ### Features -* apply rules based on the all-any type ([#313](https://github.com/Flagsmith/flagsmith-engine/issues/313)) ([f2363e3](https://github.com/Flagsmith/flagsmith-engine/commit/f2363e32f7605c98a70e3bdeef5c3b68c75f17ce)) - +- apply rules based on the all-any type ([#313](https://github.com/Flagsmith/flagsmith-engine/issues/313)) + ([f2363e3](https://github.com/Flagsmith/flagsmith-engine/commit/f2363e32f7605c98a70e3bdeef5c3b68c75f17ce)) ### 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)