diff --git a/CHANGELOG.md b/CHANGELOG.md index b4a73a5a..6625be6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,23 @@ All notable changes to this project will be documented in this file. +## [1.13.0] - 2023-12-10 + +### Features + +- Add new flag 'force' to delete subcommand to make it script +- Delete subcommand sumamry shows more information + +### Refactor + +- Code in delete and get iamge subcommands + ## [1.12.12] - 2023-12-08 +### Miscellaneous Tasks + +- Release manta version 1.12.12 + ### Refactor - Adapt code to new mesa cfs config code structure diff --git a/Cargo.toml b/Cargo.toml index 1b6ae7e5..c2216472 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["Manuel Sopena Ballesteros "] name = "manta" description = "Another CLI for basic/simple Shasta operations" -version = "1.12.12" +version = "1.13.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"