From 919792cdc672826e2686df2f72136c31e9f2e336 Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Wed, 28 Feb 2024 14:16:19 +0100 Subject: [PATCH] chore: Release manta version 1.27.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9f2441c..6308e875 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,32 @@ All notable changes to this project will be documented in this file. +## [1.27.0] - 2024-02-28 + +### Bug Fixes + +- Bug in apply cluster subcommand where it was failing when reading + +### Features + +- Show more detailed information related to CFS configuration +- Commands add node, remove, node, add, hw, remove, hw and apply hw +- Update manta version + +### Refactor + +- Clean code + ## [1.26.0] - 2024-02-25 ### Features - Get hw components subcommands now can print information as a summary of all hw components in a cluster +### Miscellaneous Tasks + +- Release manta version 1.26.0 + ## [1.25.1] - 2024-02-25 ### Miscellaneous Tasks diff --git a/Cargo.toml b/Cargo.toml index 7cae58a9..68b82af6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["Manuel Sopena Ballesteros "] name = "manta" description = "Another CLI for basic/simple Shasta operations" -version = "1.26.0" +version = "1.27.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"