Skip to content

Commit f395533

Browse files
committed
chore(main): release 7.0.0
1 parent 68d49d0 commit f395533

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-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-
".": "6.1.0"
2+
".": "7.0.0"
33
}

CHANGELOG.md

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

3+
## [7.0.0](https://github.com/Flagsmith/flagsmith-engine/compare/v6.1.0...v7.0.0) (2025-08-26)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Drop Python 3.8 support ([#249](https://github.com/Flagsmith/flagsmith-engine/issues/249))
9+
10+
### Features
11+
12+
* Add Codspeed benchmark ([#244](https://github.com/Flagsmith/flagsmith-engine/issues/244)) ([622b372](https://github.com/Flagsmith/flagsmith-engine/commit/622b372f32cd0ba6bd875493b13969a1cf0dcf67))
13+
* Drop Python 3.8 support ([#249](https://github.com/Flagsmith/flagsmith-engine/issues/249)) ([63b546c](https://github.com/Flagsmith/flagsmith-engine/commit/63b546c0faa48c4dcae0156595183590445129dc))
14+
* Support returning default flags for `None` identities ([#254](https://github.com/Flagsmith/flagsmith-engine/issues/254)) ([a05befa](https://github.com/Flagsmith/flagsmith-engine/commit/a05befaea7b1db8178a37fbb10d3a0d581443609))
15+
* **v7:** JSONPath support ([#243](https://github.com/Flagsmith/flagsmith-engine/issues/243)) ([5b0136f](https://github.com/Flagsmith/flagsmith-engine/commit/5b0136fda496680ae80a74e627726de676db9a05))
16+
* **v7:** Support `string[]` as condition value for the `IN` operator ([#255](https://github.com/Flagsmith/flagsmith-engine/issues/255)) ([68d49d0](https://github.com/Flagsmith/flagsmith-engine/commit/68d49d0b0cf19a01e3659668b1dda5178987a491))
17+
18+
19+
### CI
20+
21+
* Exclude coverage from benchmark ([#248](https://github.com/Flagsmith/flagsmith-engine/issues/248)) ([770680b](https://github.com/Flagsmith/flagsmith-engine/commit/770680b600fd1d3094d372b47ec22993e1a66597))
22+
* Run tests and benchmarks on main ([#247](https://github.com/Flagsmith/flagsmith-engine/issues/247)) ([5376cb9](https://github.com/Flagsmith/flagsmith-engine/commit/5376cb903fc4488bf31b4899df65549a3f48d75c))
23+
324
## [6.1.0](https://github.com/Flagsmith/flagsmith-engine/compare/v6.0.2...v6.1.0) (2025-08-18)
425

526

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

0 commit comments

Comments
 (0)