Skip to content

Commit a960b19

Browse files
committed
chore: release
1 parent a485fbf commit a960b19

File tree

25 files changed

+115
-48
lines changed

25 files changed

+115
-48
lines changed

Cargo.lock

Lines changed: 12 additions & 12 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.14] - 2025-05-17
12+
13+
### ⚙️ Other stuff
14+
15+
- Update Cargo.toml dependencies
16+
1117
## [0.1.13] - 2025-05-05
1218

1319
### 🚜 Refactoring

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.85.0"
15-
version = "0.1.13"
15+
version = "0.1.14"
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.4", path = "../konfigkoll_core" }
50-
konfigkoll_script = { version = "0.1.11", path = "../konfigkoll_script" }
51-
konfigkoll_types = { version = "0.2.7", path = "../konfigkoll_types" }
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" }
5252
konfigkoll_utils = { version = "0.1.8", path = "../konfigkoll_utils" }
5353
ouroboros.workspace = true
54-
paketkoll_cache = { version = "0.2.10", path = "../paketkoll_cache" }
55-
paketkoll_core = { version = "0.5.11", path = "../paketkoll_core" }
56-
paketkoll_types = { version = "0.2.5", path = "../paketkoll_types" }
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" }
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.5] - 2025-05-17
12+
13+
### ⚙️ Other stuff
14+
15+
- Update Cargo.toml dependencies
16+
1117
## [0.5.4] - 2025-05-05
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.85.0"
10-
version = "0.5.4"
10+
version = "0.5.5"
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.7", path = "../konfigkoll_types" }
23+
konfigkoll_types = { version = "0.2.8", path = "../konfigkoll_types" }
2424
libc.workspace = true
2525
nix = { workspace = true, features = ["user"] }
26-
paketkoll_types = { version = "0.2.5", path = "../paketkoll_types" }
27-
paketkoll_utils = { version = "0.1.10", path = "../paketkoll_utils" }
26+
paketkoll_types = { version = "0.2.6", path = "../paketkoll_types" }
27+
paketkoll_utils = { version = "0.1.11", 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.11] - 2025-05-17
12+
13+
### ⚙️ Other stuff
14+
15+
- Update Cargo.toml dependencies
16+
1117
## [0.1.10] - 2025-05-05
1218

1319
### 🚜 Refactoring

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.85.0"
10-
version = "0.1.10"
10+
version = "0.1.11"
1111

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

crates/konfigkoll_script/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_script"
88
repository = "https://github.com/VorpalBlade/paketkoll"
99
rust-version = "1.85.0"
10-
version = "0.1.11"
10+
version = "0.1.12"
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.10", path = "../konfigkoll_hwinfo", features = [
22+
konfigkoll_hwinfo = { version = "0.1.11", path = "../konfigkoll_hwinfo", features = [
2323
"rune",
2424
] }
25-
konfigkoll_types = { version = "0.2.7", path = "../konfigkoll_types" }
25+
konfigkoll_types = { version = "0.2.8", path = "../konfigkoll_types" }
2626
konfigkoll_utils = { version = "0.1.8", path = "../konfigkoll_utils" }
27-
paketkoll_types = { version = "0.2.5", path = "../paketkoll_types" }
27+
paketkoll_types = { version = "0.2.6", 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.8] - 2025-05-17
12+
13+
### ⚙️ Other stuff
14+
15+
- Updated the following local packages: paketkoll_types, paketkoll_utils
16+
1117
## [0.2.7] - 2025-05-05
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.85.0"
9-
version = "0.2.7"
9+
version = "0.2.8"
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.5", path = "../paketkoll_types" }
17-
paketkoll_utils = { version = "0.1.10", path = "../paketkoll_utils" }
16+
paketkoll_types = { version = "0.2.6", path = "../paketkoll_types" }
17+
paketkoll_utils = { version = "0.1.11", path = "../paketkoll_utils" }
1818
paketkoll_workspace_hack = { version = "0.1", path = "../paketkoll_workspace_hack" }
1919
strum.workspace = true
2020

0 commit comments

Comments
 (0)