Skip to content

Commit 00a973a

Browse files
authored
chore(main): release 2.2.4 (#114)
1 parent 7a4b1cb commit 00a973a

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

CHANGELOG.md

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

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

5+
## [2.2.4](https://github.com/Flagsmith/flagsmith-common/compare/v2.2.3...v2.2.4) (2025-11-03)
6+
7+
8+
### Bug Fixes
9+
10+
* `common.core.utils.TemporaryDirectory` dependent on Django settings ([#113](https://github.com/Flagsmith/flagsmith-common/issues/113)) ([7a4b1cb](https://github.com/Flagsmith/flagsmith-common/commit/7a4b1cb2830a2407341a721d75058dfa72eb19f4))
11+
512
## [2.2.3](https://github.com/Flagsmith/flagsmith-common/compare/v2.2.2...v2.2.3) (2025-11-03)
613

714

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.3"
3+
version = "2.2.4"
44
description = "Flagsmith's common library"
55
requires-python = ">=3.11,<4.0"
66
dependencies = [

0 commit comments

Comments
 (0)