From 88aff7267dc337922527461e1fec32fc86d08579 Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Fri, 11 Oct 2024 17:00:47 +0200 Subject: [PATCH] chore: Release manta version 1.50.17 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c47a98ef..fbf62db9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,26 @@ All notable changes to this project will be documented in this file. +## [1.50.17] - 2024-10-11 + +### Features + +- Migration node command now accepts a hostlist as list of input nodes + +### Refactor + +- Update cli docs + ## [1.50.16] - 2024-10-04 ### Features - Migrate to CFS configuration v3 +### Miscellaneous Tasks + +- Release manta version 1.50.16 + ## [1.50.15] - 2024-10-04 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index d34224b1..342edfba 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.50.16" +version = "1.50.17" 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"