From 81d0064a4ae8315aa7e9982e0c4f85ec23cfaef8 Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Wed, 29 Jan 2025 10:54:01 +0100 Subject: [PATCH] chore: Release manta version 1.54.7 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab0bf41..4c9d487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,18 @@ All notable changes to this project will be documented in this file. +## [1.54.7] - 2025-01-29 + +### Features + +- Command 'get nodes' now accepts nids + ## [1.54.6] - 2025-01-28 +### Miscellaneous Tasks + +- Release manta version 1.54.6 + ### Refactor - Clean code diff --git a/Cargo.toml b/Cargo.toml index 062c8c3..74a56d9 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.54.6" +version = "1.54.7" 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"