From fbac845e4bbe1aeee29e4aceda522cc93227c3b3 Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Sun, 27 Oct 2024 14:15:06 +0100 Subject: [PATCH] chore: Release manta version 1.53.2 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0048f2cb..3129853a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,26 @@ All notable changes to this project will be documented in this file. +## [1.53.2] - 2024-10-27 + +### Bug Fixes + +- Update mesa to integrate CFS sessions type dynamic creation:wa + +### Features + +- Add argument 'ansible-playbook-name' to command 'apply session' + ## [1.53.1] - 2024-10-25 ### Bug Fixes - Version number +### Miscellaneous Tasks + +- Release manta version 1.53.1 + ## [1.53.0] - 2024-10-25 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index e96a3305..e9267928 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.1" +version = "1.53.2" 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"