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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

## [0.13.1](https://github.com/pkgforge/soar/compare/v0.13.0...v0.13.1) - 2026-08-05

### ⛰️ Features

- *(cli)* Add --ipv4 and --ipv6 flags - ([2ee8e22](https://github.com/pkgforge/soar/commit/2ee8e228e25216505685b301d349eab47cd8fb24))

### πŸ› Bug Fixes

- *(cli)* Print info entries in package query format - ([2291b37](https://github.com/pkgforge/soar/commit/2291b3727f5ea47e9dac19b7f691363609cf157f))
- *(dl)* Surface underlying download errors - ([d06823a](https://github.com/pkgforge/soar/commit/d06823a96aa346a4708f0feae74669545304e9cd))
- *(http)* Honor proxy env vars and bound connect time - ([3a43c0f](https://github.com/pkgforge/soar/commit/3a43c0fd79dee8d8331abd8427f618c2066601c5))

## [0.13.0](https://github.com/pkgforge/soar/compare/v0.12.7...v0.13.0) - 2026-08-02

### ⛰️ Features
Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ serde_json = { version = "1.0.150", features = ["indexmap"] }
serial_test = "3.5.0"
sha2 = "0.11.0"
soar-config = { version = "0.12.0", path = "crates/soar-config" }
soar-core = { version = "0.17.0", path = "crates/soar-core" }
soar-db = { version = "0.6.0", path = "crates/soar-db" }
soar-dl = { version = "0.11.0", path = "crates/soar-dl" }
soar-core = { version = "0.17.1", path = "crates/soar-core" }
soar-db = { version = "0.6.1", path = "crates/soar-db" }
soar-dl = { version = "0.12.0", path = "crates/soar-dl" }
soar-events = { version = "0.2.0", path = "crates/soar-events" }
soar-operations = { version = "0.4.0", path = "crates/soar-operations" }
soar-operations = { version = "0.4.1", path = "crates/soar-operations" }
soar-package = { version = "0.5.0", path = "crates/soar-package" }
soar-registry = { version = "0.6.0", path = "crates/soar-registry" }
soar-registry = { version = "0.6.1", path = "crates/soar-registry" }
soar-utils = { version = "0.5.0", path = "crates/soar-utils" }
squishy = { version = "0.5.1", features = ["appimage", "dwarfs"] }
tabled = { version = "0.21", default-features = false, features = ["ansi"] }
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.13.0"
version = "0.13.1"
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.17.1](https://github.com/pkgforge/soar/compare/soar-core-v0.17.0...soar-core-v0.17.1) - 2026-08-05

### πŸ› Bug Fixes

- *(dl)* Surface underlying download errors - ([d06823a](https://github.com/pkgforge/soar/commit/d06823a96aa346a4708f0feae74669545304e9cd))

## [0.17.0](https://github.com/pkgforge/soar/compare/soar-core-v0.16.4...soar-core-v0.17.0) - 2026-08-02

### ⛰️ Features
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.17.0"
version = "0.17.1"
description = "Core library for soar package manager"
license.workspace = true
edition.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/soar-db/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

## [0.6.1](https://github.com/pkgforge/soar/compare/soar-db-v0.6.0...soar-db-v0.6.1) - 2026-08-05

### βš™οΈ Miscellaneous Tasks

- Updated the following local packages: soar-registry - ([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 reference in all release changelogs.

The 0000000 reference is not the release commit SHA. Replace it with the actual SHA in each entry.

  • crates/soar-db/CHANGELOG.md#L6-L6: update the soar-registry commit link.
  • crates/soar-operations/CHANGELOG.md#L6-L6: update the four-package commit link.
  • crates/soar-registry/CHANGELOG.md#L6-L6: update the soar-dl commit link.
πŸ“ Affects 3 files
  • crates/soar-db/CHANGELOG.md#L6-L6 (this comment)
  • crates/soar-operations/CHANGELOG.md#L6-L6
  • crates/soar-registry/CHANGELOG.md#L6-L6
πŸ€– 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-db/CHANGELOG.md` at line 6, Replace the 0000000 placeholder with
the actual release commit SHA in crates/soar-db/CHANGELOG.md lines 6-6 for
soar-registry, crates/soar-operations/CHANGELOG.md lines 6-6 for the
four-package entry, and crates/soar-registry/CHANGELOG.md lines 6-6 for soar-dl.


## [0.6.0](https://github.com/pkgforge/soar/compare/soar-db-v0.5.5...soar-db-v0.6.0) - 2026-08-02

### ⛰️ Features
Expand Down
2 changes: 1 addition & 1 deletion crates/soar-db/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "soar-db"
version = "0.6.0"
version = "0.6.1"
description = "Database operations for soar package manager"
license.workspace = true
edition.workspace = true
Expand Down
11 changes: 11 additions & 0 deletions crates/soar-dl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

## [0.12.0](https://github.com/pkgforge/soar/compare/soar-dl-v0.11.0...soar-dl-v0.12.0) - 2026-08-05

### ⛰️ Features

- *(cli)* Add --ipv4 and --ipv6 flags - ([2ee8e22](https://github.com/pkgforge/soar/commit/2ee8e228e25216505685b301d349eab47cd8fb24))

### πŸ› Bug Fixes

- *(dl)* Surface underlying download errors - ([d06823a](https://github.com/pkgforge/soar/commit/d06823a96aa346a4708f0feae74669545304e9cd))
- *(http)* Honor proxy env vars and bound connect time - ([3a43c0f](https://github.com/pkgforge/soar/commit/3a43c0fd79dee8d8331abd8427f618c2066601c5))

## [0.11.0](https://github.com/pkgforge/soar/compare/soar-dl-v0.10.2...soar-dl-v0.11.0) - 2026-08-02

### ⛰️ Features
Expand Down
2 changes: 1 addition & 1 deletion crates/soar-dl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "soar-dl"
version = "0.11.0"
version = "0.12.0"
description = "Downloader 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.4.1](https://github.com/pkgforge/soar/compare/soar-operations-v0.4.0...soar-operations-v0.4.1) - 2026-08-05

### βš™οΈ Miscellaneous Tasks

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

## [0.4.0](https://github.com/pkgforge/soar/compare/soar-operations-v0.3.2...soar-operations-v0.4.0) - 2026-08-02

### ⛰️ Features
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.4.0"
version = "0.4.1"
description = "Business logic for soar package manager"
license.workspace = true
edition.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/soar-registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

## [0.6.1](https://github.com/pkgforge/soar/compare/soar-registry-v0.6.0...soar-registry-v0.6.1) - 2026-08-05

### βš™οΈ Miscellaneous Tasks

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

## [0.6.0](https://github.com/pkgforge/soar/compare/soar-registry-v0.5.1...soar-registry-v0.6.0) - 2026-08-02

### ⛰️ Features
Expand Down
2 changes: 1 addition & 1 deletion crates/soar-registry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "soar-registry"
version = "0.6.0"
version = "0.6.1"
description = "Registry management for soar package manager"
edition.workspace = true
readme.workspace = true
Expand Down
Loading