Skip to content

Commit 8ff547f

Browse files
chore(main): release 10.0.3 (#285)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0427c04 commit 8ff547f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.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.2"
2+
".": "10.0.3"
33
}

CHANGELOG.md

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

3+
## [10.0.3](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.2...v10.0.3) (2025-11-25)
4+
5+
### Bug Fixes
6+
7+
- Exclude identities when PERCENTAGE_SPLIT trait is undefined
8+
([#284](https://github.com/Flagsmith/flagsmith-engine/issues/284))
9+
([0427c04](https://github.com/Flagsmith/flagsmith-engine/commit/0427c0483980c426a059c2b40ae5ebc0d853501c))
10+
311
## [10.0.2](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.1...v10.0.2) (2025-10-30)
412

513
### 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.2",
5+
version="10.0.3",
66
author="Flagsmith",
77
author_email="[email protected]",
88
packages=find_packages(include=["flag_engine", "flag_engine.*"]),

0 commit comments

Comments
 (0)