Skip to content

chore: release - #81

Merged
takaebato merged 3 commits into
masterfrom
release-plz-2026-07-26T07-20-05Z
Jul 26, 2026
Merged

chore: release#81
takaebato merged 3 commits into
masterfrom
release-plz-2026-07-26T07-20-05Z

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • sql-insight: 0.4.0 -> 0.5.0 (✓ API compatible changes)
  • sql-insight-cli: 0.3.0 -> 0.4.0 (inherits sql-insight 0.5.0's breaking analysis changes)
Changelog

sql-insight

0.5.0 - 2026-07-26

⚠️ Breaking Changes

trace statement-materialized relations into their inputs (#69) by @takaebato

expand wildcards when the covered columns are fully known (#67) by @takaebato

Added

  • expose a data-modifying CTE's RETURNING as its output columns (#79) by @takaebato

Fixed

  • scope DISTINCT ON keys over the projection outputs (#77) by @takaebato
  • close the remaining audited correctness gaps across dialect corners (#76) by @takaebato
  • make pipe operators evolve the running scope correctly (#75) by @takaebato
  • close resolution and trace gaps across CTE, APPLY, USING, and derived tables (#74) by @takaebato
  • stop DML binder paths from silently losing writes and reads (#72) by @takaebato
  • correct wildcard handling in FROM-first selects, pipe SELECT *, and ON CONFLICT lineage (#71) by @takaebato
  • resolve an unqualified conflict-action reference as ambiguous (#68) by @takaebato

Other Changes

  • rename the security-audit workflow to cargo-deny and add its badge (#64) by @takaebato

sql-insight-cli

0.4.0 - 2026-07-26

Fixed

  • track quote and comment state when splitting interactive CLI statements (#78) by @takaebato

Other Changes

  • rename the security-audit workflow to cargo-deny and add its badge (#64) by @takaebato


This PR was generated with release-plz.

@github-actions
github-actions Bot force-pushed the release-plz-2026-07-26T07-20-05Z branch from 3796895 to ca92b41 Compare July 26, 2026 07:23
release-plz updates the manifests but not the README code blocks; the
readme_deps_are_updated pin caught the stale 0.4.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown
Contributor Author

✅ PR title follows the Conventional Commits spec.

@codecov

codecov Bot commented Jul 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.74%. Comparing base (b3c53d6) to head (4a9e7f9).

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #81   +/-   ##
=======================================
  Coverage   95.74%   95.74%           
=======================================
  Files          28       28           
  Lines        6675     6675           
  Branches     6675     6675           
=======================================
  Hits         6391     6391           
  Misses        191      191           
  Partials       93       93           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

The lib changelog's breaking headings gain the 0.4.0-style prose (the
synthetic-source removal and the always-on wildcard expansion). The
CLI inherits those behavior changes through the dependency bump, so
its extract output changes for the same SQL: 0.3.1 becomes 0.4.0 with
its own breaking-change section pointing at the lib changelog.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@takaebato
takaebato merged commit f07cf90 into master Jul 26, 2026
15 checks passed
@takaebato
takaebato deleted the release-plz-2026-07-26T07-20-05Z branch July 26, 2026 07:41
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