Skip to content

chore: bump options to v0.3.0 and log to v0.3.0#27

Merged
ankurs merged 1 commit intomainfrom
chore/bump-options-log
Apr 4, 2026
Merged

chore: bump options to v0.3.0 and log to v0.3.0#27
ankurs merged 1 commit intomainfrom
chore/bump-options-log

Conversation

@ankurs
Copy link
Copy Markdown
Member

@ankurs ankurs commented Apr 4, 2026

Summary

  • Bump options v0.2.6 → v0.3.0 and log v0.2.8 → v0.3.0
  • Picks up unified RequestContext for reduced per-request context allocations
  • No code changes — dep-only bump

Test plan

  • go test -race ./... passes

Summary by CodeRabbit

  • Chores
    • Updated internal dependencies to newer versions for improved stability and performance.

Pick up unified RequestContext for reduced context allocations.
No code changes required.
Copilot AI review requested due to automatic review settings April 4, 2026 11:57
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 4, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 82828fc7-f8c1-48e2-8def-47c229df7a70

📥 Commits

Reviewing files that changed from the base of the PR and between c7a2b89 and 511b10a.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod

📝 Walkthrough

Walkthrough

The pull request updates two Go module dependencies in go.mod: github.com/go-coldbrew/log from v0.2.8 to v0.3.0 and github.com/go-coldbrew/options from v0.2.6 to v0.3.0, with no changes to other modules or exported entities.

Changes

Cohort / File(s) Summary
Dependency Version Updates
go.mod
Updated github.com/go-coldbrew/log (v0.2.8→v0.3.0) and github.com/go-coldbrew/options (v0.2.6→v0.3.0).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • go-coldbrew/errors#8: Updates the same dependencies (github.com/go-coldbrew/log and github.com/go-coldbrew/options) to v0.3.0, indicating coordinated version bumps across related projects.

Poem

🐰 A hop, a bump, versions align,
Log and options, both now shine,
From point-two to three they climb,
Dependencies fresh—oh what a time! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: bumping two dependencies to v0.3.0, which matches the changeset containing only go.mod version updates.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/bump-options-log

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the module dependencies for github.com/go-coldbrew/log and github.com/go-coldbrew/options to v0.3.0, picking up the unified RequestContext changes described in the PR metadata, without modifying any repository code.

Changes:

  • Bump github.com/go-coldbrew/log from v0.2.8 to v0.3.0
  • Bump github.com/go-coldbrew/options from v0.2.6 to v0.3.0
  • Update go.sum checksums to match the new versions

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
go.mod Updates required versions for log and options to v0.3.0.
go.sum Removes old checksum entries and adds new ones for the bumped versions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ankurs ankurs merged commit 8099f41 into main Apr 4, 2026
11 checks passed
@ankurs ankurs deleted the chore/bump-options-log branch April 4, 2026 12:13
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.

2 participants