Skip to content

chore: release - #195

Open
QaidVoid wants to merge 1 commit into
mainfrom
release-plz-2026-08-10T11-39-15Z
Open

chore: release#195
QaidVoid wants to merge 1 commit into
mainfrom
release-plz-2026-08-10T11-39-15Z

Conversation

@QaidVoid

@QaidVoid QaidVoid commented Aug 10, 2026

Copy link
Copy Markdown
Member

🤖 New release

  • soar-utils: 0.5.0 -> 0.5.1 (✓ API compatible changes)
  • soar-config: 0.12.0 -> 0.12.1 (✓ API compatible changes)
  • soar-dl: 0.12.0 -> 0.12.1 (✓ API compatible changes)
  • soar-registry: 0.6.1 -> 0.6.2 (✓ API compatible changes)
  • soar-db: 0.6.1 -> 0.6.2 (✓ API compatible changes)
  • soar-events: 0.2.0 -> 0.3.0 (⚠ API breaking changes)
  • soar-package: 0.5.0 -> 0.5.1 (✓ API compatible changes)
  • soar-core: 0.17.1 -> 0.17.2 (✓ API compatible changes)
  • soar-operations: 0.4.1 -> 0.4.2 (✓ API compatible changes)
  • soar-cli: 0.13.1 -> 0.13.2

soar-events breaking changes

--- failure enum_no_repr_variant_discriminant_changed: enum variant had its discriminant change value ---

Description:
The enum's variant had its discriminant value change. This breaks downstream code that used its value via a numeric cast like `as isize`.
        ref: https://doc.rust-lang.org/reference/items/enumerations.html#assigning-discriminant-values
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/enum_no_repr_variant_discriminant_changed.ron

Failed in:
  variant SoarEvent::Log 19 -> 20 in /tmp/.tmpeZBxFI/soar/crates/soar-events/src/event.rs:124

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/enum_variant_added.ron

Failed in:
  variant SoarEvent:ApplyComplete in /tmp/.tmpeZBxFI/soar/crates/soar-events/src/event.rs:117
Changelog

soar-utils

0.5.1 - 2026-08-13

⛰️ Features

  • Serve soarpkgs on riscv64 and refresh the readme (#198) - (2224691)

soar-config

0.12.1 - 2026-08-13

⛰️ Features

  • Serve soarpkgs on riscv64 and refresh the readme (#198) - (2224691)

soar-dl

0.12.1 - 2026-08-13

⛰️ Features

  • Serve soarpkgs on riscv64 and refresh the readme (#198) - (2224691)

soar-registry

0.6.2 - 2026-08-13

⛰️ Features

  • (cli) Expose soar to frontends with JSON output and a plugin manifest (#194) - (6846b89)
  • Serve soarpkgs on riscv64 and refresh the readme (#198) - (2224691)

🐛 Bug Fixes

  • (registry) Read the date the metadata actually publishes (#196) - (2772841)

soar-db

0.6.2 - 2026-08-13

⛰️ Features

  • (cli) Expose soar to frontends with JSON output and a plugin manifest (#194) - (6846b89)
  • Serve soarpkgs on riscv64 and refresh the readme (#198) - (2224691)

soar-events

0.3.0 - 2026-08-13

⛰️ Features

  • (cli) Expose soar to frontends with JSON output and a plugin manifest (#194) - (6846b89)
  • Serve soarpkgs on riscv64 and refresh the readme (#198) - (2224691)

soar-package

0.5.1 - 2026-08-13

⛰️ Features

  • Serve soarpkgs on riscv64 and refresh the readme (#198) - (2224691)

soar-core

0.17.2 - 2026-08-13

⛰️ Features

  • Serve soarpkgs on riscv64 and refresh the readme (#198) - (2224691)

soar-operations

0.4.2 - 2026-08-13

⛰️ Features

  • (cli) Expose soar to frontends with JSON output and a plugin manifest (#194) - (6846b89)
  • Serve soarpkgs on riscv64 and refresh the readme (#198) - (2224691)

soar-cli

0.13.2 - 2026-08-13

⛰️ Features

  • (cli) Install packages from soar:// links (#197) - (e447e7c)
  • (cli) Expose soar to frontends with JSON output and a plugin manifest (#194) - (6846b89)
  • Serve soarpkgs on riscv64 and refresh the readme (#198) - (2224691)

🐛 Bug Fixes

  • (registry) Read the date the metadata actually publishes (#196) - (2772841)


This PR was generated with release-plz.

Summary by CodeRabbit

  • New Features
    • Added CLI support for installing packages from soar:// links.
    • Added JSON output and a plugin manifest for frontend integration.
    • Added support for serving packages on riscv64.
  • Bug Fixes
    • Corrected registry handling of package metadata publication dates.
  • Documentation
    • Refreshed package documentation and release changelogs.
  • Chores
    • Released updated package versions across the workspace.

@QaidVoid QaidVoid added the release New Release (Probably Automated) label Aug 10, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 10, 2026

Copy link
Copy Markdown

Deploying soar-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1ecae55
Status: ✅  Deploy successful!
Preview URL: https://ed5ee588.soar-docs.pages.dev
Branch Preview URL: https://release-plz-2026-08-10t11-39.soar-docs.pages.dev

View logs

@coderabbitai

coderabbitai Bot commented Aug 10, 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: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 2611c724-7bf3-4323-a091-c87903902dda

📥 Commits

Reviewing files that changed from the base of the PR and between d8bf6f3 and d427306.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (15)
  • CHANGELOG.md
  • Cargo.toml
  • crates/soar-config/CHANGELOG.md
  • crates/soar-config/Cargo.toml
  • crates/soar-core/CHANGELOG.md
  • crates/soar-db/CHANGELOG.md
  • crates/soar-dl/CHANGELOG.md
  • crates/soar-dl/Cargo.toml
  • crates/soar-events/CHANGELOG.md
  • crates/soar-operations/CHANGELOG.md
  • crates/soar-package/CHANGELOG.md
  • crates/soar-package/Cargo.toml
  • crates/soar-registry/CHANGELOG.md
  • crates/soar-utils/CHANGELOG.md
  • crates/soar-utils/Cargo.toml
🚧 Files skipped from review as they are similar to previous changes (3)
  • CHANGELOG.md
  • crates/soar-db/CHANGELOG.md
  • crates/soar-events/CHANGELOG.md

📝 Walkthrough

Walkthrough

This release-only change updates workspace and crate versions. It adds changelog entries for soar:// package links, frontend JSON and plugin manifest support, riscv64 soarpkg serving, README updates, and registry metadata publication dates.

Changes

Release updates

Layer / File(s) Summary
Workspace and package version alignment
Cargo.toml, crates/soar-*/Cargo.toml
Workspace dependencies and affected crate package versions are updated for the release.
Release changelog entries
CHANGELOG.md, crates/soar-*/CHANGELOG.md
Root and crate changelogs add release entries dated 2026-08-13. The entries document package links, frontend integration, riscv64 support, README updates, and the registry metadata publication date fix.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Mergeability Score: ⚪ Minimal · up to d4273

This release updates package versions and changelogs, with the documented breaking changes isolated to the events package; no actionable merge-blocking risk remains.

Possibly related PRs

  • pkgforge/soar#193: Related release update for frontend JSON and plugin manifest changes.
  • pkgforge/soar#185: Similar multi-crate release update with shared manifests and changelogs.
  • pkgforge/soar#190: Similar workspace version and changelog release update.
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title relates to the release changes but is too generic to identify the packages or release version updates. Use a specific title such as "chore: release package versions and changelogs".
✅ Passed checks (4 passed)
Check name Status Explanation
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.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-plz-2026-08-10T11-39-15Z

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.

@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: 2

🤖 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 `@crates/soar-core/CHANGELOG.md`:
- Line 6: Replace the placeholder 0000000 commit reference in the changelog
entry for the updated soar-db and soar-events packages with the actual release
commit SHA, or remove the commit link if no valid SHA is available.

In `@crates/soar-events/CHANGELOG.md`:
- Around line 2-7: Update the 0.3.0 changelog entry to document the public
SoarEvent API changes: SoarEvent::Log now uses discriminant 20 instead of 19,
and ApplyComplete was added to the enum. Place these breaking changes alongside
the existing feature notes.
🪄 Autofix

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: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 18b9e213-e1a8-46e2-9f2c-fc2165fef3ef

📥 Commits

Reviewing files that changed from the base of the PR and between 6846b89 and 1ecae55.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (13)
  • CHANGELOG.md
  • Cargo.toml
  • crates/soar-cli/Cargo.toml
  • crates/soar-core/CHANGELOG.md
  • crates/soar-core/Cargo.toml
  • crates/soar-db/CHANGELOG.md
  • crates/soar-db/Cargo.toml
  • crates/soar-events/CHANGELOG.md
  • crates/soar-events/Cargo.toml
  • crates/soar-operations/CHANGELOG.md
  • crates/soar-operations/Cargo.toml
  • crates/soar-registry/CHANGELOG.md
  • crates/soar-registry/Cargo.toml

Comment thread crates/soar-core/CHANGELOG.md Outdated
Comment thread crates/soar-events/CHANGELOG.md Outdated
Comment on lines +2 to +7
## [0.3.0](https://github.com/pkgforge/soar/compare/soar-events-v0.2.0...soar-events-v0.3.0) - 2026-08-10

### ⛰️ Features

- *(cli)* Expose soar to frontends with JSON output and a plugin manifest ([#194](https://github.com/pkgforge/soar/pull/194)) - ([6846b89](https://github.com/pkgforge/soar/commit/6846b893dedb373ed6d4254b13548b43be407fe5))

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.

🗄️ Data Integrity & Integration | 🟡 Minor | ⚡ Quick win

Document the soar-events breaking API changes.

The 0.3.0 entry lists only the frontend feature. Add that SoarEvent::Log changed from discriminant 19 to 20 and that ApplyComplete was added to the public enum. These changes can affect serialized event consumers and exhaustive matches.

🤖 Prompt for 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.

In `@crates/soar-events/CHANGELOG.md` around lines 2 - 7, Update the 0.3.0
changelog entry to document the public SoarEvent API changes: SoarEvent::Log now
uses discriminant 20 instead of 19, and ApplyComplete was added to the enum.
Place these breaking changes alongside the existing feature notes.

@QaidVoid
QaidVoid force-pushed the release-plz-2026-08-10T11-39-15Z branch 2 times, most recently from 6b6bdff to d8bf6f3 Compare August 12, 2026 17:03
@QaidVoid
QaidVoid force-pushed the release-plz-2026-08-10T11-39-15Z branch from d8bf6f3 to d427306 Compare August 13, 2026 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release New Release (Probably Automated)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant