Skip to content

Conversation

@jas88
Copy link
Owner

@jas88 jas88 commented Nov 19, 2025

Summary

Prepares for v2.0.3 release and properly documents the v2.0.2 release that was created on 2025-11-16.

Background

Version 2.0.2 was already released 2 days ago (2025-11-16) with PreferenceOrder enhancements. The DatabaseTypeRequest.Equals() fix from PR #20 needs to be released as v2.0.3.

Changes

Version Updates

  • SharedAssemblyInfo.cs: Bumped version from 2.0.2 to 2.0.3

CHANGELOG.md Updates

[2.0.3] - New Section

[2.0.2] - Retroactively Documented

Added proper documentation for the actual v2.0.2 release:

  • Added: PreferenceOrder enhancements (byte, short, long, Guid, byte[] support)
  • Changed: Performance optimization with PreferenceOrderIndex O(1) lookups
  • Fixed: Test updates for newly supported types

Version Comparison Links

Updated the reference links at bottom of CHANGELOG:

  • [Unreleased]: v2.0.0...main → v2.0.3...main
  • Added [2.0.3]: v2.0.2...v2.0.3
  • Added [2.0.2]: v2.0.1...v2.0.2
  • Added [2.0.1]: v2.0.0...v2.0.1

Release Timeline

  • v2.0.1: 2025-11-15 (AOT/Trim metadata, comprehensive tests)
  • v2.0.2: 2025-11-16 (PreferenceOrder enhancements) ✅ Already released
  • v2.0.3: 2025-11-19 (DatabaseTypeRequest.Equals() fix) ⏳ This PR

Testing

All changes are documentation and version number updates only. No code changes in this PR.

High-level PR Summary

This PR prepares for the v2.0.3 release by bumping the version number from 2.0.2 to 2.0.3 in SharedAssemblyInfo.cs and updating CHANGELOG.md to properly document both the already-released v2.0.2 (which included PreferenceOrder enhancements) and the upcoming v2.0.3 release (which contains the DatabaseTypeRequest.Equals() fix). The changelog also updates version comparison links to reflect the new release structure.

⏱️ Estimated Review Time: 5-15 minutes

💡 Review Order Suggestion
Order File Path
1 SharedAssemblyInfo.cs
2 CHANGELOG.md

Need help? Join our Discord

Version 2.0.2 was already released on 2025-11-16 with PreferenceOrder
enhancements. The DatabaseTypeRequest.Equals() fix needs to be v2.0.3.

Changes:
- Bumped version to 2.0.3 in SharedAssemblyInfo.cs
- Renamed [2.0.2] section to [2.0.3] for Equals() fix
- Properly documented actual v2.0.2 release (PreferenceOrder enhancements)
- Updated version comparison links at bottom of CHANGELOG
- Added links for [2.0.3], [2.0.2], and [2.0.1]
Copilot AI review requested due to automatic review settings November 19, 2025 02:49
Copilot finished reviewing on behalf of jas88 November 19, 2025 02:50
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR prepares for the v2.0.3 release and retroactively documents the v2.0.2 release that was already published on 2025-11-16. The version number is incremented to 2.0.3 for the DatabaseTypeRequest.Equals() fix, while proper changelog entries are added for both v2.0.2 (PreferenceOrder enhancements) and v2.0.3.

  • Bumped assembly version from 2.0.2 to 2.0.3
  • Reorganized CHANGELOG.md to properly document v2.0.2 and v2.0.3 releases
  • Updated version comparison links to include new release tags

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
SharedAssemblyInfo.cs Updated assembly version attributes from 2.0.2 to 2.0.3
CHANGELOG.md Added v2.0.2 release documentation, renamed existing content to v2.0.3, and updated version comparison links

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link

@recurseml recurseml bot left a comment

Choose a reason for hiding this comment

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

Review by RecurseML

🔍 Review performed on fffd41a..64c7f52

✨ No bugs found, your code is sparkling clean

✅ Files analyzed, no issues (2)

CHANGELOG.md
SharedAssemblyInfo.cs

@coveralls
Copy link

Pull Request Test Coverage Report for Build 19488028414

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 89.291%

Totals Coverage Status
Change from base Build 19487816419: 0.0%
Covered Lines: 1295
Relevant Lines: 1413

💛 - Coveralls

@jas88 jas88 merged commit f7f01e5 into main Nov 19, 2025
9 checks passed
@jas88 jas88 deleted the release/v2.0.3 branch November 19, 2025 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants