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"