diff --git a/CHANGELOG.md b/CHANGELOG.md index cdda3ccb..10ec6be1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +## [0.12.5](https://github.com/pkgforge/soar/compare/v0.12.4...v0.12.5) - 2026-06-18 + +### 🐛 Bug Fixes + +- *(cli)* Fix exclude help and fmt - ([5ce4514](https://github.com/pkgforge/soar/commit/5ce45141ba5be6bcdc3f907375f5fd98accd4dbe)) + ## [0.12.4](https://github.com/pkgforge/soar/compare/v0.12.3...v0.12.4) - 2026-06-14 ### ⛰️ Features diff --git a/Cargo.lock b/Cargo.lock index 88873a35..ba452a95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2203,7 +2203,7 @@ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" [[package]] name = "soar-cli" -version = "0.12.4" +version = "0.12.5" dependencies = [ "clap", "clap_complete", @@ -2249,7 +2249,7 @@ dependencies = [ [[package]] name = "soar-core" -version = "0.16.2" +version = "0.16.3" dependencies = [ "chrono", "compak", @@ -2318,7 +2318,7 @@ version = "0.1.0" [[package]] name = "soar-operations" -version = "0.2.3" +version = "0.2.4" dependencies = [ "fast-glob", "minisign-verify", diff --git a/Cargo.toml b/Cargo.toml index ccc66e76..b8ca013e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,11 +60,11 @@ serde_json = { version = "1.0.149", features = ["indexmap"] } serial_test = "3.3.1" sha2 = "0.10.9" soar-config = { version = "0.9.0", path = "crates/soar-config" } -soar-core = { version = "0.16.2", path = "crates/soar-core" } +soar-core = { version = "0.16.3", path = "crates/soar-core" } soar-db = { version = "0.5.3", path = "crates/soar-db" } soar-dl = { version = "0.10.0", path = "crates/soar-dl" } soar-events = { version = "0.1.0", path = "crates/soar-events" } -soar-operations = { version = "0.2.3", path = "crates/soar-operations" } +soar-operations = { version = "0.2.4", path = "crates/soar-operations" } soar-package = { version = "0.4.0", path = "crates/soar-package" } soar-registry = { version = "0.4.3", path = "crates/soar-registry" } soar-utils = { version = "0.4.1", path = "crates/soar-utils" } diff --git a/crates/soar-cli/Cargo.toml b/crates/soar-cli/Cargo.toml index 7a8bb751..84bf56c9 100644 --- a/crates/soar-cli/Cargo.toml +++ b/crates/soar-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soar-cli" -version = "0.12.4" +version = "0.12.5" 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 d513c62f..efd36dd1 100644 --- a/crates/soar-core/CHANGELOG.md +++ b/crates/soar-core/CHANGELOG.md @@ -1,4 +1,10 @@ +## [0.16.3](https://github.com/pkgforge/soar/compare/soar-core-v0.16.2...soar-core-v0.16.3) - 2026-06-18 + +### 🐛 Bug Fixes + +- *(cli)* Fix exclude help and fmt - ([5ce4514](https://github.com/pkgforge/soar/commit/5ce45141ba5be6bcdc3f907375f5fd98accd4dbe)) + ## [0.16.2](https://github.com/pkgforge/soar/compare/soar-core-v0.16.1...soar-core-v0.16.2) - 2026-06-14 ### ⛰️ Features diff --git a/crates/soar-core/Cargo.toml b/crates/soar-core/Cargo.toml index db3802d1..c216731e 100644 --- a/crates/soar-core/Cargo.toml +++ b/crates/soar-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soar-core" -version = "0.16.2" +version = "0.16.3" 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 c152196f..e1178ec6 100644 --- a/crates/soar-operations/CHANGELOG.md +++ b/crates/soar-operations/CHANGELOG.md @@ -1,4 +1,10 @@ +## [0.2.4](https://github.com/pkgforge/soar/compare/soar-operations-v0.2.3...soar-operations-v0.2.4) - 2026-06-18 + +### ⚙️ Miscellaneous Tasks + +- Updated the following local packages: soar-core - ([0000000](https://github.com/pkgforge/soar/commit/0000000)) + ## [0.2.3](https://github.com/pkgforge/soar/compare/soar-operations-v0.2.2...soar-operations-v0.2.3) - 2026-06-14 ### ⛰️ Features diff --git a/crates/soar-operations/Cargo.toml b/crates/soar-operations/Cargo.toml index d5c1a632..c3abaad5 100644 --- a/crates/soar-operations/Cargo.toml +++ b/crates/soar-operations/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soar-operations" -version = "0.2.3" +version = "0.2.4" description = "Business logic for soar package manager" license.workspace = true edition.workspace = true