Skip to content

chore(main): release cmd/wasm 0.2.2 - #5286

Merged
thomaspoignant merged 1 commit into
mainfrom
release-please--branches--main--components--cmd/wasm
May 15, 2026
Merged

chore(main): release cmd/wasm 0.2.2#5286
thomaspoignant merged 1 commit into
mainfrom
release-please--branches--main--components--cmd/wasm

Conversation

@gofeatureflag-bot

Copy link
Copy Markdown
Collaborator

πŸ€– I have created a release beep boop

0.2.2 (2026-05-15)

πŸ”§ Chores

  • Bump github.com/aws/aws-sdk-go-v2 from 1.41.6 to 1.41.7 (#5225) (c228000)
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.32.16 to 1.32.17 (#5228) (977be4f)
  • bump Go version to 1.25.8 (#4938) (09e24ee)
  • Bump go.opentelemetry.io/otel/sdk from 1.41.0 to 1.42.0 (#4944) (ede0c19)
  • Bump go.opentelemetry.io/otel/trace from 1.42.0 to 1.43.0 (#5079) (9505e0b)
  • dependencies: Bump github.com/thomaspoignant/go-feature-flag/modules/core (#5194) (7391512)
  • dependency: Bump module modules/core 0.6.1 (#4977) (c80adc6)
  • dependency: Bump module modules/core 0.7.1 (#5282) (5fb70cc)
  • main: release cmd/wasm 0.2.0 (#4800) (1803131)
  • main: release cmd/wasm 0.2.0 (#4826) (19bba43)
  • main: release cmd/wasm 0.2.1 (#4940) (fcf7d42)
  • main: release cmd/wasm 0.2.2 (#5080) (44a10f3)

βš™οΈ CI/CD


This PR was generated with Release Please. See documentation.

@netlify

netlify Bot commented May 15, 2026

Copy link
Copy Markdown

βœ… Deploy Preview for go-feature-flag-doc-preview canceled.

Name Link
πŸ”¨ Latest commit c4d7a79
πŸ” Latest deploy log https://app.netlify.com/projects/go-feature-flag-doc-preview/deploys/6a0753af9d2bae00080d47d4

@sonarqubecloud

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the CHANGELOG.md for the cmd/wasm module to document changes for version 0.2.2, including various dependency bumps and CI/CD updates. Feedback points out that the version header link is incorrect because it compares the version to itself, and the section duplicates an existing entry. Additionally, the reviewer noted that several release-specific chore entries are redundant and should be removed to improve the clarity of the release notes.

Comment thread cmd/wasm/CHANGELOG.md
@@ -1,5 +1,28 @@
# Changelog

## [0.2.2](https://github.com/thomaspoignant/go-feature-flag/compare/cmd/wasm/v0.2.2...cmd/wasm/v0.2.2) (2026-05-15)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The comparison link for version 0.2.2 is incorrect as it compares the version with itself (v0.2.2...v0.2.2). This header also duplicates the existing 0.2.2 entry on line 26. The link should be updated to v0.2.1...v0.2.2 and the duplicate sections should be merged.

Suggested change
## [0.2.2](https://github.com/thomaspoignant/go-feature-flag/compare/cmd/wasm/v0.2.2...cmd/wasm/v0.2.2) (2026-05-15)
## [0.2.2](https://github.com/thomaspoignant/go-feature-flag/compare/cmd/wasm/v0.2.1...cmd/wasm/v0.2.2) (2026-05-15)

Comment thread cmd/wasm/CHANGELOG.md
Comment on lines +16 to +19
* **main:** release cmd/wasm 0.2.0 ([#4800](https://github.com/thomaspoignant/go-feature-flag/issues/4800)) ([1803131](https://github.com/thomaspoignant/go-feature-flag/commit/18031310a00e6261191867a50e0f2b6036066ca3))
* **main:** release cmd/wasm 0.2.0 ([#4826](https://github.com/thomaspoignant/go-feature-flag/issues/4826)) ([19bba43](https://github.com/thomaspoignant/go-feature-flag/commit/19bba4309c1c79cf0ea489c39c4f71707f40b55f))
* **main:** release cmd/wasm 0.2.1 ([#4940](https://github.com/thomaspoignant/go-feature-flag/issues/4940)) ([fcf7d42](https://github.com/thomaspoignant/go-feature-flag/commit/fcf7d42f0b62984373fe0c4450c0351219c10295))
* **main:** release cmd/wasm 0.2.2 ([#5080](https://github.com/thomaspoignant/go-feature-flag/issues/5080)) ([44a10f3](https://github.com/thomaspoignant/go-feature-flag/commit/44a10f350cbcc1834e3463e60fd5bf5c84f1e7a0))

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

These entries represent release commits for versions 0.2.0, 0.2.1, and 0.2.2. Including them in the changelog for version 0.2.2 is redundant and clutters the release notes.

@codecov

codecov Bot commented May 15, 2026

Copy link
Copy Markdown

Codecov Report

βœ… All modified and coverable lines are covered by tests.
βœ… Project coverage is 85.87%. Comparing base (89bd2b9) to head (c4d7a79).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5286      +/-   ##
==========================================
+ Coverage   85.86%   85.87%   +0.01%     
==========================================
  Files         161      161              
  Lines        6784     6784              
==========================================
+ Hits         5825     5826       +1     
  Misses        720      720              
+ Partials      239      238       -1     

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

πŸš€ New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • πŸ“¦ JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@thomaspoignant
thomaspoignant merged commit a984697 into main May 15, 2026
29 checks passed
@thomaspoignant
thomaspoignant deleted the release-please--branches--main--components--cmd/wasm branch May 15, 2026 18:48
@gofeatureflag-bot

Copy link
Copy Markdown
Collaborator Author

πŸ€– Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants