Skip to content

Commit d56fb7a

Browse files
chore: release main
1 parent 648f384 commit d56fb7a

6 files changed

Lines changed: 12 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"openfeature-provider/go": "0.8.1",
99
"openfeature-provider/ruby": "0.1.1",
1010
"openfeature-provider/rust": "0.2.2",
11-
"openfeature-provider/python": "0.3.0"
11+
"openfeature-provider/python": "0.3.1"
1212
}

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openfeature-provider/python/CHANGELOG.md

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

3+
## [0.3.1](https://github.com/spotify/confidence-resolver/compare/openfeature-provider-python-v0.3.0...openfeature-provider-python-v0.3.1) (2026-02-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **python:** update minimum Python version to 3.10 ([#269](https://github.com/spotify/confidence-resolver/issues/269)) ([648f384](https://github.com/spotify/confidence-resolver/commit/648f384c2137a8d2fd182acccc6d57a695ed521f))
9+
310
## [0.3.0](https://github.com/spotify/confidence-resolver/compare/openfeature-provider-python-v0.2.1...openfeature-provider-python-v0.3.0) (2026-02-10)
411

512

openfeature-provider/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openfeature-provider-python"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
publish = false
66

openfeature-provider/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "confidence-openfeature-provider"
7-
version = "0.3.0" # x-release-please-version
7+
version = "0.3.1" # x-release-please-version
88
description = "Confidence OpenFeature provider for local flag resolution using WebAssembly"
99
readme = "README.md"
1010
license = "Apache-2.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information for the Confidence OpenFeature provider."""
22

3-
__version__ = "0.3.0" # x-release-please-version
3+
__version__ = "0.3.1" # x-release-please-version

0 commit comments

Comments
 (0)