diff --git a/CHANGELOG.md b/CHANGELOG.md index dd17de07..4bc31b2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) + ## [0.12.7](https://github.com/pkgforge/soar/compare/v0.12.6...v0.12.7) - 2026-07-16 ### ⛰️ Features diff --git a/Cargo.lock b/Cargo.lock index 5db1aafe..ee6e89c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2195,7 +2195,7 @@ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" [[package]] name = "soar-cli" -version = "0.12.7" +version = "0.12.8" dependencies = [ "clap", "clap_complete", @@ -2241,7 +2241,7 @@ dependencies = [ [[package]] name = "soar-core" -version = "0.16.4" +version = "0.16.5" dependencies = [ "chrono", "compak", @@ -2312,7 +2312,7 @@ version = "0.1.0" [[package]] name = "soar-operations" -version = "0.3.2" +version = "0.3.3" dependencies = [ "fast-glob", "minisign-verify", @@ -2334,7 +2334,7 @@ dependencies = [ [[package]] name = "soar-package" -version = "0.4.2" +version = "0.5.0" dependencies = [ "image", "miette", diff --git a/Cargo.toml b/Cargo.toml index 5f6310e8..5cabac15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } diff --git a/crates/soar-cli/Cargo.toml b/crates/soar-cli/Cargo.toml index 67dd46dc..ba60097c 100644 --- a/crates/soar-cli/Cargo.toml +++ b/crates/soar-cli/Cargo.toml @@ -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 diff --git a/crates/soar-core/CHANGELOG.md b/crates/soar-core/CHANGELOG.md index 0416e372..c0c19be9 100644 --- a/crates/soar-core/CHANGELOG.md +++ b/crates/soar-core/CHANGELOG.md @@ -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 diff --git a/crates/soar-core/Cargo.toml b/crates/soar-core/Cargo.toml index 7f1cf394..3a0d8808 100644 --- a/crates/soar-core/Cargo.toml +++ b/crates/soar-core/Cargo.toml @@ -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 diff --git a/crates/soar-operations/CHANGELOG.md b/crates/soar-operations/CHANGELOG.md index 72886c1f..e01faffe 100644 --- a/crates/soar-operations/CHANGELOG.md +++ b/crates/soar-operations/CHANGELOG.md @@ -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 diff --git a/crates/soar-operations/Cargo.toml b/crates/soar-operations/Cargo.toml index ba9809d6..8b375030 100644 --- a/crates/soar-operations/Cargo.toml +++ b/crates/soar-operations/Cargo.toml @@ -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 diff --git a/crates/soar-package/CHANGELOG.md b/crates/soar-package/CHANGELOG.md index ce1bec59..8b5285cc 100644 --- a/crates/soar-package/CHANGELOG.md +++ b/crates/soar-package/CHANGELOG.md @@ -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)) + ## [0.4.2](https://github.com/pkgforge/soar/compare/soar-package-v0.4.1...soar-package-v0.4.2) - 2026-07-16 ### ⚙️ Miscellaneous Tasks diff --git a/crates/soar-package/Cargo.toml b/crates/soar-package/Cargo.toml index dcd5bbfc..74291a79 100644 --- a/crates/soar-package/Cargo.toml +++ b/crates/soar-package/Cargo.toml @@ -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