Skip to content

Commit 989edcf

Browse files
chore(main): release 9.1.0 (#270)
* chore(main): release 9.1.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 bbb5be0 commit 989edcf

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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-
".": "9.0.0"
2+
".": "9.1.0"
33
}

CHANGELOG.md

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

3+
## [9.1.0](https://github.com/Flagsmith/flagsmith-engine/compare/v9.0.0...v9.1.0) (2025-10-16)
4+
5+
### Features
6+
7+
- Support generic feature metadata ([#269](https://github.com/Flagsmith/flagsmith-engine/issues/269))
8+
([bbb5be0](https://github.com/Flagsmith/flagsmith-engine/commit/bbb5be054177b429f6c9817992cc0b1cb4b8a08f))
9+
310
## [9.0.0](https://github.com/Flagsmith/flagsmith-engine/compare/v8.0.0...v9.0.0) (2025-10-16)
411

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

0 commit comments

Comments
 (0)