From a5c0ec1b52e3f605e05c0a16768d2f67f09d13c5 Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Fri, 28 Jun 2024 11:29:25 +0200 Subject: [PATCH] chore: Release manta version 1.38.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 432435a..79c2cb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ All notable changes to this project will be documented in this file. +## [1.38.0] - 2024-06-28 + +### Bug Fixes + +- Update mesa version + +### FEAT + +- Command 'apply hw cluster' now can reuse nodes in 'target' HSM group + +### Features + +- Integrate "pin" and "unpin" features to "apply hw cluster" command + +### Refactor + +- Clean code +- Code housekeeping +- Rename apply_hw_cluster modules according to pin and unpin strategy + ## [1.37.0] - 2024-06-12 ### FEAT @@ -12,6 +32,10 @@ All notable changes to this project will be documented in this file. - Improve errors in configuration file +### Miscellaneous Tasks + +- Release manta version 1.37.0 + ## [1.36.3] - 2024-06-12 ### FEAT diff --git a/Cargo.toml b/Cargo.toml index 25f3a74..db607f9 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.37.0" +version = "1.38.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"