Conversation
There was a problem hiding this comment.
Pull request overview
Adds a changelog entry documenting the v1.0.1 packaging-related fixes and updates the changelog comparison links accordingly.
Changes:
- Added a
v1.0.1section with “Fixed” items describing packaging improvements. - Updated the
[Unreleased]comparison link to start fromv1.0.1. - Added a
[1.0.1]comparison link (v1.0.0...v1.0.1).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Review by RecurseML
🔍 Review performed on 43ea1cd..255787c
✨ No bugs found, your code is sparkling clean
✅ Files analyzed, no issues (1)
• CHANGELOG.md
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16 +/- ##
=======================================
Coverage ? 71.71%
=======================================
Files ? 89
Lines ? 5112
Branches ? 1041
=======================================
Hits ? 3666
Misses ? 1174
Partials ? 272 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add changelog entry for v1.0.1 packaging fixes.
High-level PR Summary
This PR adds a changelog entry for version 1.0.1, documenting packaging fixes including the addition of README.md to the NuGet package, embedded PDBs for debugging, and CI improvements to catch packaging issues. The unreleased comparison link is also updated to reference v1.0.1 instead of v1.0.0.
⏱️ Estimated Review Time: 5-15 minutes
💡 Review Order Suggestion
CHANGELOG.mdSummary by cubic
Add v1.0.1 changelog entry documenting packaging fixes: NuGet now includes the README, embedded PDBs replace the broken snupkg, and the CI pack step uses -warnaserror. Also updates compare links (Unreleased now from v1.0.1) and adds the 1.0.1 release link.
Written for commit 255787c. Summary will update on new commits.