From a790746a05f4a60881b51c0fcf7843a3a7ac3f2e Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Thu, 22 Aug 2024 18:46:14 +0200 Subject: [PATCH] chore: Release manta version 1.46.20 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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"