From 0ba6f36670db7e16ab6551c82dfe3bd367aa219d Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Mon, 4 Nov 2024 21:40:02 +0100 Subject: [PATCH] chore: Release manta version 1.53.12 --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 502380f8..b22a7e03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [1.53.12] - 2024-11-04 + +### Features + +- Sat templates now accepts lines starting with '#' as comments +- Sat template rendering fails if values are missing +- Sat template rendering ebug enabled for better errors + ## [1.53.11] - 2024-11-04 ### Bug Fixes @@ -12,6 +20,10 @@ All notable changes to this project will be documented in this file. - Update mesa +### Miscellaneous Tasks + +- Release manta version 1.53.11 + ### Refactor - Clean code diff --git a/Cargo.toml b/Cargo.toml index f621e64c..ba1dd3c0 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.53.11" +version = "1.53.12" 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"