Skip to content

Commit 1ddc69a

Browse files
authored
chore: release
1 parent f22f7b1 commit 1ddc69a

File tree

22 files changed

+103
-42
lines changed

22 files changed

+103
-42
lines changed

Cargo.lock

Lines changed: 10 additions & 10 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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ edited).
88
For a possibly more edited message focused on the binary please see the github
99
releases.
1010

11+
## [0.1.16] - 2025-07-21
12+
13+
### ⚙️ Other stuff
14+
15+
- Update Cargo.lock dependencies
16+
- Update Cargo.toml dependencies
17+
1118
## [0.1.15] - 2025-07-14
1219

1320
### ⚙️ Other stuff

crates/konfigkoll/Cargo.toml

Lines changed: 7 additions & 7 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.15"
15+
version = "0.1.16"
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.6", path = "../konfigkoll_core" }
50-
konfigkoll_script = { version = "0.1.13", path = "../konfigkoll_script" }
51-
konfigkoll_types = { version = "0.2.9", path = "../konfigkoll_types" }
49+
konfigkoll_core = { version = "0.5.7", path = "../konfigkoll_core" }
50+
konfigkoll_script = { version = "0.1.14", path = "../konfigkoll_script" }
51+
konfigkoll_types = { version = "0.2.10", path = "../konfigkoll_types" }
5252
konfigkoll_utils = { version = "0.1.9", path = "../konfigkoll_utils" }
5353
ouroboros.workspace = true
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" }
54+
paketkoll_cache = { version = "0.2.13", path = "../paketkoll_cache" }
55+
paketkoll_core = { version = "0.5.14", path = "../paketkoll_core" }
56+
paketkoll_types = { version = "0.2.8", 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.7] - 2025-07-21
12+
13+
### ⚙️ Other stuff
14+
15+
- Update Cargo.toml dependencies
16+
1117
## [0.5.6] - 2025-07-14
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.6"
10+
version = "0.5.7"
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.9", path = "../konfigkoll_types" }
23+
konfigkoll_types = { version = "0.2.10", path = "../konfigkoll_types" }
2424
libc.workspace = true
2525
nix = { workspace = true, features = ["user"] }
26-
paketkoll_types = { version = "0.2.7", path = "../paketkoll_types" }
27-
paketkoll_utils = { version = "0.1.12", path = "../paketkoll_utils" }
26+
paketkoll_types = { version = "0.2.8", path = "../paketkoll_types" }
27+
paketkoll_utils = { version = "0.1.13", 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_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.14] - 2025-07-21
12+
13+
### ⚙️ Other stuff
14+
15+
- Updated the following local packages: paketkoll_types, konfigkoll_types
16+
1117
## [0.1.13] - 2025-07-14
1218

1319
### ⚙️ Other stuff

crates/konfigkoll_script/Cargo.toml

Lines changed: 3 additions & 3 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.13"
10+
version = "0.1.14"
1111

1212
[dependencies]
1313
ahash.workspace = true
@@ -22,9 +22,9 @@ itertools.workspace = true
2222
konfigkoll_hwinfo = { version = "0.1.12", path = "../konfigkoll_hwinfo", features = [
2323
"rune",
2424
] }
25-
konfigkoll_types = { version = "0.2.9", path = "../konfigkoll_types" }
25+
konfigkoll_types = { version = "0.2.10", path = "../konfigkoll_types" }
2626
konfigkoll_utils = { version = "0.1.9", path = "../konfigkoll_utils" }
27-
paketkoll_types = { version = "0.2.7", path = "../paketkoll_types" }
27+
paketkoll_types = { version = "0.2.8", 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.10] - 2025-07-21
12+
13+
### ⚙️ Other stuff
14+
15+
- Update Cargo.toml dependencies
16+
1117
## [0.2.9] - 2025-07-14
1218

1319
### ⚙️ Other stuff

crates/konfigkoll_types/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ license = "MPL-2.0"
66
name = "konfigkoll_types"
77
repository = "https://github.com/VorpalBlade/paketkoll"
88
rust-version = "1.88.0"
9-
version = "0.2.9"
9+
version = "0.2.10"
1010

1111
[dependencies]
1212
camino.workspace = true
1313
compact_str.workspace = true
1414
either.workspace = true
1515
eyre.workspace = true
16-
paketkoll_types = { version = "0.2.7", path = "../paketkoll_types" }
17-
paketkoll_utils = { version = "0.1.12", path = "../paketkoll_utils" }
16+
paketkoll_types = { version = "0.2.8", path = "../paketkoll_types" }
17+
paketkoll_utils = { version = "0.1.13", path = "../paketkoll_utils" }
1818
paketkoll_workspace_hack = { version = "0.1", path = "../paketkoll_workspace_hack" }
1919
strum.workspace = true
2020

crates/paketkoll/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.3.14] - 2025-07-21
12+
13+
### ⚙️ Other stuff
14+
15+
- Update Cargo.toml dependencies
16+
1117
## [0.3.13] - 2025-07-14
1218

1319
### ⚙️ Other stuff

0 commit comments

Comments
 (0)