diff --git a/CHANGELOG.md b/CHANGELOG.md index 60fce0b5..a3ac327e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ +## [0.13.3](https://github.com/pkgforge/soar/compare/v0.13.2...v0.13.3) - 2026-08-23 + +### ⛰️ Features + +- *(progress)* Show feedback while waiting on the remote ([#206](https://github.com/pkgforge/soar/pull/206)) - ([c2b536d](https://github.com/pkgforge/soar/commit/c2b536da1f1238cc34c40efceab35516c9b95366)) + +### 🐛 Bug Fixes + +- *(db)* Stop reconverting JSONB metadata columns on every open ([#203](https://github.com/pkgforge/soar/pull/203)) - ([a5ea564](https://github.com/pkgforge/soar/commit/a5ea564b6ac8840b4d0fbc8790fe960265c83e3b)) +- *(progress)* Clear the batch bar when the batch finishes - ([6cfe25e](https://github.com/pkgforge/soar/commit/6cfe25e8be64aa6492f2e145c921a536c1a344f7)) +- *(system)* Only escalate for commands that write - ([1d7f1ef](https://github.com/pkgforge/soar/commit/1d7f1ef39e4cb6860423e365b8a7fbb8c8f15324)) + ## [0.13.2](https://github.com/pkgforge/soar/compare/v0.13.1...v0.13.2) - 2026-08-15 ### ⛰️ Features diff --git a/Cargo.lock b/Cargo.lock index 1418d28b..872bc0c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2215,7 +2215,7 @@ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" [[package]] name = "soar-cli" -version = "0.13.2" +version = "0.13.3" dependencies = [ "clap", "clap_complete", @@ -2247,7 +2247,7 @@ dependencies = [ [[package]] name = "soar-config" -version = "0.12.1" +version = "0.12.2" dependencies = [ "documented", "miette", @@ -2261,7 +2261,7 @@ dependencies = [ [[package]] name = "soar-core" -version = "0.17.2" +version = "0.17.3" dependencies = [ "chrono", "compak", @@ -2291,7 +2291,7 @@ dependencies = [ [[package]] name = "soar-db" -version = "0.7.0" +version = "0.7.1" dependencies = [ "diesel", "diesel_migrations", @@ -2308,7 +2308,7 @@ dependencies = [ [[package]] name = "soar-dl" -version = "0.12.1" +version = "0.12.2" dependencies = [ "compak", "fast-glob", @@ -2330,7 +2330,7 @@ dependencies = [ [[package]] name = "soar-events" -version = "0.3.0" +version = "0.3.1" dependencies = [ "serde", "serde_json", @@ -2338,7 +2338,7 @@ dependencies = [ [[package]] name = "soar-operations" -version = "0.5.0" +version = "0.5.1" dependencies = [ "fast-glob", "minisign-verify", @@ -2360,7 +2360,7 @@ dependencies = [ [[package]] name = "soar-package" -version = "0.5.1" +version = "0.5.2" dependencies = [ "image", "miette", @@ -2377,7 +2377,7 @@ dependencies = [ [[package]] name = "soar-registry" -version = "0.6.2" +version = "0.6.3" dependencies = [ "miette", "minisign-verify", @@ -2395,7 +2395,7 @@ dependencies = [ [[package]] name = "soar-utils" -version = "0.5.1" +version = "0.5.2" dependencies = [ "blake3", "miette", diff --git a/Cargo.toml b/Cargo.toml index cbe360d0..c1ea1df7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,15 +60,15 @@ serde = { version = "1.0.228", features = ["derive"] } serde_json = { version = "1.0.150", features = ["indexmap"] } serial_test = "3.5.0" sha2 = "0.11.0" -soar-config = { version = "0.12.1", path = "crates/soar-config" } -soar-core = { version = "0.17.2", path = "crates/soar-core" } -soar-db = { version = "0.7.0", path = "crates/soar-db" } -soar-dl = { version = "0.12.1", path = "crates/soar-dl" } -soar-events = { version = "0.3.0", path = "crates/soar-events" } -soar-operations = { version = "0.5.0", path = "crates/soar-operations" } -soar-package = { version = "0.5.1", path = "crates/soar-package" } -soar-registry = { version = "0.6.2", path = "crates/soar-registry" } -soar-utils = { version = "0.5.1", path = "crates/soar-utils" } +soar-config = { version = "0.12.2", path = "crates/soar-config" } +soar-core = { version = "0.17.3", path = "crates/soar-core" } +soar-db = { version = "0.7.1", path = "crates/soar-db" } +soar-dl = { version = "0.12.2", path = "crates/soar-dl" } +soar-events = { version = "0.3.1", path = "crates/soar-events" } +soar-operations = { version = "0.5.1", path = "crates/soar-operations" } +soar-package = { version = "0.5.2", path = "crates/soar-package" } +soar-registry = { version = "0.6.3", path = "crates/soar-registry" } +soar-utils = { version = "0.5.2", path = "crates/soar-utils" } squishy = { version = "0.5.1", features = ["appimage", "dwarfs"] } tabled = { version = "0.21", default-features = false, features = ["ansi"] } terminal_size = "0.4" diff --git a/crates/soar-cli/Cargo.toml b/crates/soar-cli/Cargo.toml index e421603a..3f4b526d 100644 --- a/crates/soar-cli/Cargo.toml +++ b/crates/soar-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soar-cli" -version = "0.13.2" +version = "0.13.3" description = "A modern package manager for Linux" default-run = "soar" license.workspace = true diff --git a/crates/soar-config/CHANGELOG.md b/crates/soar-config/CHANGELOG.md index 6a3907f1..6de0d91c 100644 --- a/crates/soar-config/CHANGELOG.md +++ b/crates/soar-config/CHANGELOG.md @@ -1,4 +1,10 @@ +## [0.12.2](https://github.com/pkgforge/soar/compare/soar-config-v0.12.1...soar-config-v0.12.2) - 2026-08-23 + +### ⚙️ Miscellaneous Tasks + +- Updated the following local packages: soar-utils - ([0000000](https://github.com/pkgforge/soar/commit/0000000)) + ## [0.12.1](https://github.com/pkgforge/soar/compare/soar-config-v0.12.0...soar-config-v0.12.1) - 2026-08-15 ### ⛰️ Features diff --git a/crates/soar-config/Cargo.toml b/crates/soar-config/Cargo.toml index d157de8c..9c91cf2b 100644 --- a/crates/soar-config/Cargo.toml +++ b/crates/soar-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soar-config" -version = "0.12.1" +version = "0.12.2" description = "Configuration management for soar package manager" edition.workspace = true readme.workspace = true diff --git a/crates/soar-core/CHANGELOG.md b/crates/soar-core/CHANGELOG.md index 397f1576..686877a5 100644 --- a/crates/soar-core/CHANGELOG.md +++ b/crates/soar-core/CHANGELOG.md @@ -1,4 +1,10 @@ +## [0.17.3](https://github.com/pkgforge/soar/compare/soar-core-v0.17.2...soar-core-v0.17.3) - 2026-08-23 + +### ⚙️ Miscellaneous Tasks + +- Updated the following local packages: soar-utils, soar-dl, soar-db, soar-events, soar-config, soar-package - ([0000000](https://github.com/pkgforge/soar/commit/0000000)) + ## [0.17.2](https://github.com/pkgforge/soar/compare/soar-core-v0.17.1...soar-core-v0.17.2) - 2026-08-15 ### ⛰️ Features diff --git a/crates/soar-core/Cargo.toml b/crates/soar-core/Cargo.toml index 2dd8c70b..237888f9 100644 --- a/crates/soar-core/Cargo.toml +++ b/crates/soar-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soar-core" -version = "0.17.2" +version = "0.17.3" description = "Core library for soar package manager" license.workspace = true edition.workspace = true diff --git a/crates/soar-db/CHANGELOG.md b/crates/soar-db/CHANGELOG.md index 260cff9a..fefba369 100644 --- a/crates/soar-db/CHANGELOG.md +++ b/crates/soar-db/CHANGELOG.md @@ -1,4 +1,10 @@ +## [0.7.1](https://github.com/pkgforge/soar/compare/soar-db-v0.7.0...soar-db-v0.7.1) - 2026-08-23 + +### 🐛 Bug Fixes + +- *(db)* Stop reconverting JSONB metadata columns on every open ([#203](https://github.com/pkgforge/soar/pull/203)) - ([a5ea564](https://github.com/pkgforge/soar/commit/a5ea564b6ac8840b4d0fbc8790fe960265c83e3b)) + ## [0.7.0](https://github.com/pkgforge/soar/compare/soar-db-v0.6.1...soar-db-v0.7.0) - 2026-08-15 ### ⛰️ Features diff --git a/crates/soar-db/Cargo.toml b/crates/soar-db/Cargo.toml index 584834b4..1b34b8b2 100644 --- a/crates/soar-db/Cargo.toml +++ b/crates/soar-db/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soar-db" -version = "0.7.0" +version = "0.7.1" description = "Database operations for soar package manager" license.workspace = true edition.workspace = true diff --git a/crates/soar-dl/CHANGELOG.md b/crates/soar-dl/CHANGELOG.md index 635c9c14..0c36240f 100644 --- a/crates/soar-dl/CHANGELOG.md +++ b/crates/soar-dl/CHANGELOG.md @@ -1,4 +1,10 @@ +## [0.12.2](https://github.com/pkgforge/soar/compare/soar-dl-v0.12.1...soar-dl-v0.12.2) - 2026-08-23 + +### ⛰️ Features + +- *(progress)* Show feedback while waiting on the remote ([#206](https://github.com/pkgforge/soar/pull/206)) - ([c2b536d](https://github.com/pkgforge/soar/commit/c2b536da1f1238cc34c40efceab35516c9b95366)) + ## [0.12.1](https://github.com/pkgforge/soar/compare/soar-dl-v0.12.0...soar-dl-v0.12.1) - 2026-08-15 ### ⛰️ Features diff --git a/crates/soar-dl/Cargo.toml b/crates/soar-dl/Cargo.toml index f9ac11c8..ad65ce90 100644 --- a/crates/soar-dl/Cargo.toml +++ b/crates/soar-dl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soar-dl" -version = "0.12.1" +version = "0.12.2" description = "Downloader for soar package manager" license.workspace = true edition.workspace = true diff --git a/crates/soar-events/CHANGELOG.md b/crates/soar-events/CHANGELOG.md index eeef6e9d..c972ed1a 100644 --- a/crates/soar-events/CHANGELOG.md +++ b/crates/soar-events/CHANGELOG.md @@ -1,4 +1,10 @@ +## [0.3.1](https://github.com/pkgforge/soar/compare/soar-events-v0.3.0...soar-events-v0.3.1) - 2026-08-23 + +### ⛰️ Features + +- *(progress)* Show feedback while waiting on the remote ([#206](https://github.com/pkgforge/soar/pull/206)) - ([c2b536d](https://github.com/pkgforge/soar/commit/c2b536da1f1238cc34c40efceab35516c9b95366)) + ## [0.3.0](https://github.com/pkgforge/soar/compare/soar-events-v0.2.0...soar-events-v0.3.0) - 2026-08-15 ### ⛰️ Features diff --git a/crates/soar-events/Cargo.toml b/crates/soar-events/Cargo.toml index aea4d3d7..c8f28a94 100644 --- a/crates/soar-events/Cargo.toml +++ b/crates/soar-events/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soar-events" -version = "0.3.0" +version = "0.3.1" description = "Event system 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 3cdb25c4..b8b4b6e6 100644 --- a/crates/soar-operations/CHANGELOG.md +++ b/crates/soar-operations/CHANGELOG.md @@ -1,4 +1,15 @@ +## [0.5.1](https://github.com/pkgforge/soar/compare/soar-operations-v0.5.0...soar-operations-v0.5.1) - 2026-08-23 + +### ⛰️ Features + +- *(progress)* Show feedback while waiting on the remote ([#206](https://github.com/pkgforge/soar/pull/206)) - ([c2b536d](https://github.com/pkgforge/soar/commit/c2b536da1f1238cc34c40efceab35516c9b95366)) + +### 🐛 Bug Fixes + +- *(db)* Stop reconverting JSONB metadata columns on every open ([#203](https://github.com/pkgforge/soar/pull/203)) - ([a5ea564](https://github.com/pkgforge/soar/commit/a5ea564b6ac8840b4d0fbc8790fe960265c83e3b)) +- *(system)* Only escalate for commands that write - ([1d7f1ef](https://github.com/pkgforge/soar/commit/1d7f1ef39e4cb6860423e365b8a7fbb8c8f15324)) + ## [0.5.0](https://github.com/pkgforge/soar/compare/soar-operations-v0.4.1...soar-operations-v0.5.0) - 2026-08-15 ### ⛰️ Features diff --git a/crates/soar-operations/Cargo.toml b/crates/soar-operations/Cargo.toml index 9f7c152e..81a63dc2 100644 --- a/crates/soar-operations/Cargo.toml +++ b/crates/soar-operations/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soar-operations" -version = "0.5.0" +version = "0.5.1" 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 173c85f1..f18ac5a5 100644 --- a/crates/soar-package/CHANGELOG.md +++ b/crates/soar-package/CHANGELOG.md @@ -1,4 +1,10 @@ +## [0.5.2](https://github.com/pkgforge/soar/compare/soar-package-v0.5.1...soar-package-v0.5.2) - 2026-08-23 + +### ⚙️ Miscellaneous Tasks + +- Updated the following local packages: soar-utils, soar-config - ([0000000](https://github.com/pkgforge/soar/commit/0000000)) + ## [0.5.1](https://github.com/pkgforge/soar/compare/soar-package-v0.5.0...soar-package-v0.5.1) - 2026-08-15 ### ⛰️ Features diff --git a/crates/soar-package/Cargo.toml b/crates/soar-package/Cargo.toml index cc4320f7..3ce9ba9f 100644 --- a/crates/soar-package/Cargo.toml +++ b/crates/soar-package/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soar-package" -version = "0.5.1" +version = "0.5.2" description = "Package format handling for soar package manager" edition.workspace = true readme.workspace = true diff --git a/crates/soar-registry/CHANGELOG.md b/crates/soar-registry/CHANGELOG.md index 5b80f110..c878a2fc 100644 --- a/crates/soar-registry/CHANGELOG.md +++ b/crates/soar-registry/CHANGELOG.md @@ -1,4 +1,10 @@ +## [0.6.3](https://github.com/pkgforge/soar/compare/soar-registry-v0.6.2...soar-registry-v0.6.3) - 2026-08-23 + +### 🐛 Bug Fixes + +- *(db)* Stop reconverting JSONB metadata columns on every open ([#203](https://github.com/pkgforge/soar/pull/203)) - ([a5ea564](https://github.com/pkgforge/soar/commit/a5ea564b6ac8840b4d0fbc8790fe960265c83e3b)) + ## [0.6.2](https://github.com/pkgforge/soar/compare/soar-registry-v0.6.1...soar-registry-v0.6.2) - 2026-08-15 ### ⛰️ Features diff --git a/crates/soar-registry/Cargo.toml b/crates/soar-registry/Cargo.toml index bba07b1d..f6085cd9 100644 --- a/crates/soar-registry/Cargo.toml +++ b/crates/soar-registry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soar-registry" -version = "0.6.2" +version = "0.6.3" description = "Registry management for soar package manager" edition.workspace = true readme.workspace = true diff --git a/crates/soar-utils/CHANGELOG.md b/crates/soar-utils/CHANGELOG.md index 6af1f8d7..8f7ebad7 100644 --- a/crates/soar-utils/CHANGELOG.md +++ b/crates/soar-utils/CHANGELOG.md @@ -1,4 +1,10 @@ +## [0.5.2](https://github.com/pkgforge/soar/compare/soar-utils-v0.5.1...soar-utils-v0.5.2) - 2026-08-23 + +### 🐛 Bug Fixes + +- *(system)* Only escalate for commands that write - ([1d7f1ef](https://github.com/pkgforge/soar/commit/1d7f1ef39e4cb6860423e365b8a7fbb8c8f15324)) + ## [0.5.1](https://github.com/pkgforge/soar/compare/soar-utils-v0.5.0...soar-utils-v0.5.1) - 2026-08-15 ### ⛰️ Features diff --git a/crates/soar-utils/Cargo.toml b/crates/soar-utils/Cargo.toml index 21620766..8c0e300d 100644 --- a/crates/soar-utils/Cargo.toml +++ b/crates/soar-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soar-utils" -version = "0.5.1" +version = "0.5.2" description = "Utilities for soar package manager" license.workspace = true edition.workspace = true