From 81ac0ab13cf9fbb11bf34e02f9fbf374b3d541e7 Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Tue, 23 Jan 2024 11:18:20 +0100 Subject: [PATCH] chore: Release manta version 1.20.1 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb387851..a0b0d99d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.20.1] - 2024-01-23 + +### Bug Fixes + +- Add migrate subcommand + ## [1.20.0] - 2024-01-22 ### Bug Fixes @@ -9,6 +15,10 @@ All notable changes to this project will be documented in this file. - Merge cluster migration branch - Cli build code fix +### Miscellaneous Tasks + +- Release manta version 1.20.0 + ## [1.19.3] - 2024-01-21 ### Miscellaneous Tasks diff --git a/Cargo.toml b/Cargo.toml index abf7180f..c427b64e 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.0" +version = "1.20.1" 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"