Skip to content

Commit a175861

Browse files
committed
chore(main): release 6.2.0
1 parent 5376cb9 commit a175861

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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+
".": "6.2.0"
33
}

CHANGELOG.md

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

3+
## [6.2.0](https://github.com/Flagsmith/flagsmith-engine/compare/v6.1.0...v6.2.0) (2025-08-19)
4+
5+
6+
### Features
7+
8+
* Add Codspeed benchmark ([#244](https://github.com/Flagsmith/flagsmith-engine/issues/244)) ([622b372](https://github.com/Flagsmith/flagsmith-engine/commit/622b372f32cd0ba6bd875493b13969a1cf0dcf67))
9+
10+
11+
### CI
12+
13+
* Run tests and benchmarks on main ([#247](https://github.com/Flagsmith/flagsmith-engine/issues/247)) ([5376cb9](https://github.com/Flagsmith/flagsmith-engine/commit/5376cb903fc4488bf31b4899df65549a3f48d75c))
14+
315
## [6.1.0](https://github.com/Flagsmith/flagsmith-engine/compare/v6.0.2...v6.1.0) (2025-08-18)
416

517

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

0 commit comments

Comments
 (0)