Skip to content

chore: release v0.9.6 - #30

Merged
fiddur merged 1 commit into
developfrom
release-0.9.6
Aug 25, 2026
Merged

chore: release v0.9.6#30
fiddur merged 1 commit into
developfrom
release-0.9.6

Conversation

@fiddur

Copy link
Copy Markdown
Collaborator

Five merges have landed since 0.9.5 and the version never moved, so the registry's staleness check
could not tell an old instance from a current one. That is why two servers had to be restarted by
hand today rather than noticing for themselves.

Version only, across the five manifests and the lockfile. Built and checked: the binary reports
0.9.6.

Not done: publishing

npm run release:patch would also npm publish -w packages/cli, and that is a separate decision
rather than a step:

  • the manifest still says "name": "diffity" and points repository at kamranahmedse/diffity
  • that package on npm belongs to kamranahmedse
  • this machine is authenticated to npm as kirillgroshkov

So publishing would either be refused, or — if permissions ever allowed it — put a fork under
somebody else's public package name, for their users. Either way it is not a release of this fork.

Publishing this properly needs a name of its own, @naturalcycles/diffity or similar, with the
repository field to match. Worth deciding on purpose rather than as a side effect of a version bump.

🤖 Generated with Claude Code

https://claude.ai/code/session_018PkYQzbsnMihHesafWvXKs

Five merges have landed since 0.9.5 and the version never moved, so the
registry's staleness check could not tell an old instance from a current
one — which is why two servers had to be restarted by hand rather than
noticing for themselves.
Version only. Publishing is a separate question: the manifest still carries
upstream's package name and repository, and that name belongs to somebody
else on npm.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018PkYQzbsnMihHesafWvXKs
@fiddur
fiddur marked this pull request as ready for review August 25, 2026 05:47
@fiddur
fiddur merged commit 423b16b into developAug 25, 2026
@fiddur
fiddur deleted the release-0.9.6 branch August 25, 2026 05:47
Sign up for freeto 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

@fiddur