diff --git a/CHANGELOG.md b/CHANGELOG.md index ddc300f0..57fe763b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,22 @@ All notable changes to this project will be documented in this file. +## [1.51.3] - 2024-10-14 + +### Features + +- 'get template' command now prints data in json format + ## [1.51.2] - 2024-10-14 ### Bug Fixes - Update mesa +### Miscellaneous Tasks + +- Release manta version 1.51.2 + ## [1.51.1] - 2024-10-14 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index e23e0f15..d2acb745 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.51.2" +version = "1.51.3" 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"