Skip to content

Commit 38c6673

Browse files
chore(main): release 10.0.0 (#273)
* chore(main): release 10.0.0 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a4826f8 commit 38c6673

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-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-
".": "9.1.0"
2+
".": "10.0.0"
33
}

CHANGELOG.md

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

3+
## [10.0.0](https://github.com/Flagsmith/flagsmith-engine/compare/v9.1.0...v10.0.0) (2025-10-24)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
- Remove `FeatureContext.feature_key`, `SegmentResult.key`
8+
([#272](https://github.com/Flagsmith/flagsmith-engine/issues/272))
9+
10+
### Features
11+
12+
- Remove `FeatureContext.feature_key`, `SegmentResult.key`
13+
([#272](https://github.com/Flagsmith/flagsmith-engine/issues/272))
14+
([4004b6b](https://github.com/Flagsmith/flagsmith-engine/commit/4004b6bcb8f7c4d11cd2c14dad26d419da8c7425))
15+
- Support implicit `IdentityContext.key` ([#274](https://github.com/Flagsmith/flagsmith-engine/issues/274))
16+
([a4826f8](https://github.com/Flagsmith/flagsmith-engine/commit/a4826f8e3333ad26bcbd53e267127fe370ca917b))
17+
318
## [9.1.0](https://github.com/Flagsmith/flagsmith-engine/compare/v9.0.0...v9.1.0) (2025-10-16)
419

520
### Features

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

0 commit comments

Comments
 (0)