Skip to content

Commit abf485e

Browse files
committed
chore(release): v0.5.3
1 parent b76127e commit abf485e

File tree

4 files changed

+26
-5
lines changed

4 files changed

+26
-5
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11

2+
## [0.5.3](https://github.com/pkgforge/soar/compare/v0.5.2..v0.5.3) - 2025-02-04
3+
4+
### ⛰️ Features
5+
6+
- *(metadata)* Add support for zstd compressed sqlite database - ([1cae955](https://github.com/pkgforge/soar/commit/1cae9551e49d4e3819e1f7c9c15edd059155711d))
7+
- *(self)* Allow switching soar release channels - ([25acb9c](https://github.com/pkgforge/soar/commit/25acb9cb83919ca75c2d20157c1b884fb9bd4114))
8+
9+
### 🐛 Bug Fixes
10+
11+
- *(install)* Use ghcr size, switch to official ghcr API - ([58b812c](https://github.com/pkgforge/soar/commit/58b812ca2611c9771b219b8ac716e64ae49f0141))
12+
- *(nightly)* Fix nightly version - ([9f7bd79](https://github.com/pkgforge/soar/commit/9f7bd79551bdbcc31902d0e5d1aab78db1984cd9))
13+
14+
### ⚡ Performance
15+
16+
- *(metadata)* Parallelize metadata fetch, use gzip on request - ([3863707](https://github.com/pkgforge/soar/commit/3863707a33d00cd066fa6ad3e071d55c384c6476))
17+
18+
### ⚙️ Miscellaneous Tasks
19+
20+
- *(config)* Update default repository URLs to use sdb.zstd format - ([b76127e](https://github.com/pkgforge/soar/commit/b76127e3997623f6508237f4532750c005113c8f))
21+
22+
223
## [0.5.2](https://github.com/pkgforge/soar/compare/v0.5.1..v0.5.2) - 2025-01-30
324

425
### 🐛 Bug Fixes

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

soar-cli/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "soar-cli"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
description = "A modern package manager for Linux"
55
default-run = "soar"
66
authors.workspace = true
@@ -28,7 +28,7 @@ reqwest = { workspace = true }
2828
rusqlite = { workspace = true }
2929
serde = { workspace = true }
3030
serde_json = { workspace = true }
31-
soar-core = { version = "0.1.2", path = "../soar-core" }
31+
soar-core = { version = "0.1.3", path = "../soar-core" }
3232
soar-dl = { workspace = true }
3333
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] }
3434
toml = "0.8.19"

soar-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "soar-core"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "Core library for soar package manager"
55
authors.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)