From 3864301ff0d60d440f3c2725f2e1df58de63911c Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Fri, 10 Nov 2023 14:14:14 +0100 Subject: [PATCH] chore: Release manta version 1.10.6 --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 318ac506..93372fd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,28 @@ All notable changes to this project will be documented in this file. +## [1.10.6] - 2023-11-10 + +### Features + +- Enable logs while building a cluster +- Git-clone CFS session logs integrated to 'watch-log' command + +### Refactor + +- [**breaking**] Layer-id param removed when fetching ansible logs (this +- Code related to cfs session logs + ## [1.10.5] - 2023-11-07 ### Bug Fixes - Fix bug where app did not read socks 5 information +### Miscellaneous Tasks + +- Release manta version 1.10.5 + ## [1.10.4] - 2023-11-07 ### Documentation diff --git a/Cargo.toml b/Cargo.toml index d7009796..bb6b71cd 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.10.5" +version = "1.10.6" 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"