From c9c5117987279d95d4e1a8dbee274658e54f928b Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Sun, 4 Aug 2024 16:36:00 +0200 Subject: [PATCH] chore: Release manta version 1.46.13 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e6db012..dca296af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [1.46.13] - 2024-08-04 + +### Bug Fixes + +- Get session table showing formatted stated time in status cell + +### Features + +- Print config in log debug + ## [1.46.12] - 2024-08-03 ### Bug Fixes @@ -16,6 +26,10 @@ All notable changes to this project will be documented in this file. - Datetime timezone conversion format modified with "seconds" - Datetime timezone conversion functionality extended to command +### Miscellaneous Tasks + +- Release manta version 1.46.12 + ### Refactor - Rename test file diff --git a/Cargo.toml b/Cargo.toml index 52a61e93..685a27f6 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 basic/simple Shasta operations" -version = "1.46.12" +version = "1.46.13" 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"