From 75d5f5b731a74b2447a3c6714b942ba27a2dc817 Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Sat, 23 Nov 2024 19:34:56 +0100 Subject: [PATCH] chore: Release manta version 1.54.0 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abf2200..32cf5ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,27 @@ All notable changes to this project will be documented in this file. +## [1.54.0] - 2024-11-23 + +### Bug Fixes + +- Boot parameter operations +- Bug changing boot image + +### Refactor + +- Cli operations + ## [1.53.21] - 2024-11-12 ### Features - Set kernel parameters was changing the kernel value +### Miscellaneous Tasks + +- Release manta version 1.53.21 + ## [1.53.20] - 2024-11-11 ### Miscellaneous Tasks diff --git a/Cargo.toml b/Cargo.toml index 813f437..70399b6 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 ALPS" -version = "1.53.21" +version = "1.54.0" 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"