chore(release): 1.3.0#184
Merged
Merged
Conversation
Minor release: new backward-compatible API since v1.2.0. - Python facade bulk/projected accessors (get_callables_overview, get_method_bodies, get_decorated_callables, get_callsites_for) + the PyCallableOverview model (#181). - TypeScript tsc_only toggle (TSCodeAnalyzerConfig) and synthesized anonymous callables (TSSynthesizedCallable, get_synthesized_callables) (#179). - Neo4j Python backend reuses a single read session. - codeanalyzer-typescript 0.4.0 -> 0.4.3.
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.
Cuts the 1.3.0 minor release: bumps
pyproject.toml1.2.1 → 1.3.0and promotes the changelog's[Unreleased]into a dated[v1.3.0]section.Motivation and Context
Everything landed on
mainsincev1.2.0is additive, backward-compatible new public API, so this is a minor bump (semver), not a patch. The orphaned1.2.1in pyproject was never tagged/released and is superseded.Changes captured in
[v1.3.0]:get_callables_overview,get_method_bodies,get_decorated_callables,get_callsites_for) + the newPyCallableOverviewmodel (feat(python): bulk/projected accessors for the Python facade (#180) #181); TypeScripttsc_onlytoggle viaTSCodeAnalyzerConfig, and synthesized anonymous callables (TSSynthesizedCallable,get_synthesized_callables) (feat(typescript): add tsc_only toggle and surface synthesized anonymous callables #179); README Cited By section.codeanalyzer-typescript0.4.0 → 0.4.3.How Has This Been Tested?
Docs/version-only change — no code touched. The features themselves shipped and were tested under #179 and #181.
Breaking Changes
None. Minor, backward-compatible release.
Types of changes
Checklist
Additional context
Single commit
chore(release): 1.3.0. Tagging/publishing is left to the release workflow off the merged version bump — this PR does not create a tag.