diff --git a/CHANGELOG.md b/CHANGELOG.md index 5377d27..5bb026a 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.37] - 2025-01-26 + +### Bug Fixes + +- List hardware inventory of a node + ## [1.54.1-beta.36] - 2025-01-26 ### Bug Fixes - Command 'config show' won't panic if backend API is unrecheable +### Miscellaneous Tasks + +- Release manta version 1.54.1-beta.36 + ## [1.54.1-beta.35] - 2025-01-26 ### Features diff --git a/Cargo.toml b/Cargo.toml index cc7a9e7..418ba29 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.36" +version = "1.54.1-beta.37" 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"