From f75f100e93befc6cde7a2abe44fd85c77f037c8e Mon Sep 17 00:00:00 2001 From: Rabindra Dhakal Date: Mon, 25 Nov 2024 20:18:56 +0545 Subject: [PATCH] chore(release): v0.4.8 --- CHANGELOG.md | 26 +++++++++++++++++++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eff790..9c6f9b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ -## [0.4.7](https://github.com/pkgforge/soar/compare/v0.4.6..0.4.7) - 2024-11-13 +## [0.4.8](https://github.com/pkgforge/soar/compare/v0.4.7..0.4.8) - 2024-11-25 + +### ⛰️ Features + +- *(builder)* Add initial support for build scripts - ([39acf1a](https://github.com/pkgforge/soar/commit/39acf1abaa5c801f98e671bc957ed85cc1e9ee28)) +- *(download)* Add gitlab support - ([4a34c82](https://github.com/pkgforge/soar/commit/4a34c828cc2bc91ce8d11faae475df8bb8ec35d9)) +- *(download)* Use pkgforge api to fetch github assets - ([9a20792](https://github.com/pkgforge/soar/commit/9a20792b697237957b60cb6b0f2a84eb76bfd191)) +- *(download)* Support comma-separated keywords in filters - ([38a4eb1](https://github.com/pkgforge/soar/commit/38a4eb1d4a5fdf145896e3c1ed04b8e2e2707b08)) +- *(github)* Accept GITHUB_TOKEN for github downloads - ([d6c2b57](https://github.com/pkgforge/soar/commit/d6c2b57bb2a51e180624ee2454d56023773888c4)) +- *(self)* Add self update - ([e4ba2af](https://github.com/pkgforge/soar/commit/e4ba2af100db09f490412eb1b6ad7ffb1654d600)) + +### 🐛 Bug Fixes + +- *(config)* Override config using env, make inner paths optional - ([58f5a17](https://github.com/pkgforge/soar/commit/58f5a1771fa222a22905d047538a050e17c12be9)) +- *(download)* Fix github regex - ([cd6e048](https://github.com/pkgforge/soar/commit/cd6e0488cb5f31b21b1a7843d8027a7431a19da2)) +- *(package)* Sort package selection order - ([7b6c490](https://github.com/pkgforge/soar/commit/7b6c490c37abf425b1b8408d131773777c2556d1)) + + +## [0.4.7](https://github.com/pkgforge/soar/compare/v0.4.6..v0.4.7) - 2024-11-13 ### 🐛 Bug Fixes @@ -179,6 +197,9 @@ - *(workflow)* Run nightly on every commit - ([42ddf90](https://github.com/pkgforge/soar/commit/42ddf90857a1c9a0ff264dbac45e1fda114c0935)) - *(workflow)* Add nightly workflow - ([f697a5f](https://github.com/pkgforge/soar/commit/f697a5f86adc4c75822e0c8fc3b3a0e7dacd9479)) +## New Contributors ❤️ + +* @dependabot[bot] made their first contribution in [#1](https://github.com/pkgforge/soar/pull/1) ## [0.2.0](https://github.com/pkgforge/soar/compare/v0.1.0..v0.2.0) - 2024-10-11 @@ -235,5 +256,8 @@ - *(README)* Add readme - ([9531d23](https://github.com/pkgforge/soar/commit/9531d23049553fc9b04befe9ad939fd17a3ac02c)) - *(hooks)* Add cliff & git commit hooks - ([6757cf7](https://github.com/pkgforge/soar/commit/6757cf75aa08e7b966503a142bbc4f1a44634902)) +## New Contributors ❤️ + +* @QaidVoid made their first contribution diff --git a/Cargo.lock b/Cargo.lock index df88522..f8b6ce1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1457,7 +1457,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "soar-cli" -version = "0.4.7" +version = "0.4.8" dependencies = [ "anyhow", "backhand", diff --git a/Cargo.toml b/Cargo.toml index 4850e25..08a15cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soar-cli" -version = "0.4.7" +version = "0.4.8" authors = ["Rabindra Dhakal "] description = "A modern package manager for Linux" license = "MIT"