Bump the version to 1.3.0#42
Conversation
📝 WalkthroughWalkthroughThis change updates project version references from 1.2.1 to 1.3.0 (including SNAPSHOT variants) in root and module configuration files and adds a detailed changelog.md with an Unreleased section and historical release notes. No source code or exported/public declarations were modified. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@changelog.md`:
- Around line 40-41: Replace the phrase "floating point" in the changelog entry
with the hyphenated form "floating-point" to match style; locate the entry that
reads "Support converting all floating point values" and update it to "Support
converting all floating-point values".
There was a problem hiding this comment.
🧹 Nitpick comments (1)
changelog.md (1)
9-20: Consider adding PR links consistently across all entries.Some entries in the Unreleased section include PR links (lines 11, 16) while others do not (lines 12, 17-20). If these changes have associated PRs, adding links would improve traceability.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@changelog.md` around lines 9 - 20, The Unreleased changelog entries mix linked and unlinked PRs; update the bullets so all entries consistently include PR links where available. For each bullet text (e.g., "Add element annotation to record fields", "Set the maximum maxOccurs value to 65535", "Support NMTOKENS as built-in type", "Fix optional field generation for sequence groups", "Handle ambiguity when a single element inside a sequence", "Fix setting attributes and content fields optional", "Set sequenceGroup optional when all child elements are optional") add the corresponding GitHub PR URL in the same format used elsewhere (square-bracketed title linking to the PR) or explicitly mark entries without PRs (e.g., add "(no PR)" or similar) to make traceability consistent. Ensure formatting matches the existing markdown style.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@changelog.md`:
- Around line 9-20: The Unreleased changelog entries mix linked and unlinked
PRs; update the bullets so all entries consistently include PR links where
available. For each bullet text (e.g., "Add element annotation to record
fields", "Set the maximum maxOccurs value to 65535", "Support NMTOKENS as
built-in type", "Fix optional field generation for sequence groups", "Handle
ambiguity when a single element inside a sequence", "Fix setting attributes and
content fields optional", "Set sequenceGroup optional when all child elements
are optional") add the corresponding GitHub PR URL in the same format used
elsewhere (square-bracketed title linking to the PR) or explicitly mark entries
without PRs (e.g., add "(no PR)" or similar) to make traceability consistent.
Ensure formatting matches the existing markdown style.
Purpose
1.3.0.Version Release 1.3.0
This pull request prepares the project for the 1.3.0 release by updating version metadata and adding release documentation.
Changes
Impact