chore(release): 1.3.0 - #173
Merged
Merged
Conversation
ANALYZER_VERSION moves with package.json because it is the cache-invalidation key: this release changes the cached tree shape (body nodes and parameters carry ids, modules carry INTERNAL call_sites), so a warm 1.2.0 cache must not be reused. README --help block regenerated for --program, --list-programs, --emit-ir and --no-repo-sections (#149), which shipped without it. Released as a MINOR despite one breaking-marked commit (#166: `_module` retired from the Neo4j graph, marker labels added), by the same decision as 1.2.0; the release notes lead with it and its migration. Graph contract stays 2.0.0 (#144).
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.
Bumps
package.jsonandANALYZER_VERSIONto 1.3.0 in lockstep (the version tests enforce it; the release workflow fails fast on a mismatch).ANALYZER_VERSIONis the cache key, and this release changes the cached tree shape (#165 ids, #170 modulecall_sites), so a warm 1.2.0 cache is not reused.Also regenerates the README
--helpblock for--program,--list-programs,--emit-irand--no-repo-sections(#149), which landed without it.Shipped as a minor by explicit decision
One breaking-marked commit since v1.2.0 — #166:
_moduleretired from the Neo4j graph and its catalog;TSCanNode/JSCanNodemarker labels added; every destructive statement scoped on thecan://id prefix. Graph contract stays 2.0.0 (#144). The release notes lead with it.Also visible: #152 changes what
TSDecorator.qualified_nameholds (import-table resolution or absent;namebecomes the written spelling for dotted decorators).bun test315 pass; typecheck clean