diff --git a/Cargo.lock b/Cargo.lock index db017a85..b6fcd0ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1313,7 +1313,7 @@ dependencies = [ [[package]] name = "konfigkoll_core" -version = "0.5.1" +version = "0.5.2" dependencies = [ "ahash", "camino", @@ -1388,7 +1388,7 @@ dependencies = [ [[package]] name = "konfigkoll_types" -version = "0.2.4" +version = "0.2.5" dependencies = [ "camino", "compact_str", @@ -1941,7 +1941,7 @@ dependencies = [ [[package]] name = "paketkoll_core" -version = "0.5.8" +version = "0.5.9" dependencies = [ "ahash", "ar", @@ -2007,7 +2007,7 @@ dependencies = [ [[package]] name = "paketkoll_utils" -version = "0.1.7" +version = "0.1.8" dependencies = [ "eyre", "paketkoll_types", diff --git a/crates/konfigkoll/Cargo.toml b/crates/konfigkoll/Cargo.toml index 5aef84e9..0383c332 100644 --- a/crates/konfigkoll/Cargo.toml +++ b/crates/konfigkoll/Cargo.toml @@ -46,13 +46,13 @@ directories.workspace = true either.workspace = true eyre.workspace = true itertools.workspace = true -konfigkoll_core = { version = "0.5.1", path = "../konfigkoll_core" } +konfigkoll_core = { version = "0.5.2", path = "../konfigkoll_core" } konfigkoll_script = { version = "0.1.8", path = "../konfigkoll_script" } -konfigkoll_types = { version = "0.2.4", path = "../konfigkoll_types" } +konfigkoll_types = { version = "0.2.5", path = "../konfigkoll_types" } konfigkoll_utils = { version = "0.1.7", path = "../konfigkoll_utils" } ouroboros.workspace = true paketkoll_cache = { version = "0.2.7", path = "../paketkoll_cache" } -paketkoll_core = { version = "0.5.8", path = "../paketkoll_core" } +paketkoll_core = { version = "0.5.9", path = "../paketkoll_core" } paketkoll_types = { version = "0.2.2", path = "../paketkoll_types" } paketkoll_workspace_hack = { version = "0.1", path = "../paketkoll_workspace_hack" } rayon.workspace = true diff --git a/crates/konfigkoll_core/CHANGELOG.md b/crates/konfigkoll_core/CHANGELOG.md index a5ae682a..2181fc98 100644 --- a/crates/konfigkoll_core/CHANGELOG.md +++ b/crates/konfigkoll_core/CHANGELOG.md @@ -8,6 +8,12 @@ edited). For a possibly more edited message focused on the binary please see the github releases. +## [0.5.2] - 2024-12-16 + +### ⚙️ Other stuff + +- Updated the following local packages: paketkoll_utils + ## [0.5.1] - 2024-12-16 ### 🚀 Features diff --git a/crates/konfigkoll_core/Cargo.toml b/crates/konfigkoll_core/Cargo.toml index 9c3bff06..73964519 100644 --- a/crates/konfigkoll_core/Cargo.toml +++ b/crates/konfigkoll_core/Cargo.toml @@ -7,7 +7,7 @@ license = "MPL-2.0" name = "konfigkoll_core" repository = "https://github.com/VorpalBlade/paketkoll" rust-version = "1.80.0" -version = "0.5.1" +version = "0.5.2" [dependencies] ahash.workspace = true @@ -20,11 +20,11 @@ duct.workspace = true either.workspace = true eyre.workspace = true itertools.workspace = true -konfigkoll_types = { version = "0.2.4", path = "../konfigkoll_types" } +konfigkoll_types = { version = "0.2.5", path = "../konfigkoll_types" } libc.workspace = true nix = { workspace = true, features = ["user"] } paketkoll_types = { version = "0.2.2", path = "../paketkoll_types" } -paketkoll_utils = { version = "0.1.7", path = "../paketkoll_utils" } +paketkoll_utils = { version = "0.1.8", path = "../paketkoll_utils" } paketkoll_workspace_hack = { version = "0.1", path = "../paketkoll_workspace_hack" } parking_lot.workspace = true rayon.workspace = true diff --git a/crates/konfigkoll_script/Cargo.toml b/crates/konfigkoll_script/Cargo.toml index 68d15062..9df0f75e 100644 --- a/crates/konfigkoll_script/Cargo.toml +++ b/crates/konfigkoll_script/Cargo.toml @@ -22,7 +22,7 @@ itertools.workspace = true konfigkoll_hwinfo = { version = "0.1.7", path = "../konfigkoll_hwinfo", features = [ "rune", ] } -konfigkoll_types = { version = "0.2.4", path = "../konfigkoll_types" } +konfigkoll_types = { version = "0.2.5", path = "../konfigkoll_types" } konfigkoll_utils = { version = "0.1.7", path = "../konfigkoll_utils" } paketkoll_types = { version = "0.2.2", path = "../paketkoll_types" } paketkoll_workspace_hack = { version = "0.1", path = "../paketkoll_workspace_hack" } diff --git a/crates/konfigkoll_types/CHANGELOG.md b/crates/konfigkoll_types/CHANGELOG.md index 9eaf22fd..62271c4d 100644 --- a/crates/konfigkoll_types/CHANGELOG.md +++ b/crates/konfigkoll_types/CHANGELOG.md @@ -8,6 +8,12 @@ edited). For a possibly more edited message focused on the binary please see the github releases. +## [0.2.5] - 2024-12-16 + +### ⚙️ Other stuff + +- Updated the following local packages: paketkoll_utils + ## [0.2.4] - 2024-12-16 ### 🚀 Features diff --git a/crates/konfigkoll_types/Cargo.toml b/crates/konfigkoll_types/Cargo.toml index 56f80c3c..c891e8d1 100644 --- a/crates/konfigkoll_types/Cargo.toml +++ b/crates/konfigkoll_types/Cargo.toml @@ -6,7 +6,7 @@ license = "MPL-2.0" name = "konfigkoll_types" repository = "https://github.com/VorpalBlade/paketkoll" rust-version = "1.80.0" -version = "0.2.4" +version = "0.2.5" [dependencies] camino.workspace = true @@ -14,7 +14,7 @@ compact_str.workspace = true either.workspace = true eyre.workspace = true paketkoll_types = { version = "0.2.2", path = "../paketkoll_types" } -paketkoll_utils = { version = "0.1.7", path = "../paketkoll_utils" } +paketkoll_utils = { version = "0.1.8", path = "../paketkoll_utils" } paketkoll_workspace_hack = { version = "0.1", path = "../paketkoll_workspace_hack" } strum.workspace = true diff --git a/crates/paketkoll/Cargo.toml b/crates/paketkoll/Cargo.toml index cc8d38c1..ebdd7705 100644 --- a/crates/paketkoll/Cargo.toml +++ b/crates/paketkoll/Cargo.toml @@ -36,7 +36,7 @@ color-eyre.workspace = true compact_str.workspace = true eyre.workspace = true os_info.workspace = true -paketkoll_core = { version = "0.5.8", path = "../paketkoll_core" } +paketkoll_core = { version = "0.5.9", path = "../paketkoll_core" } paketkoll_types = { version = "0.2.2", path = "../paketkoll_types" } paketkoll_workspace_hack = { version = "0.1", path = "../paketkoll_workspace_hack" } proc-exit.workspace = true diff --git a/crates/paketkoll_core/CHANGELOG.md b/crates/paketkoll_core/CHANGELOG.md index 636e199c..6bc88f74 100644 --- a/crates/paketkoll_core/CHANGELOG.md +++ b/crates/paketkoll_core/CHANGELOG.md @@ -8,6 +8,12 @@ edited). For a possibly more edited message focused on the binary please see the github releases. +## [0.5.9] - 2024-12-16 + +### ⚙️ Other stuff + +- Updated the following local packages: paketkoll_utils + ## [0.5.8] - 2024-12-16 ### 🚀 Features diff --git a/crates/paketkoll_core/Cargo.toml b/crates/paketkoll_core/Cargo.toml index bc272809..44860c81 100644 --- a/crates/paketkoll_core/Cargo.toml +++ b/crates/paketkoll_core/Cargo.toml @@ -7,7 +7,7 @@ license = "MPL-2.0" name = "paketkoll_core" repository = "https://github.com/VorpalBlade/paketkoll" rust-version = "1.80.0" -version = "0.5.8" +version = "0.5.9" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" @@ -74,7 +74,7 @@ mtree2 = { version = "0.6.9", path = "../mtree2", optional = true } nix = { workspace = true, features = ["user"], optional = true } num_cpus.workspace = true paketkoll_types = { version = "0.2.2", path = "../paketkoll_types" } -paketkoll_utils = { version = "0.1.7", path = "../paketkoll_utils" } +paketkoll_utils = { version = "0.1.8", path = "../paketkoll_utils" } paketkoll_workspace_hack = { version = "0.1", path = "../paketkoll_workspace_hack" } parking_lot.workspace = true phf.workspace = true diff --git a/crates/paketkoll_utils/CHANGELOG.md b/crates/paketkoll_utils/CHANGELOG.md index ff164b0b..3b532ca7 100644 --- a/crates/paketkoll_utils/CHANGELOG.md +++ b/crates/paketkoll_utils/CHANGELOG.md @@ -8,6 +8,12 @@ edited). For a possibly more edited message focused on the binary please see the github releases. +## [0.1.8] - 2024-12-16 + +### ⚙️ Other stuff + +- Add missing keywords to make lib.rs happy + ## [0.1.7] - 2024-12-16 ### 🚀 Features diff --git a/crates/paketkoll_utils/Cargo.toml b/crates/paketkoll_utils/Cargo.toml index 5ab64b16..6959d09d 100644 --- a/crates/paketkoll_utils/Cargo.toml +++ b/crates/paketkoll_utils/Cargo.toml @@ -6,7 +6,7 @@ license = "MPL-2.0" name = "paketkoll_utils" repository = "https://github.com/VorpalBlade/paketkoll" rust-version = "1.80.0" -version = "0.1.7" +version = "0.1.8" [dependencies] eyre.workspace = true