Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions crates/konfigkoll/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,25 @@ edited).
For a possibly more edited message focused on the binary please see the github
releases.

## [0.1.16] - 2026-01-05

### πŸ› Bug fixes

- Fix clippy warnings on rust 1.91

### 🩺 Diagnostics & output formatting

- Improve debug level diagnostics

### 🚜 Refactoring

- Change tokio builder logic

### βš™οΈ Other stuff

- Update Cargo.toml dependencies


## [0.1.15] - 2025-07-14

### βš™οΈ Other stuff
Expand Down
16 changes: 8 additions & 8 deletions crates/konfigkoll/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MPL-2.0"
name = "konfigkoll"
repository = "https://github.com/VorpalBlade/paketkoll"
rust-version = "1.88.0"
version = "0.1.15"
version = "0.1.16"

[[bin]]
name = "konfigkoll"
Expand Down Expand Up @@ -46,14 +46,14 @@ directories.workspace = true
either.workspace = true
eyre.workspace = true
itertools.workspace = true
konfigkoll_core = { version = "0.5.6", path = "../konfigkoll_core" }
konfigkoll_script = { version = "0.1.13", path = "../konfigkoll_script" }
konfigkoll_types = { version = "0.2.9", path = "../konfigkoll_types" }
konfigkoll_utils = { version = "0.1.9", path = "../konfigkoll_utils" }
konfigkoll_core = { version = "0.5.7", path = "../konfigkoll_core" }
konfigkoll_script = { version = "0.1.14", path = "../konfigkoll_script" }
konfigkoll_types = { version = "0.2.10", path = "../konfigkoll_types" }
konfigkoll_utils = { version = "0.1.10", path = "../konfigkoll_utils" }
ouroboros.workspace = true
paketkoll_cache = { version = "0.2.12", path = "../paketkoll_cache" }
paketkoll_core = { version = "0.5.13", path = "../paketkoll_core" }
paketkoll_types = { version = "0.2.7", path = "../paketkoll_types" }
paketkoll_cache = { version = "0.2.13", path = "../paketkoll_cache" }
paketkoll_core = { version = "0.5.14", path = "../paketkoll_core" }
paketkoll_types = { version = "0.3.0", path = "../paketkoll_types" }
paketkoll_workspace_hack = { version = "0.1", path = "../paketkoll_workspace_hack" }
rayon.workspace = true
rune = { workspace = true, features = ["cli"] }
Expand Down
11 changes: 11 additions & 0 deletions crates/konfigkoll_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ edited).
For a possibly more edited message focused on the binary please see the github
releases.

## [0.5.7] - 2026-01-05

### πŸ› Bug fixes

- Fix clippy warnings on rust 1.91

### 🩺 Diagnostics & output formatting

- Improve debug level diagnostics


## [0.5.6] - 2025-07-14

### βš™οΈ Other stuff
Expand Down
8 changes: 4 additions & 4 deletions crates/konfigkoll_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MPL-2.0"
name = "konfigkoll_core"
repository = "https://github.com/VorpalBlade/paketkoll"
rust-version = "1.88.0"
version = "0.5.6"
version = "0.5.7"

[dependencies]
ahash.workspace = true
Expand All @@ -20,11 +20,11 @@ duct.workspace = true
either.workspace = true
eyre.workspace = true
itertools.workspace = true
konfigkoll_types = { version = "0.2.9", path = "../konfigkoll_types" }
konfigkoll_types = { version = "0.2.10", path = "../konfigkoll_types" }
libc.workspace = true
nix = { workspace = true, features = ["user"] }
paketkoll_types = { version = "0.2.7", path = "../paketkoll_types" }
paketkoll_utils = { version = "0.1.12", path = "../paketkoll_utils" }
paketkoll_types = { version = "0.3.0", path = "../paketkoll_types" }
paketkoll_utils = { version = "0.1.13", path = "../paketkoll_utils" }
paketkoll_workspace_hack = { version = "0.1", path = "../paketkoll_workspace_hack" }
parking_lot.workspace = true
rayon.workspace = true
Expand Down
7 changes: 7 additions & 0 deletions crates/konfigkoll_hwinfo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ edited).
For a possibly more edited message focused on the binary please see the github
releases.

## [0.1.13] - 2026-01-05

### βš™οΈ Other stuff

- Update Cargo.toml dependencies


## [0.1.12] - 2025-07-14

### βš™οΈ Other stuff
Expand Down
2 changes: 1 addition & 1 deletion crates/konfigkoll_hwinfo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MPL-2.0"
name = "konfigkoll_hwinfo"
repository = "https://github.com/VorpalBlade/paketkoll"
rust-version = "1.88.0"
version = "0.1.12"
version = "0.1.13"

[features]
rune = ["dep:rune"]
Expand Down
7 changes: 7 additions & 0 deletions crates/konfigkoll_script/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ edited).
For a possibly more edited message focused on the binary please see the github
releases.

## [0.1.14] - 2026-01-05

### βš™οΈ Other stuff

- Update Cargo.toml dependencies


## [0.1.13] - 2025-07-14

### βš™οΈ Other stuff
Expand Down
10 changes: 5 additions & 5 deletions crates/konfigkoll_script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MPL-2.0"
name = "konfigkoll_script"
repository = "https://github.com/VorpalBlade/paketkoll"
rust-version = "1.88.0"
version = "0.1.13"
version = "0.1.14"

[dependencies]
ahash.workspace = true
Expand All @@ -19,12 +19,12 @@ eyre.workspace = true
glob.workspace = true
globset.workspace = true
itertools.workspace = true
konfigkoll_hwinfo = { version = "0.1.12", path = "../konfigkoll_hwinfo", features = [
konfigkoll_hwinfo = { version = "0.1.13", path = "../konfigkoll_hwinfo", features = [
"rune",
] }
konfigkoll_types = { version = "0.2.9", path = "../konfigkoll_types" }
konfigkoll_utils = { version = "0.1.9", path = "../konfigkoll_utils" }
paketkoll_types = { version = "0.2.7", path = "../paketkoll_types" }
konfigkoll_types = { version = "0.2.10", path = "../konfigkoll_types" }
konfigkoll_utils = { version = "0.1.10", path = "../konfigkoll_utils" }
paketkoll_types = { version = "0.3.0", path = "../paketkoll_types" }
paketkoll_workspace_hack = { version = "0.1", path = "../paketkoll_workspace_hack" }
parking_lot.workspace = true
regex.workspace = true
Expand Down
7 changes: 7 additions & 0 deletions crates/konfigkoll_types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ edited).
For a possibly more edited message focused on the binary please see the github
releases.

## [0.2.10] - 2026-01-05

### βš™οΈ Other stuff

- Update Cargo.toml dependencies


## [0.2.9] - 2025-07-14

### βš™οΈ Other stuff
Expand Down
6 changes: 3 additions & 3 deletions crates/konfigkoll_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ license = "MPL-2.0"
name = "konfigkoll_types"
repository = "https://github.com/VorpalBlade/paketkoll"
rust-version = "1.88.0"
version = "0.2.9"
version = "0.2.10"

[dependencies]
camino.workspace = true
compact_str.workspace = true
either.workspace = true
eyre.workspace = true
paketkoll_types = { version = "0.2.7", path = "../paketkoll_types" }
paketkoll_utils = { version = "0.1.12", path = "../paketkoll_utils" }
paketkoll_types = { version = "0.3.0", path = "../paketkoll_types" }
paketkoll_utils = { version = "0.1.13", path = "../paketkoll_utils" }
paketkoll_workspace_hack = { version = "0.1", path = "../paketkoll_workspace_hack" }
strum.workspace = true

Expand Down
7 changes: 7 additions & 0 deletions crates/konfigkoll_utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ edited).
For a possibly more edited message focused on the binary please see the github
releases.

## [0.1.10] - 2026-01-05

### βš™οΈ Other stuff

- Update Cargo.toml dependencies


## [0.1.9] - 2025-07-14

### βš™οΈ Other stuff
Expand Down
2 changes: 1 addition & 1 deletion crates/konfigkoll_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MPL-2.0"
name = "konfigkoll_utils"
repository = "https://github.com/VorpalBlade/paketkoll"
rust-version = "1.88.0"
version = "0.1.9"
version = "0.1.10"

[dependencies]
camino.workspace = true
Expand Down
7 changes: 7 additions & 0 deletions crates/mtree2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ edited).
For a possibly more edited message focused on the binary please see the github
releases.

## [0.6.15] - 2026-01-05

### βš™οΈ Other stuff

- Update Cargo.toml dependencies


## [0.6.14] - 2025-07-14

### πŸš€ Features
Expand Down
2 changes: 1 addition & 1 deletion crates/mtree2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "mtree2"
readme = "README.md"
repository = "https://github.com/VorpalBlade/paketkoll"
rust-version = "1.88.0"
version = "0.6.14"
version = "0.6.15"

[dependencies]
bitflags.workspace = true
Expand Down
7 changes: 7 additions & 0 deletions crates/paketkoll/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ edited).
For a possibly more edited message focused on the binary please see the github
releases.

## [0.3.14] - 2026-01-05

### βš™οΈ Other stuff

- Update Cargo.toml dependencies


## [0.3.13] - 2025-07-14

### βš™οΈ Other stuff
Expand Down
6 changes: 3 additions & 3 deletions crates/paketkoll/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "paketkoll"
readme = "README.md"
repository = "https://github.com/VorpalBlade/paketkoll"
rust-version = "1.88.0"
version = "0.3.13"
version = "0.3.14"

[features]
# Default features
Expand Down Expand Up @@ -37,8 +37,8 @@ compact_str.workspace = true
eyre.workspace = true
ignore.workspace = true
os_info.workspace = true
paketkoll_core = { version = "0.5.13", path = "../paketkoll_core" }
paketkoll_types = { version = "0.2.7", path = "../paketkoll_types" }
paketkoll_core = { version = "0.5.14", path = "../paketkoll_core" }
paketkoll_types = { version = "0.3.0", path = "../paketkoll_types" }
paketkoll_workspace_hack = { version = "0.1", path = "../paketkoll_workspace_hack" }
proc-exit.workspace = true
rayon.workspace = true
Expand Down
Loading