Skip to content

Commit d93168c

Browse files
committed
chore(main): release 1.0.0
1 parent 2a14ffa commit d93168c

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0"
2+
".": "1.0.0"
33
}

CHANGELOG.md

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

3+
## [1.0.0](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/compare/v0.2.0...v1.0.0) (2026-08-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* implement experimentation tracking ([#37](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/issues/37))
9+
10+
### Features
11+
12+
* implement experimentation tracking ([#37](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/issues/37)) ([897350a](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/commit/897350a3538aa036f9914a6f7ecb8b049c2cc369))
13+
14+
15+
### Bug Fixes
16+
17+
* `FlagNotFound` not raised for non-existing features ([2a14ffa](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/commit/2a14ffa1f1022655287cce38f88da3c3c73a198e))
18+
319
## [0.2.0](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/compare/v0.1.6...v0.2.0) (2026-04-22)
420

521

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openfeature-provider-flagsmith"
3-
version = "0.2.0"
3+
version = "1.0.0"
44
description = "Openfeature provider for Flagsmith"
55
authors = [
66
{ name = "Matthew Elwell", email = "matthew.elwell@flagsmith.com>" }

0 commit comments

Comments
 (0)