Skip to content

Commit 548ddf6

Browse files
authored
chore(main): release 10.0.1 (#277)
1 parent 4d0fa9a commit 548ddf6

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.0"
2+
".": "10.0.1"
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.1](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.0...v10.0.1) (2025-10-28)
4+
5+
### Bug Fixes
6+
7+
- Implicit identity key not supported for % Split operator
8+
([#276](https://github.com/Flagsmith/flagsmith-engine/issues/276))
9+
([4d0fa9a](https://github.com/Flagsmith/flagsmith-engine/commit/4d0fa9ad2834501c459bbb29aab33a592b46ea94))
10+
311
## [10.0.0](https://github.com/Flagsmith/flagsmith-engine/compare/v9.1.0...v10.0.0) (2025-10-24)
412

513
### ⚠ BREAKING CHANGES

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

0 commit comments

Comments
 (0)