Release the gate change as 0.3.0, and start a changelog #105
Reference in New Issue
Block a user
Delete Branch "contract-0-3-0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The 0.3.0 contract generation was never tagged — released versions run 0.1.0, 0.2.0, 0.2.1 — so
releasing the session gate as 0.4.0 would spend a minor on a state no adopter ever received. This
puts
HOST_API_VERSIONback to 0.3.0 and rewrites the nine author-facingapiVersionsamples withit, so 0.3.0 is the release that carries the gate change.
It also repairs the release path as a side effect: with the constant at 0.4.0 and the last tag at
v0.2.1, a Renovate auto-release computes v0.2.2 and
release.yml's contract check refuses it, sonothing could publish. Tagging v0.3.0 from this puts the two back in step.
CHANGELOG.mdstarts here, covering everything since v0.2.1 — thesessiongate and theexactly-one-gate rule, the
filter-barmultiselectcontrol, the emailless-identity session fix,and Node 24.20.0 — with the two steps a plugin author has to take.