From aa2fd76092a267d3e739112e4ad4f89d5dd33270 Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Mon, 28 Oct 2024 14:06:16 +0100 Subject: [PATCH] chore: Release manta version 1.53.6 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d39311a..4a61d434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,22 @@ All notable changes to this project will be documented in this file. +## [1.53.6] - 2024-10-28 + +### Bug Fixes + +- Fail in validating HSM group user has access to + ## [1.53.5] - 2024-10-28 ### Bug Fixes - Fetch commit id details +### Miscellaneous Tasks + +- Release manta version 1.53.5 + ## [1.53.4] - 2024-10-28 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index b96c3736..42f639ca 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.53.5" +version = "1.53.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"