Skip to content

Commit 42f6374

Browse files
committed
chore(main): release 9.0.0
1 parent 8e790b2 commit 42f6374

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-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-
".": "8.0.0"
2+
".": "9.0.0"
33
}

CHANGELOG.md

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

3+
## [9.0.0](https://github.com/Flagsmith/flagsmith-engine/compare/v8.0.0...v9.0.0) (2025-10-16)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Use `FeatureValue.priority` for multivariate evaluations ([#268](https://github.com/Flagsmith/flagsmith-engine/issues/268))
9+
10+
### Features
11+
12+
* Generic segment metadata ([#265](https://github.com/Flagsmith/flagsmith-engine/issues/265)) ([8ea7f68](https://github.com/Flagsmith/flagsmith-engine/commit/8ea7f6811e9cf2ce56b47fafb7d26673b5af0629))
13+
* Use `FeatureValue.priority` for multivariate evaluations ([#268](https://github.com/Flagsmith/flagsmith-engine/issues/268)) ([8e790b2](https://github.com/Flagsmith/flagsmith-engine/commit/8e790b24cd31ee0513f52b9066565887d287b902))
14+
15+
16+
### Bug Fixes
17+
18+
* `$.`-prefixed traits are not prioritised over valid JSONPaths ([#266](https://github.com/Flagsmith/flagsmith-engine/issues/266)) ([789d737](https://github.com/Flagsmith/flagsmith-engine/commit/789d737de3c6ec9594632ccbada5c96e8622785b))
19+
320
## [8.0.0](https://github.com/Flagsmith/flagsmith-engine/compare/v7.0.1...v8.0.0) (2025-10-10)
421

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

0 commit comments

Comments
 (0)