Skip to content

Commit df83296

Browse files
authored
chore: release (#146)
1 parent e694e30 commit df83296

File tree

14 files changed

+53
-17
lines changed

14 files changed

+53
-17
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
## [0.10.2](https://github.com/pkgforge/soar/compare/v0.10.1...v0.10.2) - 2026-01-17
3+
4+
### 🐛 Bug Fixes
5+
6+
- *(system)* [**breaking**] Change system install path to /opt/soar - ([e694e30](https://github.com/pkgforge/soar/commit/e694e305958fb5def3c5e06946e4e8fa4c625b1a))
7+
28
## [0.10.1](https://github.com/pkgforge/soar/compare/v0.10.0...v0.10.1) - 2026-01-17
39

410
### 🐛 Bug Fixes

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ regex = { version = "1.12.2", default-features = false, features = [
4848
serde = { version = "1.0.228", features = ["derive"] }
4949
serde_json = { version = "1.0.149", features = ["indexmap"] }
5050
serial_test = "3.3.1"
51-
soar-config = { version = "0.2.0", path = "crates/soar-config" }
52-
soar-core = { version = "0.11.0", path = "crates/soar-core" }
53-
soar-db = { version = "0.3.0", path = "crates/soar-db" }
51+
soar-config = { version = "0.3.0", path = "crates/soar-config" }
52+
soar-core = { version = "0.11.1", path = "crates/soar-core" }
53+
soar-db = { version = "0.3.1", path = "crates/soar-db" }
5454
soar-dl = { version = "0.7.2", path = "crates/soar-dl" }
55-
soar-package = { version = "0.2.0", path = "crates/soar-package" }
56-
soar-registry = { version = "0.2.0", path = "crates/soar-registry" }
55+
soar-package = { version = "0.2.1", path = "crates/soar-package" }
56+
soar-registry = { version = "0.2.1", path = "crates/soar-registry" }
5757
soar-utils = { version = "0.2.0", path = "crates/soar-utils" }
5858
squishy = { version = "0.4.0", features = ["appimage", "dwarfs"] }
5959
tempfile = "3.24.0"

crates/soar-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "soar-cli"
3-
version = "0.10.1"
3+
version = "0.10.2"
44
description = "A modern package manager for Linux"
55
default-run = "soar"
66
authors.workspace = true

crates/soar-config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
## [0.3.0](https://github.com/pkgforge/soar/compare/soar-config-v0.2.0...soar-config-v0.3.0) - 2026-01-17
3+
4+
### 🐛 Bug Fixes
5+
6+
- *(system)* [**breaking**] Change system install path to /opt/soar - ([e694e30](https://github.com/pkgforge/soar/commit/e694e305958fb5def3c5e06946e4e8fa4c625b1a))
7+
28
## [0.2.0](https://github.com/pkgforge/soar/compare/soar-config-v0.1.1...soar-config-v0.2.0) - 2026-01-17
39

410
### ⛰️ Features

crates/soar-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "soar-config"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Configuration management for soar package manager"
55
authors.workspace = true
66
edition.workspace = true

crates/soar-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
## [0.11.1](https://github.com/pkgforge/soar/compare/soar-core-v0.11.0...soar-core-v0.11.1) - 2026-01-17
3+
4+
### ⚙️ Miscellaneous Tasks
5+
6+
- Updated the following local packages: soar-config, soar-db, soar-package - ([0000000](https://github.com/pkgforge/soar/commit/0000000))
7+
28
## [0.11.0](https://github.com/pkgforge/soar/compare/soar-core-v0.10.0...soar-core-v0.11.0) - 2026-01-17
39

410
### ⛰️ Features

crates/soar-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "soar-core"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
description = "Core library for soar package manager"
55
authors.workspace = true
66
license.workspace = true

crates/soar-db/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
## [0.3.1](https://github.com/pkgforge/soar/compare/soar-db-v0.3.0...soar-db-v0.3.1) - 2026-01-17
3+
4+
### ⚙️ Miscellaneous Tasks
5+
6+
- Updated the following local packages: soar-registry - ([0000000](https://github.com/pkgforge/soar/commit/0000000))
7+
28
## [0.3.0](https://github.com/pkgforge/soar/compare/soar-db-v0.2.0...soar-db-v0.3.0) - 2026-01-17
39

410
### 🚜 Refactor

crates/soar-db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "soar-db"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Database operations for soar package manager"
55
authors.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)