Skip to content

Commit 899ea86

Browse files
chore(main): release cmd/wasm 0.1.0
1 parent 2cc4503 commit 899ea86

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/release-please/.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
".": "1.48.0",
3-
"cmd/wasm": "0.0.2",
3+
"cmd/wasm": "0.1.0",
44
"openfeature/providers/python-provider": "0.5.0",
55
"openfeature/providers/kotlin-provider": "0.3.0",
66
"modules/evaluation": "0.1.3",

cmd/wasm/CHANGELOG.md

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

3+
## [0.1.0](https://github.com/thomaspoignant/go-feature-flag/compare/cmd/wasm/v0.0.2...cmd/wasm/v0.1.0) (2025-12-02)
4+
5+
6+
### 🚀 New Features
7+
8+
* allow empty evaluation context for flags that don't require bucketing ([#3962](https://github.com/thomaspoignant/go-feature-flag/issues/3962)) ([0564b06](https://github.com/thomaspoignant/go-feature-flag/commit/0564b0680ec6da62bd012fbb3cafa8fb20d20d2c))
9+
* Support x-api-key header for authentication ([#4347](https://github.com/thomaspoignant/go-feature-flag/issues/4347)) ([3ca07a8](https://github.com/thomaspoignant/go-feature-flag/commit/3ca07a8fa49522aa8b348bb5314a6f503dfa9778))
10+
11+
12+
### 🔧 Chores
13+
14+
* Bump github.com/aws/aws-sdk-go-v2/service/s3 ([#4263](https://github.com/thomaspoignant/go-feature-flag/issues/4263)) ([3944a49](https://github.com/thomaspoignant/go-feature-flag/commit/3944a491413056d903236573fbf5a75fc7336dd9))
15+
* Bump github.com/aws/aws-sdk-go-v2/service/s3 ([#4326](https://github.com/thomaspoignant/go-feature-flag/issues/4326)) ([927e392](https://github.com/thomaspoignant/go-feature-flag/commit/927e392662eaad75f33bd88275c566a465d02446))
16+
* **dependency:** Bump module ${MODULE_PATH} ${VERSION} ([#4249](https://github.com/thomaspoignant/go-feature-flag/issues/4249)) ([058516a](https://github.com/thomaspoignant/go-feature-flag/commit/058516a90be0684241586b89bd635988172c1b52))
17+
318
## [0.0.2](https://github.com/thomaspoignant/go-feature-flag/compare/cmd/wasm/v0.0.1...cmd/wasm/v0.0.2) (2025-11-04)
419

520

0 commit comments

Comments
 (0)