release: prep 0.10.1 - #244
Merged
Merged
Conversation
Bumps both packages 0.10.0 -> 0.10.1 (PATCH) and adds the CHANGELOG entry. This is the thorough-review maintenance/hardening tier + the Abstractions 0.16.0 bump; no public API or behaviour change to the shipped code. PackageValidation baseline stays at 0.10.0 (last published) — bump it after 0.10.1 is live on NuGet. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The committed blob had CRLF line endings while .gitattributes declares
'* text=auto eol=lf', so every checkout left docfx_project/docfx.json dirty.
On CI this aborted github-action-benchmark's 'git switch gh-pages' ('local
changes would be overwritten'), failing the perf-regression check on #244.
git add --renormalize rewrites the blob to LF so checkouts are clean.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This was referenced Jul 29, 2026
This was referenced Aug 5, 2026
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.
Release prep for 0.10.1 (PATCH).
0.10.0 → 0.10.1(<Version>in both csprojs;AssemblyVersionstays1.0.0.0for binding stability).[0.10.1]entry.Why PATCH
The cycle is the thorough-review maintenance/hardening tier + the Abstractions 0.16.0 bump. No public API or behaviour change to the shipped code (doubles + contract-test bases unchanged;
PublicAPI.Shipped.txtunchanged). The only consumer-visible change is the Abstractions dependency floor (0.15.0 → 0.16.0). PackageValidation confirms no ABI break vs 0.10.0.Note
PackageValidation baseline stays at 0.10.0 (last published) — bump it to 0.10.1 only after this ships (else
dotnet packwould fail NU1102 chasing an unpublished baseline).Merge order
Merge after #226 (ADRs) and #242 (SECURITY.md) so vNext holds the complete cycle, then this is the final piece before
vNext → main.🤖 Generated with Claude Code