Skip to content

Commit 86ebc9e

Browse files
authored
chore: release (#178)
1 parent 50c200f commit 86ebc9e

6 files changed

Lines changed: 17 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
## [0.12.6](https://github.com/pkgforge/soar/compare/v0.12.5...v0.12.6) - 2026-06-27
3+
4+
### ⚙️ Miscellaneous Tasks
5+
6+
- Updated the following local packages: soar-operations - ([0000000](https://github.com/pkgforge/soar/commit/0000000))
7+
28
## [0.12.5](https://github.com/pkgforge/soar/compare/v0.12.4...v0.12.5) - 2026-06-25
39

410
### ⛰️ Features

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ soar-core = { version = "0.16.3", path = "crates/soar-core" }
6464
soar-db = { version = "0.5.4", path = "crates/soar-db" }
6565
soar-dl = { version = "0.10.1", path = "crates/soar-dl" }
6666
soar-events = { version = "0.1.0", path = "crates/soar-events" }
67-
soar-operations = { version = "0.3.0", path = "crates/soar-operations" }
67+
soar-operations = { version = "0.3.1", path = "crates/soar-operations" }
6868
soar-package = { version = "0.4.1", path = "crates/soar-package" }
6969
soar-registry = { version = "0.5.0", path = "crates/soar-registry" }
7070
soar-utils = { version = "0.4.2", path = "crates/soar-utils" }

crates/soar-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "soar-cli"
3-
version = "0.12.5"
3+
version = "0.12.6"
44
description = "A modern package manager for Linux"
55
default-run = "soar"
66
license.workspace = true

crates/soar-operations/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
## [0.3.1](https://github.com/pkgforge/soar/compare/soar-operations-v0.3.0...soar-operations-v0.3.1) - 2026-06-27
3+
4+
### 🐛 Bug Fixes
5+
6+
- *(install)* Resolve package URLs on declarative installs - ([50c200f](https://github.com/pkgforge/soar/commit/50c200f3571a769e36a7bdf8c6aa8e45294b876e))
7+
28
## [0.3.0](https://github.com/pkgforge/soar/compare/soar-operations-v0.2.3...soar-operations-v0.3.0) - 2026-06-25
39

410
### ⛰️ Features

crates/soar-operations/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "soar-operations"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Business logic for soar package manager"
55
license.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)