Skip to content

chore: release 1.0.0#71

Merged
isamu merged 1 commit into
mainfrom
chore/release-1.0.0
May 18, 2026
Merged

chore: release 1.0.0#71
isamu merged 1 commit into
mainfrom
chore/release-1.0.0

Conversation

@isamu

@isamu isamu commented May 18, 2026

Copy link
Copy Markdown
Collaborator

Summary

First stable release. No code changes since 0.1.5 — this PR only bumps the version and promotes the surface that shipped through the 0.1.x line to a SemVer-guaranteed stable API.

Change Detail
package.json 0.1.51.0.0
CHANGELOG.md New [1.0.0] - 2026-05-18 section; header updated to state strict SemVer applies from 1.0.0 (the relaxed 0.x bug-fix convention applied only through 0.1.5; historical notes preserved verbatim)

Items to Confirm / Review

  • This is a major version, but a no-op one. Consumers on 0.1.5 upgrade to 1.0.0 with zero code or type changes. The major bump is the declaration of stability, not a breaking change in itself — all the accumulated type-only breaking changes were already shipped and documented across the 0.1.x sections.
  • SemVer policy change is the substantive part. From 1.0.0, any breaking change (including type-only) requires a major bump. The 0.x relaxed convention is now closed; this is captured in the CHANGELOG header.
  • Release mechanics follow the established convention from 0.1.3/0.1.4/0.1.5: bare 1.0.0 tag (no v prefix, no scope prefix), GitHub release marked Latest.

User Prompt

安定したので 1.0.0 で publish してほしい

Verification

  • yarn install / yarn typecheck / yarn lint / yarn build: clean
  • yarn test: 502 passing / 0 failing / 9 skipped (unchanged from 0.1.5)

🤖 Generated with Claude Code

First stable release. No code changes since 0.1.5 — promotes the
0.1.x public surface to a SemVer-guaranteed stable API.

CHANGELOG header updated: the relaxed 0.x convention (upstream bug
fixes that corrected already-broken behaviour treated as `fix` not
`BREAKING`) applied only through 0.1.5; from 1.0.0 strict SemVer
applies and any breaking change — including type-only — gets a
major bump. Historical 0.x notes preserved verbatim in their
version sections.

Consumers on 0.1.5 upgrade to 1.0.0 with no code or type changes.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@isamu isamu merged commit 14a332f into main May 18, 2026
11 checks passed
@isamu isamu deleted the chore/release-1.0.0 branch May 18, 2026 06:40
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