Skip to content

chore: prepare v0.1.4-rc.1 release#70

Merged
vansour merged 1 commit intomainfrom
release/v0.1.4-rc.1
Apr 28, 2026
Merged

chore: prepare v0.1.4-rc.1 release#70
vansour merged 1 commit intomainfrom
release/v0.1.4-rc.1

Conversation

@vansour
Copy link
Copy Markdown
Owner

@vansour vansour commented Apr 28, 2026

Summary

  • bump workspace version to 0.1.4-rc.1
  • sync README version marker
  • refresh Cargo.lock and fuzz/Cargo.lock for local package version changes only

Validation

  • ./scripts/prepare-release.sh --tag v0.1.4-rc.1 --allow-dirty
  • preflight checks passed, including fmt, fast/slow tests, clippy gate, TLS gate, HTTP/3 gate, fuzz smoke, and rginx --version check

Copilot AI review requested due to automatic review settings April 28, 2026 13:50
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 28, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI (base), Organization UI (inherited)

Review profile: ASSERTIVE

Plan: Pro

Run ID: f88a1eac-7e65-4964-8830-6fae00586532

📥 Commits

Reviewing files that changed from the base of the PR and between 0961d24 and 8fbfe26.

⛔ Files ignored due to path filters (2)
  • Cargo.lock is excluded by !**/*.lock
  • fuzz/Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (2)
  • Cargo.toml
  • README.md
📜 Recent review details
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
  • GitHub Check: TLS Gate
  • GitHub Check: Test Slow
  • GitHub Check: Agent
  • GitHub Check: Verify Tag And Test
🔇 Additional comments (2)
Cargo.toml (1)

14-14: 版本号格式正确,符合发布目标。

工作空间版本从 0.1.3 升级到 0.1.4-rc.1,遵循语义化版本规范,预发布标识符 rc.1 使用正确。

README.md (1)

5-5: 文档版本更新与 Cargo.toml 保持一致。

README 中显示的当前版本已同步更新为 0.1.4-rc.1,与工作空间版本号一致。


📝 Walkthrough

Summary by CodeRabbit

Chores

  • 版本号更新至 0.1.4-rc.1

总体概述

本次提交将工作区版本从 0.1.3 升级至 0.1.4-rc.1,涉及 Cargo.tomlREADME.md 文件中的版本号更新。

变更

同类变更组 / 文件 变更摘要
版本号更新
Cargo.toml, README.md
将工作区及文档中的版本号从 0.1.3 更新至 0.1.4-rc.1,用于发布候选版本的标记。

估计代码审查工作量

🎯 1 (平凡) | ⏱️ ~2 分钟

可能相关的 PR

  • release: prepare v0.1.3-rc.7 #37: 执行了相同类型的变更——更新工作区版本号并同步更新 README 中的版本信息,涉及的文件和改动模式完全一致。

兔子的庆祝诗

🐰 版本号轻轻跃升,
从旧时的三到新生的四,
-rc.1 的标记闪闪发光,
发布的前夜,万事已就绪。
萝卜地里欢呼雀跃~ 🥕

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed 拉取请求的标题清晰准确地总结了主要变更:准备 v0.1.4-rc.1 版本发布,涵盖了工作区版本更新和 README 同步。
Description check ✅ Passed 拉取请求描述与变更集高度相关,包括版本更新、文档同步和验证步骤的详细信息。
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 release/v0.1.4-rc.1

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

@amazon-q-developer amazon-q-developer Bot left a comment

Choose a reason for hiding this comment

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

This PR correctly updates the project version from 0.1.3 to 0.1.4-rc.1 across all package manifests and lock files. The version changes are consistent and properly synchronized across the workspace configuration, README documentation, and all dependency lock files.


You can now have the agent implement changes and create commits directly on your pull request's source branch. Simply comment with /q followed by your request in natural language to ask the agent to make changes.

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

Prepares the v0.1.4-rc.1 release by updating the workspace version and ensuring user-facing/version-tracking artifacts (README + lockfiles) reflect the new pre-release version.

Changes:

  • Bump [workspace.package] version to 0.1.4-rc.1.
  • Update README “当前版本” marker to 0.1.4-rc.1.
  • Refresh Cargo.lock and fuzz/Cargo.lock to reflect local crate version bumps.

Reviewed changes

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

File Description
Cargo.toml Updates workspace package version to 0.1.4-rc.1.
README.md Syncs documented current version marker with the release candidate version.
Cargo.lock Updates locked versions for workspace crates to 0.1.4-rc.1.
fuzz/Cargo.lock Updates locked versions for fuzz workspace crate dependencies (rginx-*) to 0.1.4-rc.1.

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

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the version of the rginx project and its associated crates from 0.1.3 to 0.1.4-rc.1 across Cargo.toml, Cargo.lock files, and the README.md. I have no feedback to provide.

@vansour vansour merged commit ad0ff75 into main Apr 28, 2026
13 checks passed
@vansour vansour deleted the release/v0.1.4-rc.1 branch April 28, 2026 13:55
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