Skip to content

Commit d6a8787

Browse files
chore(main): release 10.0.4 (#291)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1d8b273 commit d6a8787

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "10.0.3"
2+
".": "10.0.4"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [10.0.4](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.3...v10.0.4) (2026-04-24)
4+
5+
### Performance Improvements
6+
7+
- Speed up IN segment condition evaluation ([#295](https://github.com/Flagsmith/flagsmith-engine/issues/295))
8+
([1d8b273](https://github.com/Flagsmith/flagsmith-engine/commit/1d8b2731fe4d10cf11c47a4726664c3bd82c2807))
9+
10+
### Other
11+
12+
- Remove amannn/action-semantic-pull-request workflow ([#290](https://github.com/Flagsmith/flagsmith-engine/issues/290))
13+
([6237c31](https://github.com/Flagsmith/flagsmith-engine/commit/6237c31333022bc779bce14a9ea134818d56cb0b))
14+
315
## [10.0.3](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.2...v10.0.3) (2025-11-25)
416

517
### Bug Fixes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="flagsmith-flag-engine",
5-
version="10.0.3",
5+
version="10.0.4",
66
author="Flagsmith",
77
author_email="support@flagsmith.com",
88
packages=find_packages(include=["flag_engine", "flag_engine.*"]),

0 commit comments

Comments
 (0)