Skip to content

Commit 1d90648

Browse files
authored
chore: release (#130)
1 parent 7a7a060 commit 1d90648

18 files changed

Lines changed: 75 additions & 23 deletions

File tree

CHANGELOG.md

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

2+
## [0.9.1](https://github.com/pkgforge/soar/compare/v0.9.0...v0.9.1) - 2025-12-28
3+
4+
### 🐛 Bug Fixes
5+
6+
- *(apply)* Allow tracking versioning with URL packages ([#129](https://github.com/pkgforge/soar/pull/129)) - ([0b7deb6](https://github.com/pkgforge/soar/commit/0b7deb6733cbfe390cf7f3b5de670fc2010dc260))
7+
- *(install)* Use deterministic hash for package without checksum - ([7a7a060](https://github.com/pkgforge/soar/commit/7a7a06049c61ba38a52921c51cb90b57aee4b809))
8+
- *(install)* Handle removed packages, always show selection with --show - ([2b72975](https://github.com/pkgforge/soar/commit/2b72975c3f1dfc10d1e991cae73c267a8d5580cb))
9+
- *(install)* Fix force reinstall cleanup and resume file corruption - ([c6150f7](https://github.com/pkgforge/soar/commit/c6150f72855249bd048194514dd3bdbca1beb21c))
10+
211
## [0.9.0](https://github.com/pkgforge/soar/compare/v0.8.1...v0.9.0) - 2025-12-26
312

413
### ⛰️ Features

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ regex = { version = "1.12.2", default-features = false, features = [
4747
serde = { version = "1.0.228", features = ["derive"] }
4848
serde_json = { version = "1.0.148", features = ["indexmap"] }
4949
serial_test = "3.2.0"
50-
soar-config = { version = "0.1.0", path = "crates/soar-config" }
51-
soar-core = { version = "0.9.0", path = "crates/soar-core" }
52-
soar-db = { version = "0.1.0", path = "crates/soar-db" }
53-
soar-dl = { version = "0.7.0", path = "crates/soar-dl" }
54-
soar-package = { version = "0.1.0", path = "crates/soar-package" }
55-
soar-registry = { version = "0.1.0", path = "crates/soar-registry" }
56-
soar-utils = { version = "0.1.0", path = "crates/soar-utils" }
50+
soar-config = { version = "0.1.1", path = "crates/soar-config" }
51+
soar-core = { version = "0.10.0", path = "crates/soar-core" }
52+
soar-db = { version = "0.2.0", path = "crates/soar-db" }
53+
soar-dl = { version = "0.7.1", path = "crates/soar-dl" }
54+
soar-package = { version = "0.1.1", path = "crates/soar-package" }
55+
soar-registry = { version = "0.1.1", path = "crates/soar-registry" }
56+
soar-utils = { version = "0.1.1", path = "crates/soar-utils" }
5757
squishy = { version = "0.4.0", features = ["appimage", "dwarfs"] }
5858
tempfile = "3.24.0"
5959
thiserror = "2.0.17"

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.9.0"
3+
version = "0.9.1"
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.1.1](https://github.com/pkgforge/soar/compare/soar-config-v0.1.0...soar-config-v0.1.1) - 2025-12-28
3+
4+
### ⚙️ Miscellaneous Tasks
5+
6+
- Updated the following local packages: soar-utils - ([0000000](https://github.com/pkgforge/soar/commit/0000000))
7+
28
## [0.1.0] - 2025-12-26
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.1.0"
3+
version = "0.1.1"
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.10.0](https://github.com/pkgforge/soar/compare/soar-core-v0.9.0...soar-core-v0.10.0) - 2025-12-28
3+
4+
### 🐛 Bug Fixes
5+
6+
- *(install)* Fix force reinstall cleanup and resume file corruption - ([c6150f7](https://github.com/pkgforge/soar/commit/c6150f72855249bd048194514dd3bdbca1beb21c))
7+
28
## [0.9.0](https://github.com/pkgforge/soar/compare/soar-core-v0.8.1...soar-core-v0.9.0) - 2025-12-26
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.9.0"
3+
version = "0.10.0"
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.2.0](https://github.com/pkgforge/soar/compare/soar-db-v0.1.0...soar-db-v0.2.0) - 2025-12-28
3+
4+
### 🐛 Bug Fixes
5+
6+
- *(install)* Fix force reinstall cleanup and resume file corruption - ([c6150f7](https://github.com/pkgforge/soar/commit/c6150f72855249bd048194514dd3bdbca1beb21c))
7+
28
## [0.1.0] - 2025-12-26
39

410
### ⛰️ Features

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.1.0"
3+
version = "0.2.0"
44
description = "Database operations for soar package manager"
55
authors.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)