From cd1f8883c5288a980cb0df6084c4d720000acebd Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Fri, 26 Jan 2024 22:25:58 +0100 Subject: [PATCH] chore: Release manta version 1.20.25 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6933a01e..89ba387c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,22 @@ All notable changes to this project will be documented in this file. +## [1.20.25] - 2024-01-26 + +### Bug Fixes + +- Add macos build to releases + ## [1.20.24] - 2024-01-26 ### Bug Fixes - Add macos build to releases +### Miscellaneous Tasks + +- Release manta version 1.20.24 + ## [1.20.23] - 2024-01-26 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 4c3ce918..4fb47908 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.24" +version = "1.20.25" 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"