From b8c2d7b1a6517c28dcdffabdad89937126d9eeb1 Mon Sep 17 00:00:00 2001 From: Rabindra Dhakal Date: Fri, 8 Nov 2024 22:18:35 +0545 Subject: [PATCH] chore(release): v0.4.3 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 3 ++- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb80d69..e2ddbba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ +## [0.4.3](https://github.com/pkgforge/soar/compare/v0.4.2..v0.4.3) - 2024-11-08 + +### 🐛 Bug Fixes + +- *(install)* Fix package case handling & replacement - ([5af3cfc](https://github.com/pkgforge/soar/commit/5af3cfc43a63ee1201baebd24c628a5f5246cf4d)) +- *(install)* Add constraints to local installs binary name - ([bfe004f](https://github.com/pkgforge/soar/commit/bfe004fdf7e8d6fc3fc1be27818ad9cc4a892978)) + +### 🚜 Refactor + +- *(search)* Add description search and limit - ([4bbe1f3](https://github.com/pkgforge/soar/commit/4bbe1f397a157734218c2df8a9e88e3a4a1187ad)) + + ## [0.4.2](https://github.com/pkgforge/soar/compare/v0.4.1..v0.4.2) - 2024-11-05 ### ⛰️ Features @@ -116,6 +128,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 diff --git a/Cargo.lock b/Cargo.lock index 300b292..07a7f74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1377,7 +1377,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "soar-cli" -version = "0.4.2" +version = "0.4.3" dependencies = [ "anyhow", "backhand", diff --git a/Cargo.toml b/Cargo.toml index ba00fe7..01def87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soar-cli" -version = "0.4.2" +version = "0.4.3" authors = ["Rabindra Dhakal "] description = "A modern package manager for Linux" license = "MIT" @@ -8,6 +8,7 @@ edition = "2021" repository = "https://github.com/pkgforge/soar" default-run = "soar" exclude = ["docs"] +keywords = ["package", "package-manager", "portable", "binary", "static", "appimage", "linux"] [[bin]] name = "soar"