Skip to content

chore(release): 1.3.0#184

Merged
rahlk merged 1 commit into
mainfrom
chore/release-1.3.0
Jun 27, 2026
Merged

chore(release): 1.3.0#184
rahlk merged 1 commit into
mainfrom
chore/release-1.3.0

Conversation

@rahlk

@rahlk rahlk commented Jun 27, 2026

Copy link
Copy Markdown
Collaborator

Cuts the 1.3.0 minor release: bumps pyproject.toml 1.2.1 → 1.3.0 and promotes the changelog's [Unreleased] into a dated [v1.3.0] section.

Motivation and Context

Everything landed on main since v1.2.0 is additive, backward-compatible new public API, so this is a minor bump (semver), not a patch. The orphaned 1.2.1 in pyproject was never tagged/released and is superseded.

Changes captured in [v1.3.0]:

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

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the Codellm-Devkit Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

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.

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.
@rahlk rahlk added the release ✨ New Release label Jun 27, 2026
@rahlk rahlk merged commit bfdcee5 into main Jun 27, 2026
@rahlk rahlk deleted the chore/release-1.3.0 branch June 27, 2026 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release ✨ New Release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant