From b9c943d018291157c49baee608cdc0a053d0e933 Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Fri, 26 Jan 2024 23:08:12 +0100 Subject: [PATCH] chore: Release manta version 1.20.27 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a56b76e8..6d224fd2 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.27] - 2024-01-26 + +### Bug Fixes + +- Add macos build to releases + ## [1.20.26] - 2024-01-26 ### Bug Fixes - Add macos build to releases +### Miscellaneous Tasks + +- Release manta version 1.20.26 + ## [1.20.25] - 2024-01-26 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 2d513a6d..1d1dea91 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.26" +version = "1.20.27" 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"