Skip to content

Commit 269aea1

Browse files
authored
chore(main): release 2.0.0 (#94)
1 parent a6b997b commit 269aea1

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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-
".": "1.15.1"
2+
".": "2.0.0"
33
}

CHANGELOG.md

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

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

5+
## [2.0.0](https://github.com/Flagsmith/flagsmith-common/compare/v1.15.1...v2.0.0) (2025-08-07)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Move segment and metadata serializers back to core ([#93](https://github.com/Flagsmith/flagsmith-common/issues/93))
11+
12+
### Refactoring
13+
14+
* Move segment and metadata serializers back to core ([#93](https://github.com/Flagsmith/flagsmith-common/issues/93)) ([a6b997b](https://github.com/Flagsmith/flagsmith-common/commit/a6b997b85b2b5987520bd5ceb8a082f169eb1955))
15+
516
## [1.15.1](https://github.com/Flagsmith/flagsmith-common/compare/v1.15.0...v1.15.1) (2025-07-29)
617

718

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

0 commit comments

Comments
 (0)