Skip to content

Commit

Permalink
chore(release): v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
QaidVoid committed Jan 30, 2025
1 parent 229e265 commit b62a33a
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@

## [0.5.2](https://github.com/pkgforge/soar/compare/v0.5.1..v0.5.2) - 2025-01-30

### 🐛 Bug Fixes

- *(icon)* Fix desktop icon integration - ([7d09ff4](https://github.com/pkgforge/soar/commit/7d09ff43d35daa7173787a0a06ec378bb3b44d40))
- *(integration)* Skip desktop integration for static/dynamic package - ([0d10c12](https://github.com/pkgforge/soar/commit/0d10c12819863bbd541cb6aa974876514e71dbeb))
- *(remove)* Ignore error if package path is already removed - ([58cb283](https://github.com/pkgforge/soar/commit/58cb283109854f0fafe6515cf256521fac49da2a))
- *(self_update)* Fix version check - ([86d02cc](https://github.com/pkgforge/soar/commit/86d02ccf1e8f89ae4c3c2073a859c9d7d28809ef))

### ⚡ Performance

- *(remove)* Don't load metadata databases on package removal - ([229e265](https://github.com/pkgforge/soar/commit/229e2654322f7a7d01945935b2df3a50f156ef27))
- *(state)* Lazy load databases - ([823dea4](https://github.com/pkgforge/soar/commit/823dea48287eb367172ce1cfc3462d6ae63eee25))

### ⚙️ Miscellaneous Tasks

- *(script)* Update install script - ([126e5d4](https://github.com/pkgforge/soar/commit/126e5d4c094671ac6421fa8271e8b50d086c023d))


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

### 🐛 Bug Fixes
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.

2 changes: 1 addition & 1 deletion 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.1"
version = "0.5.2"
description = "A modern package manager for Linux"
default-run = "soar"
authors.workspace = true
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.1"
version = "0.1.2"
description = "Core library for soar package manager"
authors.workspace = true
license.workspace = true
Expand Down

0 comments on commit b62a33a

Please sign in to comment.