Skip to content

Commit 3a0a822

Browse files
committed
chore(main): release 7.0.0
1 parent a05befa commit 3a0a822

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [7.0.0](https://github.com/Flagsmith/flagsmith-engine/compare/v6.1.0...v7.0.0) (2025-08-25)
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+
17+
18+
### CI
19+
20+
* Exclude coverage from benchmark ([#248](https://github.com/Flagsmith/flagsmith-engine/issues/248)) ([770680b](https://github.com/Flagsmith/flagsmith-engine/commit/770680b600fd1d3094d372b47ec22993e1a66597))
21+
* Run tests and benchmarks on main ([#247](https://github.com/Flagsmith/flagsmith-engine/issues/247)) ([5376cb9](https://github.com/Flagsmith/flagsmith-engine/commit/5376cb903fc4488bf31b4899df65549a3f48d75c))
22+
323
## [6.1.0](https://github.com/Flagsmith/flagsmith-engine/compare/v6.0.2...v6.1.0) (2025-08-18)
424

525

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)