Skip to content

Commit

Permalink
chore(release): v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
QaidVoid committed Jan 27, 2025
1 parent 569347f commit 81037c4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

## [0.5.1](https://github.com/pkgforge/soar/compare/v0.5.0..v0.5.1) - 2025-01-27

### 🐛 Bug Fixes

- *(update)* Handle multi-profile update - ([569347f](https://github.com/pkgforge/soar/commit/569347f2ee7ad137917428ec9454c81f43c7708c))

### ⚙️ Miscellaneous Tasks

- *(cargo)* Update cargo manifest - ([ad18d0c](https://github.com/pkgforge/soar/commit/ad18d0c6d3a3089815ed050844a76265e4900aa2))


## [0.5.0](https://github.com/pkgforge/soar/compare/v0.4.8..v0.5.0) - 2025-01-27

### ⛰️ 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.

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.0"
version = "0.5.1"
description = "A modern package manager for Linux"
default-run = "soar"
authors.workspace = true
Expand All @@ -27,7 +27,7 @@ reqwest = { workspace = true }
rusqlite = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
soar-core = { version = "0.1.0", path = "../soar-core" }
soar-core = { version = "0.1.1", 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.0"
version = "0.1.1"
description = "Core library for soar package manager"
authors.workspace = true
license.workspace = true
Expand Down

0 comments on commit 81037c4

Please sign in to comment.