Skip to content

Commit ef90a90

Browse files
chore(main): release 10.1.0 (#300)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f2363e3 commit ef90a90

3 files changed

Lines changed: 16 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.0.4"
2+
".": "10.1.0"
33
}

CHANGELOG.md

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

3+
## [10.1.0](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.4...v10.1.0) (2026-05-06)
4+
5+
### Features
6+
7+
- apply rules based on the all-any type ([#313](https://github.com/Flagsmith/flagsmith-engine/issues/313))
8+
([f2363e3](https://github.com/Flagsmith/flagsmith-engine/commit/f2363e32f7605c98a70e3bdeef5c3b68c75f17ce))
9+
10+
### CI
11+
12+
- added renovate config ([#298](https://github.com/Flagsmith/flagsmith-engine/issues/298))
13+
([05bd5dc](https://github.com/Flagsmith/flagsmith-engine/commit/05bd5dc5eec15531a85334d6fba648a6b1125776))
14+
- reduce renovate watchlist ([#309](https://github.com/Flagsmith/flagsmith-engine/issues/309))
15+
([fae5c73](https://github.com/Flagsmith/flagsmith-engine/commit/fae5c735558dacc69c717cb6a12dca989581af07))
16+
317
## [10.0.4](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.3...v10.0.4) (2026-04-24)
418

519
### Performance Improvements

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

0 commit comments

Comments
 (0)