Skip to content

chore: prepare release v0.33.3#7021

Merged
hanabi1224 merged 1 commit intomainfrom
hm/release-v0.33.3
May 8, 2026
Merged

chore: prepare release v0.33.3#7021
hanabi1224 merged 1 commit intomainfrom
hm/release-v0.33.3

Conversation

@hanabi1224
Copy link
Copy Markdown
Contributor

@hanabi1224 hanabi1224 commented May 8, 2026

Summary of changes

Changes introduced in this pull request:

  • preps release v0.33.3

Reference issue to close (if applicable)

Closes

Other information and links

Change checklist

  • I have performed a self-review of my own code,
  • I have made corresponding changes to the documentation. All new code adheres to the team's documentation standards,
  • I have added tests that prove my fix is effective or that my feature works (if possible),
  • I have made sure the CHANGELOG is up-to-date. All user-facing changes should be reflected in this document.

Outside contributions

  • I have read and agree to the CONTRIBUTING document.
  • I have read and agree to the AI Policy document. I understand that failure to comply with the guidelines will lead to rejection of the pull request.

Summary by CodeRabbit

  • Bug Fixes

    • Fixed chain follower behavior so it skips a sync target tipset when that tipset is already part of the current chain.
  • Documentation

    • Added a release entry for Forest v0.33.3 "Dawn" with categorized sections and the above fix noted.
  • Chores

    • Bumped package version to 0.33.3.

@hanabi1224 hanabi1224 added RPC requires calibnet RPC checks to run on CI Release PR which marks a new Release labels May 8, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 8, 2026

Review Change Stack
No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: cffc2560-6864-458d-8c1f-321b3128a1eb

📥 Commits

Reviewing files that changed from the base of the PR and between a53e2ce and 746d2b2.

⛔ Files ignored due to path filters (4)
  • Cargo.lock is excluded by !**/*.lock
  • src/rpc/snapshots/forest__rpc__tests__rpc__v0.snap is excluded by !**/*.snap
  • src/rpc/snapshots/forest__rpc__tests__rpc__v1.snap is excluded by !**/*.snap
  • src/rpc/snapshots/forest__rpc__tests__rpc__v2.snap is excluded by !**/*.snap
📒 Files selected for processing (2)
  • CHANGELOG.md
  • Cargo.toml
✅ Files skipped from review due to trivial changes (2)
  • Cargo.toml
  • CHANGELOG.md

Walkthrough

Version 0.33.3 release preparation: Package version bumped from 0.33.2 to 0.33.3 in Cargo.toml. CHANGELOG.md updated with new v0.33.3 release block documenting a chain follower fix that skips a sync target tipset when already part of the current chain.

Changes

v0.33.3 Release Preparation

Layer / File(s) Summary
Version Declaration
Cargo.toml
Package version updated from 0.33.2 to 0.33.3.
Release Notes
CHANGELOG.md
New Forest v0.33.3 'Dawn' release block added with placeholder subsections and a Fixed entry documenting chain follower sync-target tipset skip behavior.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested reviewers

  • LesnyRumcajs
  • sudo-shashank
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore: prepare release v0.33.3' accurately summarizes the main change, which is preparing the project for release v0.33.3 by updating version numbers and CHANGELOG.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ 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 hm/release-v0.33.3
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch hm/release-v0.33.3

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

@hanabi1224 hanabi1224 marked this pull request as ready for review May 8, 2026 00:43
@hanabi1224 hanabi1224 requested a review from a team as a code owner May 8, 2026 00:43
@hanabi1224 hanabi1224 requested review from LesnyRumcajs and sudo-shashank and removed request for a team May 8, 2026 00:43
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@CHANGELOG.md`:
- Line 52: Update the changelog entry for PR `#7019` so it matches the project's
pattern `[#...](...): <description>` — specifically insert the missing colon
after the link and normalize the description style to match other entries (e.g.,
change "- [`#7019`](... ) [chain follower] skip a sync target tipset if it's part
of the current chain." to "[`#7019`](...): [chain follower] skip a sync target
tipset if it's part of the current chain" with consistent capitalization and
punctuation).
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: cc72d4e1-55c0-43bf-bf37-648bb7926641

📥 Commits

Reviewing files that changed from the base of the PR and between 8f2b32b and a53e2ce.

⛔ Files ignored due to path filters (4)
  • Cargo.lock is excluded by !**/*.lock
  • src/rpc/snapshots/forest__rpc__tests__rpc__v0.snap is excluded by !**/*.snap
  • src/rpc/snapshots/forest__rpc__tests__rpc__v1.snap is excluded by !**/*.snap
  • src/rpc/snapshots/forest__rpc__tests__rpc__v2.snap is excluded by !**/*.snap
📒 Files selected for processing (2)
  • CHANGELOG.md
  • Cargo.toml

Comment thread CHANGELOG.md Outdated
@hanabi1224 hanabi1224 force-pushed the hm/release-v0.33.3 branch from a53e2ce to 746d2b2 Compare May 8, 2026 00:55
@hanabi1224 hanabi1224 enabled auto-merge May 8, 2026 03:01
@hanabi1224 hanabi1224 disabled auto-merge May 8, 2026 03:01
@hanabi1224 hanabi1224 enabled auto-merge May 8, 2026 09:02
@hanabi1224 hanabi1224 added this pull request to the merge queue May 8, 2026
Merged via the queue into main with commit a7e6df4 May 8, 2026
66 of 67 checks passed
@hanabi1224 hanabi1224 deleted the hm/release-v0.33.3 branch May 8, 2026 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Release PR which marks a new Release RPC requires calibnet RPC checks to run on CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants