diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c5d4b35..4dbbff27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,22 @@ All notable changes to this project will be documented in this file. +## [1.46.20] - 2024-08-22 + +### Refactor + +- Rename get kernel-parameters argument + ## [1.46.19] - 2024-08-22 ### Bug Fixes - But in set subcommand +### Miscellaneous Tasks + +- Release manta version 1.46.19 + ### Refactor - Clean code diff --git a/Cargo.toml b/Cargo.toml index 5c32e831..a86e08e8 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.19" +version = "1.46.20" 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"