Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "10.0.0"
".": "10.0.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [10.0.1](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.0...v10.0.1) (2025-10-28)


### Bug Fixes

* Implicit identity key not supported for % Split operator ([#276](https://github.com/Flagsmith/flagsmith-engine/issues/276)) ([4d0fa9a](https://github.com/Flagsmith/flagsmith-engine/commit/4d0fa9ad2834501c459bbb29aab33a592b46ea94))

## [10.0.0](https://github.com/Flagsmith/flagsmith-engine/compare/v9.1.0...v10.0.0) (2025-10-24)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="flagsmith-flag-engine",
version="10.0.0",
version="10.0.1",
author="Flagsmith",
author_email="support@flagsmith.com",
packages=find_packages(include=["flag_engine", "flag_engine.*"]),
Expand Down