Skip to content

Commit 288823f

Browse files
committed
chore(release): v0.4.5
1 parent 5e1fcaf commit 288823f

File tree

4 files changed

+24
-8
lines changed

4 files changed

+24
-8
lines changed

CHANGELOG.md

+20-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11

2-
## [0.4.4](https://github.com/pkgforge/soar/compare/v0.4.3..0.4.4) - 2024-11-09
2+
## [0.4.5](https://github.com/pkgforge/soar/compare/v0.4.4..0.4.5) - 2024-11-12
3+
4+
### ⛰️ Features
5+
6+
- *(cli)* Allow stdin input as args - ([5e1fcaf](https://github.com/pkgforge/soar/commit/5e1fcafe4134b948ec8e860332d448e75fa90d44))
7+
- *(download)* Add ergonomic flags for github asset matching - ([e47083d](https://github.com/pkgforge/soar/commit/e47083d3fc87b39fe938d035748de89f89161c45))
8+
- *(download)* Allow regex filter for github asset - ([85736a6](https://github.com/pkgforge/soar/commit/85736a6de8a8cb63aaa7197c5f1cdf8c880e1e5b))
9+
- *(download)* Allow specifying tagname for github downloads - ([fcf5ba4](https://github.com/pkgforge/soar/commit/fcf5ba4328eb7e9ebaec72e43a6235fb6cbf3857))
10+
- *(download)* Add support for downloading github release - ([9ca101d](https://github.com/pkgforge/soar/commit/9ca101d1a4e7105c0ac5da4ded625f032e12513c))
11+
12+
### 📚 Documentation
13+
14+
- *(readme)* Add autoplay videos - ([80cfceb](https://github.com/pkgforge/soar/commit/80cfceb122d519ab57b460386d51182e9884391c))
15+
16+
### ⚙️ Miscellaneous Tasks
17+
18+
- *(workflow)* Update release workflow - ([e0b9a58](https://github.com/pkgforge/soar/commit/e0b9a5886bcdafb27a2af0cae42f72ec6d5beda1))
19+
20+
21+
## [0.4.4](https://github.com/pkgforge/soar/compare/v0.4.3..v0.4.4) - 2024-11-09
322

423
### ⛰️ Features
524

@@ -144,9 +163,6 @@
144163
- *(workflow)* Run nightly on every commit - ([42ddf90](https://github.com/pkgforge/soar/commit/42ddf90857a1c9a0ff264dbac45e1fda114c0935))
145164
- *(workflow)* Add nightly workflow - ([f697a5f](https://github.com/pkgforge/soar/commit/f697a5f86adc4c75822e0c8fc3b3a0e7dacd9479))
146165

147-
## New Contributors ❤️
148-
149-
* @dependabot[bot] made their first contribution in [#1](https://github.com/pkgforge/soar/pull/1)
150166

151167
## [0.2.0](https://github.com/pkgforge/soar/compare/v0.1.0..v0.2.0) - 2024-10-11
152168

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "soar-cli"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
authors = ["Rabindra Dhakal <[email protected]>"]
55
description = "A modern package manager for Linux"
66
license = "MIT"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333

3434
| <img src="https://raw.githubusercontent.com/pkgforge/soar/refs/heads/autoplay/install.webp" /> | <img src="https://raw.githubusercontent.com/pkgforge/soar/refs/heads/autoplay/remove.webp" /> | <img src="https://raw.githubusercontent.com/pkgforge/soar/refs/heads/autoplay/download.webp" /> |
3535
| - | - | - |
36-
| **Install Packages** | **Remove Packages** | **Download File** |
36+
| [**`Install Packages`**](https://soar.qaidvoid.dev/install) | [**`Remove Packages`**](https://soar.qaidvoid.dev/remove) | [**`Download File`**](https://soar.qaidvoid.dev/download) |
3737
| <img src="https://raw.githubusercontent.com/pkgforge/soar/refs/heads/autoplay/run.webp" /> | <img src="https://raw.githubusercontent.com/pkgforge/soar/refs/heads/autoplay/list.webp" /> | <img src="https://raw.githubusercontent.com/pkgforge/soar/refs/heads/autoplay/search.webp" /> |
38-
| **Run Package** | **List Packages** | **Search Packages** |
38+
| [**`Run Package`**](https://soar.qaidvoid.dev/run) | [**`List Packages`**](https://soar.qaidvoid.dev/list) | [**`Search Packages`**](https://soar.qaidvoid.dev/search) |
3939

4040
</div>
4141

0 commit comments

Comments
 (0)