Skip to content

Commit

Permalink
chore(release): v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
QaidVoid committed Feb 4, 2025
1 parent b76127e commit abf485e
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@

## [0.5.3](https://github.com/pkgforge/soar/compare/v0.5.2..v0.5.3) - 2025-02-04

### ⛰️ Features

- *(metadata)* Add support for zstd compressed sqlite database - ([1cae955](https://github.com/pkgforge/soar/commit/1cae9551e49d4e3819e1f7c9c15edd059155711d))
- *(self)* Allow switching soar release channels - ([25acb9c](https://github.com/pkgforge/soar/commit/25acb9cb83919ca75c2d20157c1b884fb9bd4114))

### 🐛 Bug Fixes

- *(install)* Use ghcr size, switch to official ghcr API - ([58b812c](https://github.com/pkgforge/soar/commit/58b812ca2611c9771b219b8ac716e64ae49f0141))
- *(nightly)* Fix nightly version - ([9f7bd79](https://github.com/pkgforge/soar/commit/9f7bd79551bdbcc31902d0e5d1aab78db1984cd9))

### ⚡ Performance

- *(metadata)* Parallelize metadata fetch, use gzip on request - ([3863707](https://github.com/pkgforge/soar/commit/3863707a33d00cd066fa6ad3e071d55c384c6476))

### ⚙️ Miscellaneous Tasks

- *(config)* Update default repository URLs to use sdb.zstd format - ([b76127e](https://github.com/pkgforge/soar/commit/b76127e3997623f6508237f4532750c005113c8f))


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

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

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.2"
version = "0.5.3"
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.2", path = "../soar-core" }
soar-core = { version = "0.1.3", 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.2"
version = "0.1.3"
description = "Core library for soar package manager"
authors.workspace = true
license.workspace = true
Expand Down

0 comments on commit abf485e

Please sign in to comment.