Skip to content

Commit fa183fb

Browse files
chore(main): release 8.0.0 (#263)
* chore(main): release 8.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 6a030da commit fa183fb

File tree

3 files changed

+15
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [8.0.0](https://github.com/Flagsmith/flagsmith-engine/compare/v7.0.1...v8.0.0) (2025-10-10)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
- Use new `EvaluationResult`, updated test data ([#261](https://github.com/Flagsmith/flagsmith-engine/issues/261))
8+
9+
### Features
10+
11+
- Support segment metadata ([#264](https://github.com/Flagsmith/flagsmith-engine/issues/264))
12+
([6a030da](https://github.com/Flagsmith/flagsmith-engine/commit/6a030da1088efb597c3fb9197d9f9cc01dd5df4c))
13+
- Use new `EvaluationResult`, updated test data ([#261](https://github.com/Flagsmith/flagsmith-engine/issues/261))
14+
([8eaa386](https://github.com/Flagsmith/flagsmith-engine/commit/8eaa386b43260b789765338bafeff219a4be33df))
15+
316
## [7.0.1](https://github.com/Flagsmith/flagsmith-engine/compare/v7.0.0...v7.0.1) (2025-09-11)
417

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

0 commit comments

Comments
 (0)