Skip to content

chore: release - #195

Merged
QaidVoid merged 1 commit into
mainfrom
release-plz-2026-08-10T11-39-15Z
Aug 15, 2026
Merged

chore: release#195
QaidVoid merged 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.7.0 (⚠ API breaking 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.5.0 (⚠ API breaking changes)
  • soar-cli: 0.13.1 -> 0.13.2

soar-db breaking changes

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters, not counting the receiver (self) parameter.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/method_parameter_count_changed.ron

Failed in:
  soar_db::repository::metadata::MetadataRepository::find_newer_version takes 5 parameters in /tmp/.tmpEffDmw/soar-db/src/repository/metadata.rs:480, but now takes 6 parameters in /tmp/.tmpiZHQuf/soar/crates/soar-db/src/repository/metadata.rs:528

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/.tmpiZHQuf/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/.tmpiZHQuf/soar/crates/soar-events/src/event.rs:117

soar-operations breaking changes

--- failure function_parameter_count_changed: pub fn parameter count changed ---

Description:
A publicly-visible function now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/function_parameter_count_changed.ron

Failed in:
  soar_operations::utils::is_installed now takes 5 parameters instead of 4, in /tmp/.tmpiZHQuf/soar/crates/soar-operations/src/utils.rs:527
Changelog

soar-utils

0.5.1 - 2026-08-15

⛰️ Features

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

🐛 Bug Fixes

  • (update) Let the artifact decide where the version cannot - (c656564)

📚 Documentation

soar-config

0.12.1 - 2026-08-15

⛰️ Features

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

📚 Documentation

soar-dl

0.12.1 - 2026-08-15

⛰️ Features

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

📚 Documentation

soar-registry

0.6.2 - 2026-08-15

⛰️ 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)

📚 Documentation

soar-db

0.7.0 - 2026-08-15

⛰️ 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

  • (search) Match a package whose family the metadata has dropped (#201) - (e6057fb)
  • (update) Let the artifact decide where the version cannot - (c656564)

📚 Documentation

soar-events

0.3.0 - 2026-08-15

⛰️ 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)

📚 Documentation

soar-package

0.5.1 - 2026-08-15

⛰️ Features

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

🐛 Bug Fixes

  • (desktop) Leave no space after a command with no arguments - (87ae748)

📚 Documentation

soar-core

0.17.2 - 2026-08-15

⛰️ Features

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

📚 Documentation

soar-operations

0.5.0 - 2026-08-15

⛰️ 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

  • (search) Match a package whose family the metadata has dropped (#201) - (e6057fb)
  • (update) Let the artifact decide where the version cannot - (c656564)

📚 Documentation

soar-cli

0.13.2 - 2026-08-15

⛰️ 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

  • (desktop) Leave no space after a command with no arguments - (87ae748)
  • (plugin-manifest) Let update name the package it means - (fe0397d)
  • (registry) Read the date the metadata actually publishes (#196) - (2772841)
  • (search) Match a package whose family the metadata has dropped (#201) - (e6057fb)
  • (update) Let the artifact decide where the version cannot - (c656564)

📚 Documentation


This PR was generated with release-plz.

@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

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

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: eb835dca-8307-4ede-9788-ebd1ab06d780

📥 Commits

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

📒 Files selected for processing (10)
  • CHANGELOG.md
  • crates/soar-config/CHANGELOG.md
  • crates/soar-core/CHANGELOG.md
  • crates/soar-db/CHANGELOG.md
  • crates/soar-dl/CHANGELOG.md
  • crates/soar-events/CHANGELOG.md
  • crates/soar-operations/CHANGELOG.md
  • crates/soar-package/CHANGELOG.md
  • crates/soar-registry/CHANGELOG.md
  • crates/soar-utils/CHANGELOG.md
🚧 Files skipped from review as they are similar to previous changes (8)
  • crates/soar-registry/CHANGELOG.md
  • crates/soar-core/CHANGELOG.md
  • crates/soar-events/CHANGELOG.md
  • crates/soar-operations/CHANGELOG.md
  • crates/soar-config/CHANGELOG.md
  • crates/soar-utils/CHANGELOG.md
  • CHANGELOG.md
  • crates/soar-db/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-14. 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

Merge Risk: ⚪ Minimal · up to 87bc6

This release records the documented API changes and version updates without any identified merge-blocking issue; it is merge-ready after normal checks and review.

Possibly related PRs

  • pkgforge/soar#193: Related release update with frontend integration release notes.
  • pkgforge/soar#139: Similar multi-crate release update with workspace version bumps and changelog entries.
  • pkgforge/soar#146: Similar automated release update across crate manifests and changelogs.
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title identifies a release task but does not specify the versions or key changes included in the release. Use a specific title such as "chore: release v0.13.2 with riscv64 support and frontend integration".
✅ 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 8 times, most recently from 9b1e8ba to 31af8d8 Compare August 15, 2026 04:50
@QaidVoid
QaidVoid force-pushed the release-plz-2026-08-10T11-39-15Z branch from 31af8d8 to 761e9aa Compare August 15, 2026 05:55
@QaidVoid
QaidVoid merged commit e016815 into main Aug 15, 2026
10 checks passed
github-actions Bot pushed a commit to Azathothas/soar that referenced this pull request Aug 15, 2026
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