Skip to content

Commit 8789ca8

Browse files
committed
chore: release
1 parent e987bf6 commit 8789ca8

File tree

28 files changed

+130
-52
lines changed

28 files changed

+130
-52
lines changed

Cargo.lock

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

crates/konfigkoll/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ edited).
88
For a possibly more edited message focused on the binary please see the github
99
releases.
1010

11+
## [0.1.15] - 2025-07-14
12+
13+
### ⚙️ Other stuff
14+
15+
- Update to Rust 1.88.0
16+
1117
## [0.1.14] - 2025-05-17
1218

1319
### ⚙️ Other stuff

crates/konfigkoll/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MPL-2.0"
1212
name = "konfigkoll"
1313
repository = "https://github.com/VorpalBlade/paketkoll"
1414
rust-version = "1.88.0"
15-
version = "0.1.14"
15+
version = "0.1.15"
1616

1717
[[bin]]
1818
name = "konfigkoll"
@@ -46,14 +46,14 @@ directories.workspace = true
4646
either.workspace = true
4747
eyre.workspace = true
4848
itertools.workspace = true
49-
konfigkoll_core = { version = "0.5.5", path = "../konfigkoll_core" }
50-
konfigkoll_script = { version = "0.1.12", path = "../konfigkoll_script" }
51-
konfigkoll_types = { version = "0.2.8", path = "../konfigkoll_types" }
52-
konfigkoll_utils = { version = "0.1.8", path = "../konfigkoll_utils" }
49+
konfigkoll_core = { version = "0.5.6", path = "../konfigkoll_core" }
50+
konfigkoll_script = { version = "0.1.13", path = "../konfigkoll_script" }
51+
konfigkoll_types = { version = "0.2.9", path = "../konfigkoll_types" }
52+
konfigkoll_utils = { version = "0.1.9", path = "../konfigkoll_utils" }
5353
ouroboros.workspace = true
54-
paketkoll_cache = { version = "0.2.11", path = "../paketkoll_cache" }
55-
paketkoll_core = { version = "0.5.12", path = "../paketkoll_core" }
56-
paketkoll_types = { version = "0.2.6", path = "../paketkoll_types" }
54+
paketkoll_cache = { version = "0.2.12", path = "../paketkoll_cache" }
55+
paketkoll_core = { version = "0.5.13", path = "../paketkoll_core" }
56+
paketkoll_types = { version = "0.2.7", path = "../paketkoll_types" }
5757
paketkoll_workspace_hack = { version = "0.1", path = "../paketkoll_workspace_hack" }
5858
rayon.workspace = true
5959
rune = { workspace = true, features = ["cli"] }

crates/konfigkoll_core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ edited).
88
For a possibly more edited message focused on the binary please see the github
99
releases.
1010

11+
## [0.5.6] - 2025-07-14
12+
13+
### ⚙️ Other stuff
14+
15+
- Update to Rust 1.88.0
16+
1117
## [0.5.5] - 2025-05-17
1218

1319
### ⚙️ Other stuff

crates/konfigkoll_core/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MPL-2.0"
77
name = "konfigkoll_core"
88
repository = "https://github.com/VorpalBlade/paketkoll"
99
rust-version = "1.88.0"
10-
version = "0.5.5"
10+
version = "0.5.6"
1111

1212
[dependencies]
1313
ahash.workspace = true
@@ -20,11 +20,11 @@ duct.workspace = true
2020
either.workspace = true
2121
eyre.workspace = true
2222
itertools.workspace = true
23-
konfigkoll_types = { version = "0.2.8", path = "../konfigkoll_types" }
23+
konfigkoll_types = { version = "0.2.9", path = "../konfigkoll_types" }
2424
libc.workspace = true
2525
nix = { workspace = true, features = ["user"] }
26-
paketkoll_types = { version = "0.2.6", path = "../paketkoll_types" }
27-
paketkoll_utils = { version = "0.1.11", path = "../paketkoll_utils" }
26+
paketkoll_types = { version = "0.2.7", path = "../paketkoll_types" }
27+
paketkoll_utils = { version = "0.1.12", path = "../paketkoll_utils" }
2828
paketkoll_workspace_hack = { version = "0.1", path = "../paketkoll_workspace_hack" }
2929
parking_lot.workspace = true
3030
rayon.workspace = true

crates/konfigkoll_hwinfo/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ edited).
88
For a possibly more edited message focused on the binary please see the github
99
releases.
1010

11+
## [0.1.12] - 2025-07-14
12+
13+
### ⚙️ Other stuff
14+
15+
- Update to Rust 1.88.0
16+
1117
## [0.1.11] - 2025-05-17
1218

1319
### ⚙️ Other stuff

crates/konfigkoll_hwinfo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MPL-2.0"
77
name = "konfigkoll_hwinfo"
88
repository = "https://github.com/VorpalBlade/paketkoll"
99
rust-version = "1.88.0"
10-
version = "0.1.11"
10+
version = "0.1.12"
1111

1212
[features]
1313
rune = ["dep:rune"]

crates/konfigkoll_script/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ edited).
88
For a possibly more edited message focused on the binary please see the github
99
releases.
1010

11+
## [0.1.13] - 2025-07-14
12+
13+
### ⚙️ Other stuff
14+
15+
- Update to Rust 1.88.0
16+
1117
## [0.1.11] - 2025-05-05
1218

1319
### 🚜 Refactoring

crates/konfigkoll_script/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MPL-2.0"
77
name = "konfigkoll_script"
88
repository = "https://github.com/VorpalBlade/paketkoll"
99
rust-version = "1.88.0"
10-
version = "0.1.12"
10+
version = "0.1.13"
1111

1212
[dependencies]
1313
ahash.workspace = true
@@ -19,12 +19,12 @@ eyre.workspace = true
1919
glob.workspace = true
2020
globset.workspace = true
2121
itertools.workspace = true
22-
konfigkoll_hwinfo = { version = "0.1.11", path = "../konfigkoll_hwinfo", features = [
22+
konfigkoll_hwinfo = { version = "0.1.12", path = "../konfigkoll_hwinfo", features = [
2323
"rune",
2424
] }
25-
konfigkoll_types = { version = "0.2.8", path = "../konfigkoll_types" }
26-
konfigkoll_utils = { version = "0.1.8", path = "../konfigkoll_utils" }
27-
paketkoll_types = { version = "0.2.6", path = "../paketkoll_types" }
25+
konfigkoll_types = { version = "0.2.9", path = "../konfigkoll_types" }
26+
konfigkoll_utils = { version = "0.1.9", path = "../konfigkoll_utils" }
27+
paketkoll_types = { version = "0.2.7", path = "../paketkoll_types" }
2828
paketkoll_workspace_hack = { version = "0.1", path = "../paketkoll_workspace_hack" }
2929
parking_lot.workspace = true
3030
regex.workspace = true

crates/konfigkoll_types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ edited).
88
For a possibly more edited message focused on the binary please see the github
99
releases.
1010

11+
## [0.2.9] - 2025-07-14
12+
13+
### ⚙️ Other stuff
14+
15+
- Update to Rust 1.88.0
16+
1117
## [0.2.8] - 2025-05-17
1218

1319
### ⚙️ Other stuff

0 commit comments

Comments
 (0)