From 5a92c4e9c828157a7aa3646afbdb3d0753c26122 Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Wed, 31 Jul 2024 00:24:51 +0200 Subject: [PATCH] chore: Release manta version 1.46.7 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35b01c1a..590264e0 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.7] - 2024-07-30 + +### Features + +- Update mesa + ## [1.46.6] - 2024-07-30 ### Bug Fixes - Update mesa version +### Miscellaneous Tasks + +- Release manta version 1.46.6 + ## [1.46.5] - 2024-07-30 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 6d4c0fc0..f5009935 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.6" +version = "1.46.7" 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"