From 6b14e25dc556f7d7eff0ed8fa3a8732d4d008d67 Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Wed, 13 Mar 2024 11:30:50 +0100 Subject: [PATCH] chore: Release manta version 1.28.8 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e409558..b331953d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.28.8] - 2024-03-13 + +### Bug Fixes + +- BUG SAT file session_template validation ignoring previous SAT file version + ## [1.28.7] - 2024-03-12 ### Co-authored-by @@ -13,6 +19,10 @@ All notable changes to this project will be documented in this file. - Improve SAT file validation to improve user feedback - Test new cc to build apple target binaries +### Miscellaneous Tasks + +- Release manta version 1.28.7 + ## [1.28.6] - 2024-03-04 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index ee8b6539..fa55933f 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.28.7" +version = "1.28.8" 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"