From 8c0a924048ce23f1f9b9c1d99cf06dd3e0dd22b9 Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Thu, 31 Oct 2024 16:28:20 +0100 Subject: [PATCH] chore: Release manta version 1.53.10 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b92e9d21..d7c3dc19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,18 @@ All notable changes to this project will be documented in this file. +## [1.53.10] - 2024-10-31 + +### Features + +- Improve performance in get cluster command + ## [1.53.9] - 2024-10-31 +### Miscellaneous Tasks + +- Release manta version 1.53.9 + ### Refactor - Clean code diff --git a/Cargo.toml b/Cargo.toml index 579ed69d..425cb18e 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.9" +version = "1.53.10" 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"