diff --git a/CHANGELOG.md b/CHANGELOG.md index 64427870..21618b4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.46.4] - 2024-07-29 + +### Bug Fixes + +- Config param will search for either full path or file inside /home/msopena/.config/manta/ + ## [1.46.3] - 2024-07-29 ### Features @@ -9,6 +15,10 @@ All notable changes to this project will be documented in this file. - Add new command to get the list of kernel parameters for a list of nodes or a cluster - New argument in command to filter the list of kernel parameters listed +### Miscellaneous Tasks + +- Release manta version 1.46.3 + ## [1.46.2] - 2024-07-29 ### Features diff --git a/Cargo.toml b/Cargo.toml index 92cb9405..518ecdc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["Manuel Sopena Ballesteros ", "Miguel Gila "] name = "manta" description = "Another CLI for basic/simple Shasta operations" -version = "1.46.3" +version = "1.46.4" license-file = "LICENSE" documentation = "https://github.com/eth-cscs/manta/blob/main/README.md" homepage = "https://github.com/eth-cscs/manta/blob/main/README.md"