Skip to content

Release 0.12.1 - #5

Merged
peopleworks merged 1 commit into
mainfrom
release/0.12.1
Aug 13, 2026
Merged

Release 0.12.1#5
peopleworks merged 1 commit into
mainfrom
release/0.12.1

Conversation

@peopleworks

Copy link
Copy Markdown
Owner

Cuts 0.12.1 — four fixes, no new surface, nothing breaking.

What ships

EF Core entities found by their DbSet<T> registration #3, @MBrekhof
A partial class is one entity, not one per file #4
The roster no longer matches on a bare name #4
Only a DbContext's own properties count as registrations #4
Business object files are read in a fixed order #4

Version claims

Every place the version is written by hand, moved together: Directory.Build.props, the README's
status line, the plugin manifest, the skill front matter, and .mcp/server.json.
StatesTheSameVersionEverywhereItIsWritten caught the last of those after I had already convinced
myself I had found them all — the test exists because these five have drifted before, and it earned
its keep again today.

.mcp/server.json was edited as bytes to keep it free of a byte order mark, which nuget.org
rejects the package for.

Also repaired

The CHANGELOG link block still compared [Unreleased] against v0.11.0 and had no [0.12.0]
entry at all — 0.12.0 shipped without it being updated. Both fixed here.

Not in this PR

Publishing. Merging this only puts the version on main; the packages go out when a GitHub Release
is created, which fires nuget.yml and mcp-registry.yml. A NuGet version number cannot be reused
once it is taken, so that stays a deliberate, separate act.

Verification

Passed!  Failed: 0, Passed: 279, Skipped: 0     0 warnings, 0 errors

Four fixes, all downstream of one rule: a name is not an identity.

Also repairs the CHANGELOG link block, which still compared Unreleased
against v0.11.0 and had no entry for 0.12.0 at all.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@peopleworks
peopleworks merged commit 67b0f14 into main Aug 13, 2026
6 checks passed
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.

1 participant