Skip to content

chore: release - #48

Merged
takaebato merged 5 commits into
masterfrom
release-plz-2026-06-28T13-21-44Z
Jul 5, 2026
Merged

chore: release#48
takaebato merged 5 commits into
masterfrom
release-plz-2026-06-28T13-21-44Z

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • sql-insight: 0.3.0 -> 0.4.0 (✓ API compatible changes)
  • sql-insight-cli: 0.2.1 -> 0.2.2
Changelog

sql-insight

0.4.0 - 2026-07-05

⚠️ Breaking Changes

attribute unqualified SET targets with the read-side rules (#59) by @takaebato

upgrade sqlparser to 0.62 (#55) by @takaebato

Added

  • resolve Oracle join-view INSERT targets by column attribution (#61) by @takaebato
  • fan out multi-column-alias lineage to every alias (#60) by @takaebato
  • resolve Oracle inline-view INSERT targets to their base table (#58) by @takaebato

Fixed

  • don't surface a ClickHouse ARRAY JOIN operand as a table read (#57) by @takaebato

Other Changes

  • changelog breaking-change workflow, version-bump docs, and keywords (#51) by @takaebato
  • tidy keywords, README versions, and add a version-sync check (#46) by @takaebato

sql-insight-cli

0.2.2 - 2026-07-05

Added

  • (cli) prebuilt binary distribution — cargo binstall, completions, man, and provenance (#53) by @takaebato

Fixed

  • (deps) update rust crate clap_mangen to 0.3 (#54) by @renovate[bot]

Other Changes

  • changelog breaking-change workflow, version-bump docs, and keywords (#51) by @takaebato
  • tidy keywords, README versions, and add a version-sync check (#46) by @takaebato


This PR was generated with release-plz.

@github-actions
github-actions Bot force-pushed the release-plz-2026-06-28T13-21-44Z branch 14 times, most recently from a15cf3d to 619ab3e Compare July 5, 2026 08:41
takaebato added a commit that referenced this pull request Jul 5, 2026
## Summary

The changelog body template credits ` by @author` on every normal group
entry
but not on the "Breaking Changes" `####` headings. This release will be
the
first to render that section (#55 / #59 are `feat!`), so add the same
guarded
attribution there:

```jinja
#### … {{ commit.message }}{% if commit.remote.username %} by @{{ commit.remote.username }}{% endif %}
```

Also drops CLAUDE.md's stale breaking-changes bullet: it still described
the
PR-description changelog block dropped in #56, the `!` flag is already
covered by the PR-title bullet, and the rendering /
hand-written-migration-
notes facts live at their source in release-plz.toml's comments.

## Verification

`commit.remote.username` is the same variable the normal-entry line two
lines
below already uses, under the same guard. Rendering can't be verified
locally
without GitHub-integrated release-plz — after this merges, release-plz
will
regenerate the open release PR (#48), where the Breaking Changes
headings can
be eyeballed before releasing.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
@github-actions
github-actions Bot force-pushed the release-plz-2026-06-28T13-21-44Z branch from 619ab3e to df9af92 Compare July 5, 2026 09:01
The CLI gained a real feature (#53: binstall, completions, man pages), so
promote release-plz's 0.x feat→patch default to a minor bump. Add concise
migration notes under the library's Breaking Changes headings (#59 SET
attribution, #55 sqlparser 0.62).

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

github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor Author

✅ PR title follows the Conventional Commits spec.

takaebato and others added 2 commits July 5, 2026 18:10
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Caught by tests/version_numbers.rs (version-sync) after the 0.4.0 bump.

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

codecov Bot commented Jul 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.92%. Comparing base (4eecf52) to head (bf70137).

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #48   +/-   ##
=======================================
  Coverage   94.92%   94.92%           
=======================================
  Files          27       27           
  Lines        5893     5893           
  Branches     5893     5893           
=======================================
  Hits         5594     5594           
  Misses        212      212           
  Partials       87       87           

☔ 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.

Link-only: the details live in the library's changelog; the CLI entry
records that the same input can produce different results.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@takaebato
takaebato merged commit e17be22 into master Jul 5, 2026
14 checks passed
@takaebato
takaebato deleted the release-plz-2026-06-28T13-21-44Z branch July 5, 2026 09:26
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