From 9f236b8983b983fedc966f4ec0ca868ce384f4b0 Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Wed, 31 Jul 2024 14:27:39 +0200 Subject: [PATCH] chore: Release manta version 1.46.9 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e985062..47c3fa2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,22 @@ All notable changes to this project will be documented in this file. +## [1.46.9] - 2024-07-31 + +### Refactor + +- Add aliases to help command + ## [1.46.8] - 2024-07-31 ### Features - Update mesa library +### Miscellaneous Tasks + +- Release manta version 1.46.8 + ## [1.46.7] - 2024-07-30 ### Features diff --git a/Cargo.toml b/Cargo.toml index c7a3318a..df1f84df 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.8" +version = "1.46.9" 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"