Skip to content

Cut release 0.1.2 - #24

Merged
thedavidmeister merged 3 commits into
mainfrom
2026-09-09-cut-0.1.2
Sep 9, 2026
Merged

Cut release 0.1.2#24
thedavidmeister merged 3 commits into
mainfrom
2026-09-09-cut-0.1.2

Conversation

@thedavidmeister

@thedavidmeister thedavidmeister commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Cuts release 0.1.2: [external.package].version to 0.1.2 and the candidate frozen into src/generated/0_1_2/ in the same commit, via cutRelease() + forge fmt, with the released-suites libs regenerated.

Nothing deployed changes. 0_1_2 is byte-identical to 0_1_1 apart from the tag name, because rain-math-float 0.2.1 (#23) added a constant DecimalFloat does not reference. The release exists so the published rain-math-float-deploy package spells rain-math-float-0.2.1/ in its imports: rainlang must pin both the library 0.2.1 (for FLOAT_PI, rainlang#579) and this package (for the log-tables address), and with recursive_deps off and no version aliasing, both have to name the same library version.

After merge: push sol-v0.1.2. No Manual sol artifacts run is needed first, since every suite address already carries this exact code on every supported network; the tag lane verifies the live chains against the record.

QA

  • Discriminating tests: forge test 71 passed, 6 fork tests unrun locally (fork tests need RPC env and run in CI: LibDecimalFloatDeployProdTest against the current pins, DecimalFloatDeployChainTest and the snapshot test against every released suite including the new 0_1_2).
  • Mutations applied: n/a, a release cut; the check that matters is diff src/generated/0_1_1 src/generated/0_1_2 being empty modulo the tag, which it is.
  • Oracle: the candidate record CI currency-checks, and the live chains the tag lane reads.
  • Category check: version field, frozen snapshot and generated released-suites libs, in lockstep as release-guard requires; nothing else touched.

🤖 Generated with Claude Code

https://claude.ai/code/session_01QyCCzi9WZPhuXcU1hwr2bq

Summary by CodeRabbit

  • New Features

    • Added the decimal-float@0.1.2 release to the available frozen releases.
    • Added the log-tables@0.1.2 release alongside the existing 0.1.1 release.
  • Updates

    • Updated the external package version from 0.1.1 to 0.1.2.

…step

Byte-identical to 0_1_1: rain-math-float 0.2.1 added a constant the
concrete does not reference. The release exists so the published package
spells rain-math-float-0.2.1 in its imports, which rainlang needs to pin
the library and this package together without aliasing.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QyCCzi9WZPhuXcU1hwr2bq
@coderabbitai

coderabbitai Bot commented Sep 9, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Advanced

Run ID: 8a20176c-e3ac-4271-9942-f542303b4b53

📥 Commits

Reviewing files that changed from the base of the PR and between da91e3f and 2626c1a.

⛔ Files ignored due to path filters (2)
  • src/generated/0_1_2/DecimalFloat.sol is excluded by !**/generated/**
  • src/generated/0_1_2/LogTables.sol is excluded by !**/generated/**
📒 Files selected for processing (3)
  • foundry.toml
  • src/lib/LibDecimalFloatReleased.sol
  • src/lib/LibLogTablesReleased.sol

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


Walkthrough

The package version increases to 0.1.2. The DecimalFloat and LogTables release registries import their 0_1_2 snapshots and return both 0_1_1 and 0_1_2 deployment suites.

Changes

Release registry update

Layer / File(s) Summary
Register frozen 0.1.2 releases
foundry.toml, src/lib/LibDecimalFloatReleased.sol, src/lib/LibLogTablesReleased.sol
The package version changes to 0.1.2. Both release registries import the 0_1_2 deployment artifacts, expand their suite arrays, and add the new deployment entries.

Priority: ➖ Normal

Estimated code review effort: 2 (Simple) | ~10 minutes

Merge Risk: ⚪ Minimal · up to c63b3

This release registers the 0.1.2 DecimalFloat and LogTables deployment metadata alongside 0.1.1 and updates the package version, without changing deployed contract behavior. The release entries are aligned and ready to merge.

🚥 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 clearly and concisely describes the main change: cutting release 0.1.2.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
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.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch 2026-09-09-cut-0.1.2

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.

@thedavidmeister
thedavidmeister merged commit 55673d6 into main Sep 9, 2026
9 checks passed
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