Skip to content

v2.0.0 にバージョンアップ#51

Merged
TwoSquirrels merged 5 commits into
mainfrom
release-v2.0.0
Jul 11, 2026
Merged

v2.0.0 にバージョンアップ#51
TwoSquirrels merged 5 commits into
mainfrom
release-v2.0.0

Conversation

@TwoSquirrels

@TwoSquirrels TwoSquirrels commented Jul 11, 2026

Copy link
Copy Markdown
Owner

v2.0 マイルストーン (#24, #31, #41) 消化に伴うリリース準備です。マージ後に v2.0.0 タグでリリースします。

バージョンアップに加えて、ドキュメントの古い記述を更新しています。

🤖 Generated with Claude Code

Summary by CodeRabbit

  • New Features

    • Improved bundling support for libraries with declarations and implementations split across files.
    • Required implementation files are now retained alongside necessary headers when determining bundled content.
    • Added clearer handling guidance for cases where implementation targets cannot be detected automatically.
  • Bug Fixes

    • Added validation requirements for library identifiers, rejecting empty values, path separators, colons, and . or ...
  • Documentation

    • Updated usage, troubleshooting, and architecture documentation to reflect the latest bundling behavior and version 2.0 changes.

TwoSquirrels and others added 5 commits July 11, 2026 17:27
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Implementation-file retention (#36) ships in v2.0.0, so the v1.0
header-only limitation no longer holds; state the actual remaining gap
(files whose implementation target cannot be determined statically).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…pport

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jul 11, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: d7692a17-311e-40b4-ab71-ae1a01fa93f0

📥 Commits

Reviewing files that changed from the base of the PR and between c8e8f45 and 8379f55.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (8)
  • Cargo.toml
  • README.ja.md
  • README.md
  • docs/architecture.md
  • docs/cheatsheet.ja.md
  • docs/cheatsheet.md
  • docs/spec.ja.md
  • docs/spec.md

📝 Walkthrough

Walkthrough

The crate version is bumped to 2.0.0. Documentation updates describe bundling implementation-file retention, tree-shaking limitations, library ID validation, test utilities, and CLI size.

Changes

Bundling behavior documentation

Layer / File(s) Summary
Bundling behavior documentation
README.md, README.ja.md, docs/cheatsheet.md, docs/cheatsheet.ja.md
Documentation explains implementation-file retention, static-analysis limitations, and troubleshooting for missing definitions after bundling.

Library ID validation specification

Layer / File(s) Summary
Library ID validation specification
docs/spec.md, docs/spec.ja.md
The library add specification rejects empty, reserved, separator-containing, and colon-containing IDs.

Release and architecture metadata

Layer / File(s) Summary
Release and architecture metadata
Cargo.toml, docs/architecture.md
The crate version changes to 2.0.0; architecture documentation adds testutil.rs and updates the CLI size estimate.

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

Possibly related PRs

🚥 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 summarizes the main change: bumping the project to v2.0.0 for release.
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.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-v2.0.0

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.

@TwoSquirrels

Copy link
Copy Markdown
Owner Author

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Jul 11, 2026

Copy link
Copy Markdown
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@TwoSquirrels TwoSquirrels merged commit 07e9b44 into main Jul 11, 2026
10 checks passed
@TwoSquirrels TwoSquirrels deleted the release-v2.0.0 branch July 11, 2026 10:30
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