Conversation
📝 WalkthroughWalkthroughThis PR prepares a new release of the ruby-duckdb gem, updating the version from 1.4.3.0 to 1.4.4.0 and bumping the Ruby build dependency from 4.0.0 to 4.0.1. Supporting changes include updating the changelog with release notes for new features and fixes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@CHANGELOG.md`:
- Line 7: The changelog header "# 1.4.4.0 - 2026-03-07" has the wrong release
date; update that header to match the actual tag/merge date (e.g., change
"2026-03-07" to "2026-03-06") or replace the date with a placeholder like
"Unreleased" and ensure it is set to the tag date when cutting the release;
locate and edit the header line "# 1.4.4.0 - 2026-03-07" accordingly.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 87cfbee2-709e-467e-a791-6f983d98f60a
⛔ Files ignored due to path filters (1)
Gemfile.lockis excluded by!**/*.lock
📒 Files selected for processing (3)
CHANGELOG.mdDockerfilelib/duckdb/version.rb
|
|
||
| # Unreleased | ||
|
|
||
| # 1.4.4.0 - 2026-03-07 |
There was a problem hiding this comment.
Keep the release date aligned with the actual tag date.
This header is dated 2026-03-07, while the PR was opened on 2026-03-06. If the release slips or is cut earlier, the changelog will be wrong on publish, so I'd update this on merge/tag day.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@CHANGELOG.md` at line 7, The changelog header "# 1.4.4.0 - 2026-03-07" has
the wrong release date; update that header to match the actual tag/merge date
(e.g., change "2026-03-07" to "2026-03-06") or replace the date with a
placeholder like "Unreleased" and ensure it is set to the tag date when cutting
the release; locate and edit the header line "# 1.4.4.0 - 2026-03-07"
accordingly.
Summary by CodeRabbit
New Features
Chores