From f531d65e2e7d1a1ac75cc408e37a53d4d2cbab99 Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Thu, 22 Feb 2024 13:05:21 +0100 Subject: [PATCH] chore: Release manta version 1.22.16 --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0165cc7..334e904b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [1.22.16] - 2024-02-22 + +### Bug Fixes + +- Add fix to github pipeline breaking while building apple artifacts + +## [1.22.15] - 2024-02-22 + +### Miscellaneous Tasks + +- Release manta version 1.22.15 + ## [1.22.14] - 2024-02-22 ### Miscellaneous Tasks diff --git a/Cargo.toml b/Cargo.toml index 39c41018..6083f20c 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.22.15" +version = "1.22.16" 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"