Skip to content

Commit

Permalink
chore(release): v0.5.4 (#16)
Browse files Browse the repository at this point in the history
- Fixed a minor typo
- Added reference on external repos
- Updated gif

---------

Signed-off-by: Ajam <[email protected]>
Co-authored-by: Rabindra Dhakal <[email protected]>
  • Loading branch information
Azathothas and QaidVoid authored Feb 11, 2025
1 parent c8f39ab commit 0d2d7c7
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 11 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -29,7 +29,7 @@

<p align="center">
<a href="https://soar.qaidvoid.dev/installation">
<img src="https://soar.pkgforge.dev/gif?version=v0.5.0" alt="soar-list" width="850">
<img src="https://soar.pkgforge.dev/gif?version=v0.5.4" alt="soar-list" width="850">
</a><br>
</p>

Expand Down Expand Up @@ -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`<br>
For additional configuration guide, click [here](https://soar.qaidvoid.dev/configuration.html)
> [!NOTE]
> [External repositories](https://docs.pkgforge.dev/repositories/external) aren't enabled enabled by default.
> Enable them with `soar defconfig --external`
## 🎯 Usage

Expand All @@ -65,13 +68,15 @@ Simply run `soar --help` for general options.
- Detailed guide regarding each format is at: [docs.pkgforge.dev](https://docs.pkgforge.dev/formats/packages)

## 📦 Packages
We use a novel recipe format called [`.SBUILD`](https://docs.pkgforge.dev/sbuild/introduction) at [pkgforge-dev/soarpkgs](https://github.com/pkgforge/soarpkgs).
Our CI Infra builds these [packages](https://pkgs.pkgforge.dev/) periodically & syncs to the [cache](https://docs.pkgforge.dev/repositories/soarpkgs/faq#cache).
To request new packages or report an issue with an existing one, please use the [pkgforge-dev/soarpkgs](https://github.com/pkgforge/soarpkgs) repository.
Our [Official repositories](https://docs.pkgforge.dev/repositories) use a novel recipe format called [`.SBUILD`](https://docs.pkgforge.dev/sbuild/introduction) at [pkgforge/soarpkgs](https://github.com/pkgforge/soarpkgs).
Our CI Infra builds these [packages](https://pkgs.pkgforge.dev/) periodically & syncs to the [cache](https://docs.pkgforge.dev/repositories/soarpkgs/faq#cache).<br>
Additionally we also support [AM](https://github.com/ivan-hc/AM) & [appimage.github.io](https://github.com/AppImage/appimage.github.io) as [external repositories](https://docs.pkgforge.dev/repositories/external)


What Packages are Available?
- Type `soar list` for a list
- Or visit [pkgs.pkgforge.dev](https://pkgs.pkgforge.dev/)
- Or visit [pkgs.pkgforge.dev](https://pkgs.pkgforge.dev/)<br>
To request new packages or report an issue with an existing one, please use the [pkgforge/soarpkgs](https://github.com/pkgforge/soarpkgs) repository.<br>

## 💬 Community

Expand Down
4 changes: 2 additions & 2 deletions soar-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "soar-cli"
version = "0.5.3"
version = "0.5.4"
description = "A modern package manager for Linux"
default-run = "soar"
authors.workspace = true
Expand Down Expand Up @@ -28,7 +28,7 @@ reqwest = { workspace = true }
rusqlite = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
soar-core = { version = "0.1.3", path = "../soar-core" }
soar-core = { version = "0.1.4", path = "../soar-core" }
soar-dl = { workspace = true }
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] }
toml = "0.8.19"
Expand Down
2 changes: 1 addition & 1 deletion soar-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "soar-core"
version = "0.1.3"
version = "0.1.4"
description = "Core library for soar package manager"
authors.workspace = true
license.workspace = true
Expand Down

0 comments on commit 0d2d7c7

Please sign in to comment.