Skip to content

Commit c591306

Browse files
committed
chore(main): release 2.2.3
1 parent a2ce926 commit c591306

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-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-
".": "2.2.2"
2+
".": "2.2.3"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
<a name="v1.5.2"></a>
44

5+
## [2.2.3](https://github.com/Flagsmith/flagsmith-common/compare/v2.2.2...v2.2.3) (2025-11-03)
6+
7+
8+
### CI
9+
10+
* pre-commit autoupdate ([#108](https://github.com/Flagsmith/flagsmith-common/issues/108)) ([a2ce926](https://github.com/Flagsmith/flagsmith-common/commit/a2ce926df24968cab57e81e39e77838575f7f17f))
11+
12+
13+
### Bug Fixes
14+
15+
* reduce sleep time in timeout tests and add elapsed time checks ([#111](https://github.com/Flagsmith/flagsmith-common/issues/111)) ([630e02f](https://github.com/Flagsmith/flagsmith-common/commit/630e02f0483fa629648beb9402cacde8a5188fa2))
16+
* Temporary directories are not removed ([#109](https://github.com/Flagsmith/flagsmith-common/issues/109)) ([5e2f66f](https://github.com/Flagsmith/flagsmith-common/commit/5e2f66ff9c4ea4f8dda19a98444d3644396dbcf5))
17+
518
## [2.2.2](https://github.com/Flagsmith/flagsmith-common/compare/v2.2.1...v2.2.2) (2025-10-24)
619

720

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "flagsmith-common"
3-
version = "2.2.2"
3+
version = "2.2.3"
44
description = "Flagsmith's common library"
55
requires-python = ">=3.11,<4.0"
66
dependencies = [

0 commit comments

Comments
 (0)