From b14c5332a19b0e950eea91b0826357733dbc2744 Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Mon, 11 Dec 2023 09:44:29 +0100 Subject: [PATCH] chore: Release manta version 1.13.2 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d63d5c2..6e623850 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,19 @@ All notable changes to this project will be documented in this file. +## [1.13.2] - 2023-12-11 + +### Refactor + +- Clean code and update mesa version +- Cargo fmt + ## [1.13.1] - 2023-12-10 +### Miscellaneous Tasks + +- Release manta version 1.13.1 + ### Refactor - Refactor code to new mesa method signatures diff --git a/Cargo.toml b/Cargo.toml index 0e030abb..8b09cc36 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.1" +version = "1.13.2" 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"