chore: release 0.1.0 #114

Merged
jwilger merged 3 commits from release-plz-2026-06-12T04-09-35Z into main 2026-06-11 21:39:07 -07:00

Summary
This release PR prepares EMC 0.1.0 for publication by committing the release-plz-generated changelog to main. The changelog captures the accumulated project changes for the first crates.io release, and the copyright header keeps the generated changelog compliant with the repository CI policy.

Rationale
The release-plz workflow is intentionally split: regular PRs merge to main, release-plz opens this release PR, and crates are published only after this PR merges. Merging this PR puts the 0.1.0 release metadata on main so the follow-up release-plz publish job can publish emc 0.1.0 to crates.io.

Verification

  • release-plz update --forge gitea
  • signed release PR commit created by Forgejo Actions
  • signed follow-up commit 55772cb added the changelog copyright header
  • signed empty commit e56adc6 retriggers auto_review after metadata-only feedback was addressed
  • just copyright-headers
  • git diff --check
  • Forgejo CI run #277 passed Rust CI, Nix flake check, and semantic-review request
Summary This release PR prepares EMC 0.1.0 for publication by committing the release-plz-generated changelog to main. The changelog captures the accumulated project changes for the first crates.io release, and the copyright header keeps the generated changelog compliant with the repository CI policy. Rationale The release-plz workflow is intentionally split: regular PRs merge to main, release-plz opens this release PR, and crates are published only after this PR merges. Merging this PR puts the 0.1.0 release metadata on main so the follow-up release-plz publish job can publish emc 0.1.0 to crates.io. Verification - release-plz update --forge gitea - signed release PR commit created by Forgejo Actions - signed follow-up commit 55772cb added the changelog copyright header - signed empty commit e56adc6 retriggers auto_review after metadata-only feedback was addressed - just copyright-headers - git diff --check - Forgejo CI run #277 passed Rust CI, Nix flake check, and semantic-review request
chore: release
Some checks failed
CI / Rust CI (pull_request) Failing after 13s
CI / Nix flake check (pull_request) Successful in 9s
CI / Request auto_review semantic review (pull_request) Successful in 1s
auto_review auto_review: no findings
6fab459d72
auto-review requested changes 2026-06-11 21:10:08 -07:00
Dismissed
auto-review left a comment

This pull request introduces a comprehensive changelog file adhering to the Keep a Changelog format, documenting all notable changes in the project. The changes are primarily related to the release process and do not affect the codebase directly. The PR appears safe to merge.

LLM usage and cost

Pre-merge checks

  • PR metadata quality: failed
  • Rationale: The title 'chore: release' is incomplete as it does not specify a version or follow the conventional commit format for a release. The body is also not sufficiently descriptive, as it does not explain why the release is needed.
  • Offending text: chore: release

Summary

  • Release generated by release-plz after changes merged to main.

Verification

  • release-plz update --forge gitea
  • signed release PR commit created by Forgejo Actions
This pull request introduces a comprehensive changelog file adhering to the Keep a Changelog format, documenting all notable changes in the project. The changes are primarily related to the release process and do not affect the codebase directly. The PR appears safe to merge. ## LLM usage and cost - Reasoning (gpt-4o) in=5360 out=66 cost=$0.027790 - Cheap (gpt-4o-mini) in=301 out=106 cost=$0.000109 Estimated total USD: $0.027899 via https://api.openai.com and https://api.openai.com ## Pre-merge checks - PR metadata quality: failed - Rationale: The title 'chore: release' is incomplete as it does not specify a version or follow the conventional commit format for a release. The body is also not sufficiently descriptive, as it does not explain why the release is needed. - Offending text: chore: release Summary - Release generated by release-plz after changes merged to main. Verification - release-plz update --forge gitea - signed release PR commit created by Forgejo Actions
fix: add changelog copyright header
All checks were successful
CI / Nix flake check (pull_request) Successful in 7s
CI / Request auto_review semantic review (pull_request) Successful in 2s
auto_review auto_review: no findings
CI / Rust CI (pull_request) Successful in 12m51s
55772cb7a9
jwilger changed title from chore: release to chore: release 0.1.0 2026-06-11 21:12:33 -07:00
auto-review requested changes 2026-06-11 21:21:35 -07:00
Dismissed
auto-review left a comment

This PR updates the CHANGELOG.md file with a copyright header for the upcoming 0.1.0 release. The change appears safe to merge, but verify the copyright year.

LLM usage and cost

Pre-merge checks

  • PR metadata quality: failed
  • Rationale: The PR body contains a summary that is not a detailed explanation of why the change is needed. It merely lists actions without providing context or reasoning.
  • Offending text: Summary
  • Release EMC 0.1.0 with the changelog generated by release-plz.
  • Include the accumulated changes merged to main since the crate started publishing automation.
This PR updates the CHANGELOG.md file with a copyright header for the upcoming 0.1.0 release. The change appears safe to merge, but verify the copyright year. ## LLM usage and cost - Reasoning (gpt-4o) in=963 out=100 cost=$0.006315 - Cheap (gpt-4o-mini) in=385 out=79 cost=$0.000105 Estimated total USD: $0.006420 via https://api.openai.com and https://api.openai.com ## Pre-merge checks - PR metadata quality: failed - Rationale: The PR body contains a summary that is not a detailed explanation of why the change is needed. It merely lists actions without providing context or reasoning. - Offending text: Summary - Release EMC 0.1.0 with the changelog generated by release-plz. - Include the accumulated changes merged to main since the crate started publishing automation.
chore: refresh release review
All checks were successful
CI / Nix flake check (pull_request) Successful in 5s
CI / Request auto_review semantic review (pull_request) Successful in 1s
auto_review auto_review: no findings
CI / Rust CI (pull_request) Successful in 8m37s
e56adc6216
auto-review left a comment

This PR prepares the EMC 0.1.0 release by adding the release-plz-generated changelog to the main branch. The changelog includes all project changes for the first crates.io release, ensuring compliance with the repository's CI policy. The PR appears safe to merge as it primarily involves metadata updates.

LLM usage and cost

This PR prepares the EMC 0.1.0 release by adding the release-plz-generated changelog to the main branch. The changelog includes all project changes for the first crates.io release, ensuring compliance with the repository's CI policy. The PR appears safe to merge as it primarily involves metadata updates. ## LLM usage and cost - Reasoning (gpt-4o) in=16885 out=77 cost=$0.085580 - Cheap (gpt-4o-mini) in=495 out=39 cost=$0.000098 Estimated total USD: $0.085678 via https://api.openai.com and https://api.openai.com
jwilger referenced this pull request from a commit 2026-06-11 21:39:08 -07:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Slipstream/emc!114
No description provided.