chore(epic/1.0_breaking_changes): release 0.3.9#463
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the CHANGELOG.md to include a comprehensive list of breaking changes, features, and bug fixes for version 1.0.0-alpha.0. Feedback was provided regarding a duplicate release section for the same version that needs consolidation, as well as a self-referential comparison link in the header that should be updated to correctly show changes from the previous version.
| @@ -1,5 +1,140 @@ | |||
| # Changelog | |||
|
|
|||
| ## [1.0.0-alpha.0](https://github.com/a2aproject/a2a-js/compare/v1.0.0-alpha.0...v1.0.0-alpha.0) (2026-05-12) | |||
There was a problem hiding this comment.
The changelog contains a duplicate release section (see line 138). These entries should be consolidated to maintain a clean history and avoid confusion. Additionally, the comparison link in the header is self-referential (v1.0.0-alpha.0...v1.0.0-alpha.0), which prevents it from showing the actual changes between releases. It should be updated to compare against the previous version (e.g., v0.3.6...v1.0.0-alpha.0).
2a7d785 to
cc9c262
Compare
🧪 Code CoverageNo coverage changes. Generated by coverage-comment.yml |
…s--epic/1.0_breaking_changes--components--sdk
🤖 I have created a release beep boop
0.3.9 (2026-05-12)
⚠ BREAKING CHANGES
Features
Bug Fixes
Miscellaneous Chores
Code Refactoring
This PR was generated with Release Please. See documentation.