Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(main): release modules/evaluation 0.2.1
  • Loading branch information
gofeatureflag-bot committed Dec 13, 2025
commit fa41e1e47de1cbc5f21c0b93e72d8d80ccfdfcfc
2 changes: 1 addition & 1 deletion .github/release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"cmd/wasm": "0.1.0",
"openfeature/providers/python-provider": "0.5.0",
"openfeature/providers/kotlin-provider": "0.3.0",
"modules/evaluation": "0.2.0",
"modules/evaluation": "0.2.1",
"modules/core": "0.3.0"
}
7 changes: 7 additions & 0 deletions modules/evaluation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.1](https://github.com/thomaspoignant/go-feature-flag/compare/modules/evaluation/v0.2.0...modules/evaluation/v0.2.1) (2025-12-13)


### 🔧 Chores

* Bump k8s.io/api from 0.34.2 to 0.34.3 ([#4464](https://github.com/thomaspoignant/go-feature-flag/issues/4464)) ([7c947e6](https://github.com/thomaspoignant/go-feature-flag/commit/7c947e68ec359dbf2afbb1ac80ccbd31c56982cb))

## [0.2.0](https://github.com/thomaspoignant/go-feature-flag/compare/modules/evaluation/v0.1.3...modules/evaluation/v0.2.0) (2025-12-09)


Expand Down
Loading