Skip to content

chore(release): prepare release 0.33.6 "Ebb"#7145

Merged
hanabi1224 merged 1 commit into
mainfrom
hm/release-v0.33.6
Jun 5, 2026
Merged

chore(release): prepare release 0.33.6 "Ebb"#7145
hanabi1224 merged 1 commit into
mainfrom
hm/release-v0.33.6

Conversation

@hanabi1224

@hanabi1224 hanabi1224 commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Summary of changes

Changes introduced in this pull request:

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

  • Release

    • Version 0.33.6 "Ebb" is now available.
  • Documentation

    • Changelog updated with a new release entry for 0.33.6 and added empty "Breaking", "Added", "Changed", "Removed", and "Fixed" subsections to the unreleased section.
  • Chore

    • Package version bumped to 0.33.6.

@hanabi1224 hanabi1224 added RPC requires calibnet RPC checks to run on CI Release PR which marks a new Release labels Jun 5, 2026
@coderabbitai

coderabbitai Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

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: 22d9fcdc-86dd-465c-9f0f-761e1343a5b8

📥 Commits

Reviewing files that changed from the base of the PR and between 3cd15da and b51f551.

⛔ 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

This PR is a release preparation update that bumps the forest-filecoin crate version from 0.33.5 to 0.33.6 in Cargo.toml and restructures CHANGELOG.md by adding empty "Changed", "Removed", and "Fixed" subsections to the unreleased section, then creates a new release stub entry for Forest v0.33.6 "Ebb" with empty "Breaking" and "Added" subsections.

Changes

Release v0.33.6 Preparation

Layer / File(s) Summary
Version bump and changelog update
Cargo.toml, CHANGELOG.md
Cargo.toml crate version incremented to 0.33.6. CHANGELOG.md extended with empty ### Changed/### Removed/### Fixed subsections under ## Forest unreleased and a new ## Forest v0.33.6 "Ebb" release entry with empty ### Breaking and ### Added subsections.

Possibly related PRs

  • ChainSafe/forest#6954: Both PRs update CHANGELOG.md’s Forest unreleased template and bump the forest-filecoin crate version in Cargo.toml.
  • ChainSafe/forest#7137: Both PRs are release prep changes that update CHANGELOG.md and bump the forest-filecoin crate version.
  • ChainSafe/forest#6671: Both PRs touch CHANGELOG.md release scaffolding and include a Cargo.toml version bump for a new Forest release.

Suggested reviewers

  • akaladarshi
  • LesnyRumcajs

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 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(release): prepare release 0.33.6 "Ebb"' accurately and specifically summarizes the main purpose of the changeset—preparing a release with version bump and changelog updates.
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.6
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch hm/release-v0.33.6

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

@hanabi1224 hanabi1224 marked this pull request as ready for review June 5, 2026 05:07
@hanabi1224 hanabi1224 requested a review from a team as a code owner June 5, 2026 05:07
@hanabi1224 hanabi1224 requested review from akaladarshi and sudo-shashank and removed request for a team June 5, 2026 05:07

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

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 40: Update the release note sentence in CHANGELOG.md that reads "Earlier
releases are not effected" to use the correct word "affected"; locate the
sentence referencing "Non-mandatory release for all node operators" and
"v0.33.5" and replace "effected" with "affected" so the user-facing release
description reads "...(Earlier releases are not affected)".
🪄 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: 38701c4c-553b-4ccc-a86f-dea462ce3034

📥 Commits

Reviewing files that changed from the base of the PR and between 32abff9 and 3cd15da.

⛔ 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.6 branch from 3cd15da to b51f551 Compare June 5, 2026 05:10
@hanabi1224 hanabi1224 enabled auto-merge June 5, 2026 05:19
@hanabi1224 hanabi1224 added this pull request to the merge queue Jun 5, 2026
Merged via the queue into main with commit 128a84e Jun 5, 2026
41 checks passed
@hanabi1224 hanabi1224 deleted the hm/release-v0.33.6 branch June 5, 2026 05:43
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.

3 participants