Skip to content

Commit 407df5d

Browse files
committed
chore(main): release 3.0.0
1 parent 47bf486 commit 407df5d

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-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.7"
2+
".": "3.0.0"
33
}

CHANGELOG.md

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

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

5+
## [3.0.0](https://github.com/Flagsmith/flagsmith-common/compare/v2.2.7...v3.0.0) (2025-12-11)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Move to uv, add Renovate configuration ([#131](https://github.com/Flagsmith/flagsmith-common/issues/131))
11+
12+
### CI
13+
14+
* Move to uv, add Renovate configuration ([#131](https://github.com/Flagsmith/flagsmith-common/issues/131)) ([4ba7c46](https://github.com/Flagsmith/flagsmith-common/commit/4ba7c46a76bfe471282f36d968ef724aad7d4e9b))
15+
* pre-commit autoupdate ([#125](https://github.com/Flagsmith/flagsmith-common/issues/125)) ([8586918](https://github.com/Flagsmith/flagsmith-common/commit/85869180be3809570d4924afcc06831c7ecc0585))
16+
* pre-commit autoupdate ([#127](https://github.com/Flagsmith/flagsmith-common/issues/127)) ([47bf486](https://github.com/Flagsmith/flagsmith-common/commit/47bf4868e9f55827b3af3c36b699e61cb5000ae1))
17+
18+
19+
### Dependency Updates
20+
21+
* **ci:** update actions/checkout action to v6 ([#133](https://github.com/Flagsmith/flagsmith-common/issues/133)) ([9935082](https://github.com/Flagsmith/flagsmith-common/commit/99350825d6a491cc3f51058dbb35ef1c7a91e8de))
22+
* **ci:** update amannn/action-semantic-pull-request action to v6 ([#135](https://github.com/Flagsmith/flagsmith-common/issues/135)) ([c831ba0](https://github.com/Flagsmith/flagsmith-common/commit/c831ba0c0a7774790d258ce80676f70c5c9214e6))
23+
* **ci:** update postgres docker tag to v15.15 ([#132](https://github.com/Flagsmith/flagsmith-common/issues/132)) ([464c4ac](https://github.com/Flagsmith/flagsmith-common/commit/464c4ac4a297c9f26bb3dacbf31498a402bab035))
24+
525
## [2.2.7](https://github.com/Flagsmith/flagsmith-common/compare/v2.2.6...v2.2.7) (2025-11-12)
626

727

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

0 commit comments

Comments
 (0)