Skip to content

Commit cae3e97

Browse files
committed
chore(main): release 11.0.0
1 parent 7e2cfc7 commit cae3e97

3 files changed

Lines changed: 28 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "10.2.0"
2+
".": "11.0.0"
33
}

CHANGELOG.md

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

3+
## [11.0.0](https://github.com/Flagsmith/flagsmith-engine/compare/v10.2.0...v11.0.0) (2026-06-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **deps:** Drop Python 3.9 support, add 3.14, configure updates ([#334](https://github.com/Flagsmith/flagsmith-engine/issues/334))
9+
10+
### CI
11+
12+
* **deps:** Drop Python 3.9 support, add 3.14, configure updates ([#334](https://github.com/Flagsmith/flagsmith-engine/issues/334)) ([da806ad](https://github.com/Flagsmith/flagsmith-engine/commit/da806ad60ec54e409da56ab9653e2d1f754f2abd))
13+
* **renovate:** fix pip managers bypassing security-only mode ([#333](https://github.com/Flagsmith/flagsmith-engine/issues/333)) ([b8e4a8e](https://github.com/Flagsmith/flagsmith-engine/commit/b8e4a8e7c3c6e349a046a4bb2c8c18fa4e524ef6))
14+
* **renovate:** Only apply security patches ([#316](https://github.com/Flagsmith/flagsmith-engine/issues/316)) ([5cfab39](https://github.com/Flagsmith/flagsmith-engine/commit/5cfab39edbd3a2432f4b570c3a471776e11cb93f))
15+
16+
17+
### Dependency Updates
18+
19+
* update black 25.1.0 -> 26.5.1 ([#335](https://github.com/Flagsmith/flagsmith-engine/issues/335)) ([7e2cfc7](https://github.com/Flagsmith/flagsmith-engine/commit/7e2cfc774384fc1b5b3ba6d1c1166f5ca167a363))
20+
* update dependency isort to v6.1.0 ([#328](https://github.com/Flagsmith/flagsmith-engine/issues/328)) ([8f5bdd3](https://github.com/Flagsmith/flagsmith-engine/commit/8f5bdd30322ee022e634a78af770f5ad8afde48d))
21+
* update dependency pygments to v2.20.0 [security] ([#301](https://github.com/Flagsmith/flagsmith-engine/issues/301)) ([142f03e](https://github.com/Flagsmith/flagsmith-engine/commit/142f03e34df16d477fa1d18bb587f0882f155b7b))
22+
* update dependency wheel to v0.46.2 [security] ([#302](https://github.com/Flagsmith/flagsmith-engine/issues/302)) ([7054dc4](https://github.com/Flagsmith/flagsmith-engine/commit/7054dc4d8b0b6d4b3499b33c1065bc9376273451))
23+
24+
25+
### Other
26+
27+
* **deps:** bump pip from 25.2 to 26.1 ([#319](https://github.com/Flagsmith/flagsmith-engine/issues/319)) ([2ab10ed](https://github.com/Flagsmith/flagsmith-engine/commit/2ab10ed243886f51db29e0e51a4b9443ff995a15))
28+
329
## [10.2.0](https://github.com/Flagsmith/flagsmith-engine/compare/v10.1.0...v10.2.0) (2026-06-09)
430

531
### Features

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="10.2.0",
5+
version="11.0.0",
66
author="Flagsmith",
77
author_email="support@flagsmith.com",
88
packages=find_packages(include=["flag_engine", "flag_engine.*"]),

0 commit comments

Comments
 (0)