Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

## [0.12.8](https://github.com/pkgforge/soar/compare/v0.12.7...v0.12.8) - 2026-07-20

### ⛰️ Features

- *(package)* Add onelf support - ([0059732](https://github.com/pkgforge/soar/commit/0059732adb754a15505f6345c86a3cf693ed8d23))

### ⚙️ Miscellaneous Tasks

- Update Cargo.toml dependencies - ([0000000](https://github.com/pkgforge/soar/commit/0000000))

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.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Replace the placeholder commit link before merging.

The changelog entry points to commit/0000000, so the release note will link to an invalid/nonexistent commit. Use the actual commit SHA for the dependency update.

🤖 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 `@CHANGELOG.md` at line 6, Replace the placeholder 0000000 commit identifier in
the “Update Cargo.toml dependencies” changelog entry with the actual commit SHA,
preserving the existing commit-link format.


## [0.12.7](https://github.com/pkgforge/soar/compare/v0.12.6...v0.12.7) - 2026-07-16

### ⛰️ Features
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ serde_json = { version = "1.0.150", features = ["indexmap"] }
serial_test = "3.5.0"
sha2 = "0.11.0"
soar-config = { version = "0.11.0", path = "crates/soar-config" }
soar-core = { version = "0.16.4", path = "crates/soar-core" }
soar-core = { version = "0.16.5", path = "crates/soar-core" }
soar-db = { version = "0.5.5", path = "crates/soar-db" }
soar-dl = { version = "0.10.2", path = "crates/soar-dl" }
soar-events = { version = "0.1.0", path = "crates/soar-events" }
soar-operations = { version = "0.3.2", path = "crates/soar-operations" }
soar-package = { version = "0.4.2", path = "crates/soar-package" }
soar-operations = { version = "0.3.3", path = "crates/soar-operations" }
soar-package = { version = "0.5.0", path = "crates/soar-package" }
soar-registry = { version = "0.5.1", path = "crates/soar-registry" }
soar-utils = { version = "0.4.3", path = "crates/soar-utils" }
squishy = { version = "0.5.1", features = ["appimage", "dwarfs"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/soar-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "soar-cli"
version = "0.12.7"
version = "0.12.8"
description = "A modern package manager for Linux"
default-run = "soar"
license.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/soar-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

## [0.16.5](https://github.com/pkgforge/soar/compare/soar-core-v0.16.4...soar-core-v0.16.5) - 2026-07-20

### ⚙️ Miscellaneous Tasks

- Updated the following local packages: soar-package - ([0000000](https://github.com/pkgforge/soar/commit/0000000))

## [0.16.4](https://github.com/pkgforge/soar/compare/soar-core-v0.16.3...soar-core-v0.16.4) - 2026-07-16

### 🐛 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion crates/soar-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "soar-core"
version = "0.16.4"
version = "0.16.5"
description = "Core library for soar package manager"
license.workspace = true
edition.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/soar-operations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

## [0.3.3](https://github.com/pkgforge/soar/compare/soar-operations-v0.3.2...soar-operations-v0.3.3) - 2026-07-20

### ⚙️ Miscellaneous Tasks

- Updated the following local packages: soar-package, soar-core - ([0000000](https://github.com/pkgforge/soar/commit/0000000))

## [0.3.2](https://github.com/pkgforge/soar/compare/soar-operations-v0.3.1...soar-operations-v0.3.2) - 2026-07-16

### 🐛 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion crates/soar-operations/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "soar-operations"
version = "0.3.2"
version = "0.3.3"
description = "Business logic for soar package manager"
license.workspace = true
edition.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/soar-package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

## [0.5.0](https://github.com/pkgforge/soar/compare/soar-package-v0.4.2...soar-package-v0.5.0) - 2026-07-20

### ⛰️ Features

- *(package)* Add onelf support - ([0059732](https://github.com/pkgforge/soar/commit/0059732adb754a15505f6345c86a3cf693ed8d23))
Comment on lines +2 to +6

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.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Document the breaking PackageFormat API changes.

The PR objective identifies soar-package 0.5.0 as a breaking API release, but this entry only mentions onelf support. Add a breaking-changes or migration note describing the PackageFormat impact.

🤖 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-package/CHANGELOG.md` around lines 2 - 6, Add a breaking-changes
or migration note to the soar-package 0.5.0 changelog entry documenting the
impact of the PackageFormat API changes, alongside the existing onelf feature
entry.


## [0.4.2](https://github.com/pkgforge/soar/compare/soar-package-v0.4.1...soar-package-v0.4.2) - 2026-07-16

### ⚙️ Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion crates/soar-package/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "soar-package"
version = "0.4.2"
version = "0.5.0"
description = "Package format handling for soar package manager"
edition.workspace = true
readme.workspace = true
Expand Down
Loading