diff --git a/CHANGELOG.md b/CHANGELOG.md index df6b942..84f4b5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,22 @@ All notable changes to this project will be documented in this file. +## [1.53.4] - 2024-10-28 + +### Bug Fixes + +- Compilation error + ## [1.53.3] - 2024-10-28 ### Features - Add new command 'delete images' +### Miscellaneous Tasks + +- Release manta version 1.53.3 + ## [1.53.2] - 2024-10-27 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index d1e8d60..56a0f8c 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.3" +version = "1.53.4" 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"