diff --git a/Cargo.lock b/Cargo.lock index 98a4901..eb94b62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "alar2" -version = "0.5.0" +version = "0.5.1" dependencies = [ "chrono", "clap", @@ -262,9 +262,9 @@ dependencies = [ [[package]] name = "fs_extra" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394" +checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" [[package]] name = "glob" diff --git a/Cargo.toml b/Cargo.toml index ffea7a9..6d16242 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alar2" -version = "0.5.0" +version = "0.5.1" authors = ["malachma "] edition = "2021" license = "MIT" @@ -11,6 +11,6 @@ license = "MIT" chrono = "0.4.*" sys-mount = "2.*" cmd_lib = "1.3.0" -fs_extra = "1.2.0" +fs_extra = "1.3.0" clap = { version = "3.*", features = ["cargo"] } nc = "0.8.13" diff --git a/Changelog b/Changelog index 3f43c70..1ea9a8f 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,10 @@ +2024-02-07 Marcus Lachmanez + * new version 0.5.1 + * fstab-impl got enhanced to cope with situations where boot or efi entries are missing. Or if device names are used + for either / /boot or /boot/efi +2024-02-05 Marcus Lachmanez + * changed fs_extra to version 1.3.0 + * changed shlex to version 1.3.0 2023-03-03 Marcus Lachmanez * version changed to 0.5.0 * New actions added @@ -28,4 +35,4 @@ lvm_root_part : string lvm_usr_part : string lvm_var_part : string - * pre-build binary available. No build on the recovery VM required. \ No newline at end of file + * pre-build binary available. No build on the recovery VM required.