From ad9b60b1cf90c76e61def5af4e27d76127d622e9 Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Fri, 15 Mar 2024 15:58:13 +0100 Subject: [PATCH] chore: Release manta version 1.28.10 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf3ddcf8..124618ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,23 @@ All notable changes to this project will be documented in this file. +## [1.28.10] - 2024-03-15 + +### Features + +- Show cfs configuration layer table in different rows +- User new mesa library version + ## [1.28.9] - 2024-03-14 ### Features - Handle auth tokens for multiple sites at the same time +### Miscellaneous Tasks + +- Release manta version 1.28.9 + ## [1.28.8] - 2024-03-13 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 9cad86de..04b473bc 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.9" +version = "1.28.10" 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"