From 66e74bc73a7d973b38021230b99d481fad8a520d Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Fri, 10 Jan 2025 09:04:02 +0800 Subject: [PATCH] chore: Release manta version 1.54.1-beta.25 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c3686d..d67160d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,22 @@ All notable changes to this project will be documented in this file. +## [1.54.1-beta.25] - 2025-01-10 + +### Features + +- Add support for HSM components + ## [1.54.1-beta.24] - 2025-01-08 ### Features - Migrate function to get hardware components of a node to backend dispatcher +### Miscellaneous Tasks + +- Release manta version 1.54.1-beta.24 + ### Refactor - Clean code diff --git a/Cargo.toml b/Cargo.toml index 972abbf..b350915 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" authors = ["Manuel Sopena Ballesteros ", "Miguel Gila "] name = "manta" description = "Another CLI for ALPS" -version = "1.54.1-beta.24" +version = "1.54.1-beta.25" 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"