Skip to content

Commit

Permalink
chore(release): v0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
QaidVoid committed Nov 25, 2024
1 parent e4ba2af commit f75f100
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "soar-cli"
version = "0.4.7"
version = "0.4.8"
authors = ["Rabindra Dhakal <[email protected]>"]
description = "A modern package manager for Linux"
license = "MIT"
Expand Down

0 comments on commit f75f100

Please sign in to comment.