From 3e3857b50e90f7b7f25862f6d3ddefc47dc6c1f9 Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Wed, 31 Jul 2024 17:24:25 +0200 Subject: [PATCH] chore: Release manta version 1.46.10 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47c3fa2b..f4e387f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,22 @@ All notable changes to this project will be documented in this file. +## [1.46.10] - 2024-07-31 + +### Bug Fixes + +- Authentication bug + +### Refactor + +- Improve cli help text + ## [1.46.9] - 2024-07-31 +### Miscellaneous Tasks + +- Release manta version 1.46.9 + ### Refactor - Add aliases to help command diff --git a/Cargo.toml b/Cargo.toml index a42d8eeb..66c0206d 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 basic/simple Shasta operations" -version = "1.46.9" +version = "1.46.10" 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"