Skip to content

Commit b4a47d7

Browse files
chore(main): release 7.0.1 (#257)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3f12e5f commit b4a47d7

File tree

3 files changed

+11
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [7.0.1](https://github.com/Flagsmith/flagsmith-engine/compare/v7.0.0...v7.0.1) (2025-09-11)
4+
5+
### Bug Fixes
6+
7+
- Incorrect `TARGETING_MATCH` reasons ([#258](https://github.com/Flagsmith/flagsmith-engine/issues/258))
8+
([3f12e5f](https://github.com/Flagsmith/flagsmith-engine/commit/3f12e5faa67636af7f7016eec673088959f8017b))
9+
- PERCENTAGE_SPLIT working for undefined keys ([#256](https://github.com/Flagsmith/flagsmith-engine/issues/256))
10+
([fa37c6c](https://github.com/Flagsmith/flagsmith-engine/commit/fa37c6ca52632030ea307347cf529c774ef6d198))
11+
312
## [7.0.0](https://github.com/Flagsmith/flagsmith-engine/compare/v6.1.0...v7.0.0) (2025-09-01)
413

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

0 commit comments

Comments
 (0)