From 288823f73b8b63cd33480b5164b11d028a1e89b3 Mon Sep 17 00:00:00 2001 From: Rabindra Dhakal Date: Tue, 12 Nov 2024 21:07:31 +0545 Subject: [PATCH] chore(release): v0.4.5 --- CHANGELOG.md | 24 ++++++++++++++++++++---- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 4 files changed, 24 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4db5f19..2cefacc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ -## [0.4.4](https://github.com/pkgforge/soar/compare/v0.4.3..0.4.4) - 2024-11-09 +## [0.4.5](https://github.com/pkgforge/soar/compare/v0.4.4..0.4.5) - 2024-11-12 + +### ⛰️ Features + +- *(cli)* Allow stdin input as args - ([5e1fcaf](https://github.com/pkgforge/soar/commit/5e1fcafe4134b948ec8e860332d448e75fa90d44)) +- *(download)* Add ergonomic flags for github asset matching - ([e47083d](https://github.com/pkgforge/soar/commit/e47083d3fc87b39fe938d035748de89f89161c45)) +- *(download)* Allow regex filter for github asset - ([85736a6](https://github.com/pkgforge/soar/commit/85736a6de8a8cb63aaa7197c5f1cdf8c880e1e5b)) +- *(download)* Allow specifying tagname for github downloads - ([fcf5ba4](https://github.com/pkgforge/soar/commit/fcf5ba4328eb7e9ebaec72e43a6235fb6cbf3857)) +- *(download)* Add support for downloading github release - ([9ca101d](https://github.com/pkgforge/soar/commit/9ca101d1a4e7105c0ac5da4ded625f032e12513c)) + +### 📚 Documentation + +- *(readme)* Add autoplay videos - ([80cfceb](https://github.com/pkgforge/soar/commit/80cfceb122d519ab57b460386d51182e9884391c)) + +### ⚙️ Miscellaneous Tasks + +- *(workflow)* Update release workflow - ([e0b9a58](https://github.com/pkgforge/soar/commit/e0b9a5886bcdafb27a2af0cae42f72ec6d5beda1)) + + +## [0.4.4](https://github.com/pkgforge/soar/compare/v0.4.3..v0.4.4) - 2024-11-09 ### ⛰️ Features @@ -144,9 +163,6 @@ - *(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 diff --git a/Cargo.lock b/Cargo.lock index 67c60ce..1e9cc5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1448,7 +1448,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "soar-cli" -version = "0.4.4" +version = "0.4.5" dependencies = [ "anyhow", "backhand", diff --git a/Cargo.toml b/Cargo.toml index 25d530d..6b3e9d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soar-cli" -version = "0.4.4" +version = "0.4.5" authors = ["Rabindra Dhakal "] description = "A modern package manager for Linux" license = "MIT" diff --git a/README.md b/README.md index 71e10fe..36c07e7 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ | | | | | - | - | - | -| **Install Packages** | **Remove Packages** | **Download File** | +| [**`Install Packages`**](https://soar.qaidvoid.dev/install) | [**`Remove Packages`**](https://soar.qaidvoid.dev/remove) | [**`Download File`**](https://soar.qaidvoid.dev/download) | | | | | -| **Run Package** | **List Packages** | **Search Packages** | +| [**`Run Package`**](https://soar.qaidvoid.dev/run) | [**`List Packages`**](https://soar.qaidvoid.dev/list) | [**`Search Packages`**](https://soar.qaidvoid.dev/search) |