From 9c83bf4865287939ccd2af559f48175d1fd4e5e5 Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Sat, 27 Jan 2024 02:15:24 +0100 Subject: [PATCH] chore: Release manta version 1.20.31 --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7707a1c6..57df7ca6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [1.20.31] - 2024-01-27 + +### Bug Fixes + +- Add releases for other OS + +## [1.20.30] - 2024-01-27 + +### Miscellaneous Tasks + +- Release manta version 1.20.30 + ## [1.20.29] - 2024-01-27 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 64d59237..35d4b556 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["Manuel Sopena Ballesteros "] name = "manta" description = "Another CLI for basic/simple Shasta operations" -version = "1.20.30" +version = "1.20.31" 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"