From 442ed60755805530cfa2b6634e4ea9be2bbb0eab Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Sun, 10 Dec 2023 22:16:36 +0100 Subject: [PATCH] chore: Release manta version 1.13.1 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6625be6b..6d63d5c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.13.1] - 2023-12-10 + +### Refactor + +- Refactor code to new mesa method signatures + ## [1.13.0] - 2023-12-10 ### Features @@ -9,6 +15,10 @@ All notable changes to this project will be documented in this file. - Add new flag 'force' to delete subcommand to make it script - Delete subcommand sumamry shows more information +### Miscellaneous Tasks + +- Release manta version 1.13.0 + ### Refactor - Code in delete and get iamge subcommands diff --git a/Cargo.toml b/Cargo.toml index c2216472..c0fcdc54 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.13.0" +version = "1.13.1" 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"