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"