Skip to content

Commit 5a1db54

Browse files
authored
chore: release
1 parent caf1ba6 commit 5a1db54

10 files changed

Lines changed: 35 additions & 11 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.4](https://github.com/pkgforge/soar/compare/v0.12.3...v0.12.4) - 2026-06-14
3+
4+
### ⚙️ Miscellaneous Tasks
5+
6+
- Updated the following local packages: soar-package, soar-core, soar-operations - ([0000000](https://github.com/pkgforge/soar/commit/0000000))
7+
28
## [0.12.3](https://github.com/pkgforge/soar/compare/v0.12.2...v0.12.3) - 2026-06-06
39

410
### ⛰️ Features

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ serde_json = { version = "1.0.149", features = ["indexmap"] }
6060
serial_test = "3.3.1"
6161
sha2 = "0.10.9"
6262
soar-config = { version = "0.9.0", path = "crates/soar-config" }
63-
soar-core = { version = "0.16.1", path = "crates/soar-core" }
63+
soar-core = { version = "0.16.2", path = "crates/soar-core" }
6464
soar-db = { version = "0.5.3", path = "crates/soar-db" }
6565
soar-dl = { version = "0.10.0", path = "crates/soar-dl" }
6666
soar-events = { version = "0.1.0", path = "crates/soar-events" }
67-
soar-operations = { version = "0.2.2", path = "crates/soar-operations" }
68-
soar-package = { version = "0.3.3", path = "crates/soar-package" }
67+
soar-operations = { version = "0.2.3", path = "crates/soar-operations" }
68+
soar-package = { version = "0.4.0", path = "crates/soar-package" }
6969
soar-registry = { version = "0.4.3", path = "crates/soar-registry" }
7070
soar-utils = { version = "0.4.1", path = "crates/soar-utils" }
7171
squishy = { version = "0.5.0", features = ["appimage", "dwarfs"] }

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.3"
3+
version = "0.12.4"
44
description = "A modern package manager for Linux"
55
default-run = "soar"
66
license.workspace = true

crates/soar-core/CHANGELOG.md

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

2+
## [0.16.2](https://github.com/pkgforge/soar/compare/soar-core-v0.16.1...soar-core-v0.16.2) - 2026-06-14
3+
4+
### ⚙️ Miscellaneous Tasks
5+
6+
- Updated the following local packages: soar-package - ([0000000](https://github.com/pkgforge/soar/commit/0000000))
7+
28
## [0.16.1](https://github.com/pkgforge/soar/compare/soar-core-v0.16.0...soar-core-v0.16.1) - 2026-06-06
39

410
### ⚙️ Miscellaneous Tasks

crates/soar-core/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-core"
3-
version = "0.16.1"
3+
version = "0.16.2"
44
description = "Core library for soar package manager"
55
license.workspace = true
66
edition.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.2.3](https://github.com/pkgforge/soar/compare/soar-operations-v0.2.2...soar-operations-v0.2.3) - 2026-06-14
3+
4+
### ⚙️ Miscellaneous Tasks
5+
6+
- Updated the following local packages: soar-package, soar-core - ([0000000](https://github.com/pkgforge/soar/commit/0000000))
7+
28
## [0.2.2](https://github.com/pkgforge/soar/compare/soar-operations-v0.2.1...soar-operations-v0.2.2) - 2026-06-06
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.2.2"
3+
version = "0.2.3"
44
description = "Business logic for soar package manager"
55
license.workspace = true
66
edition.workspace = true

crates/soar-package/CHANGELOG.md

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

2+
## [0.4.0](https://github.com/pkgforge/soar/compare/soar-package-v0.3.3...soar-package-v0.4.0) - 2026-06-14
3+
4+
### 🐛 Bug Fixes
5+
6+
- *(integrate)* Don't clobber desktop Icon field when package ships no matching icon - ([caf1ba6](https://github.com/pkgforge/soar/commit/caf1ba6dd7df4cb227161dfa2530acc985e04dd3))
7+
28
## [0.3.3](https://github.com/pkgforge/soar/compare/soar-package-v0.3.2...soar-package-v0.3.3) - 2026-06-06
39

410
### ⚙️ Miscellaneous Tasks

crates/soar-package/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-package"
3-
version = "0.3.3"
3+
version = "0.4.0"
44
description = "Package format handling for soar package manager"
55
edition.workspace = true
66
readme.workspace = true

0 commit comments

Comments
 (0)