diff --git a/CHANGELOG.md b/CHANGELOG.md index c457712..2494730 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,28 @@ +## [0.5.4](https://github.com/pkgforge/soar/compare/v0.5.3..v0.5.4) - 2025-02-11 + +### ⛰️ Features + +- *(inspect)* Read logs and build script from existing install - ([5ee8912](https://github.com/pkgforge/soar/commit/5ee89120ee31526a59e7294289d2ac34d0036963)) +- *(install)* Track portable dirs - ([6daca67](https://github.com/pkgforge/soar/commit/6daca67d37d4447149131542b67df338b10c52b7)) +- *(install)* Add flag to suppress install notes - ([8b4ae6f](https://github.com/pkgforge/soar/commit/8b4ae6fed85acd656abeec73710df86562c93b6b)) +- *(repos)* Allow setting up external repos - ([6ef67bf](https://github.com/pkgforge/soar/commit/6ef67bf3a3272e895f7b07f6f5082f3d6db6ead7)) + +### 🐛 Bug Fixes + +- *(download)* Retry on GHCR rate limit - ([393df6a](https://github.com/pkgforge/soar/commit/393df6a43d8e41447474645fd696eb70234f272d)) +- *(repos)* Use platform specific external repos - ([cc017b5](https://github.com/pkgforge/soar/commit/cc017b58ec8e5b151773e064198d8857dde7aa2d)) + +### 🚜 Refactor + +- *(error)* Improve config errors - ([c8f39ab](https://github.com/pkgforge/soar/commit/c8f39ab28e5a82d7c16235a2dc3d0a35ed43664b)) +- *(install)* Show package notes after installation - ([55b5526](https://github.com/pkgforge/soar/commit/55b55269491c87847e79ebf64ea40f1959e4b186)) +- *(type)* Loosen up package types - ([41acaea](https://github.com/pkgforge/soar/commit/41acaea42e1950b3ed67e593023f65743d23329e)) + +### ⚙️ Miscellaneous Tasks + +- *(workflow)* Update github workflows - ([baffeff](https://github.com/pkgforge/soar/commit/baffeff5ab1c8360b0d54f4cfbdaf80dfa910a4e)) + ## [0.5.3](https://github.com/pkgforge/soar/compare/v0.5.2..v0.5.3) - 2025-02-04 ### ⛰️ Features diff --git a/Cargo.lock b/Cargo.lock index 2af04ac..55b0131 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1724,7 +1724,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "soar-cli" -version = "0.5.3" +version = "0.5.4" dependencies = [ "clap", "futures", @@ -1748,7 +1748,7 @@ dependencies = [ [[package]] name = "soar-core" -version = "0.1.3" +version = "0.1.4" dependencies = [ "blake3", "chrono", diff --git a/README.md b/README.md index 1bc5653..5c605b9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ [issues-url]: https://github.com/pkgforge/soar/issues [license-shield]: https://img.shields.io/github/license/pkgforge/soar.svg [license-url]: https://github.com/pkgforge/soar/blob/main/LICENSE -[packages-shield]: https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/pkgforge/metadata/refs/heads/main/soarpkgs/data/TOTAL_CACHE.json&query=$.total&label=packages&labelColor=grey&style=flat&link=https://pkgs.pkgforge.dev +[packages-shield]: https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/pkgforge/metadata/refs/heads/main/TOTAL_INSTALLABLE.json&query=$[4].total&label=packages&labelColor=grey&style=flat&link=https://pkgs.pkgforge.dev [packages-url]: https://pkgs.pkgforge.dev [stars-shield]: https://img.shields.io/github/stars/pkgforge/soar.svg [stars-url]: https://github.com/pkgforge/soar/stargazers @@ -29,7 +29,7 @@
@@ -57,6 +57,9 @@ Soar comes as a single-file, statically-linked executable with no dependencies t Soar comes with [sane defaults](https://soar.qaidvoid.dev/configuration.html) & [all repositories](https://docs.pkgforge.dev/repositories/) preconfigured at `~/.config/soar/config.toml`