From f9cb8a5d6c3df8caac6f868316286747b982fb9f Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Sun, 21 Jan 2024 23:16:26 +0100 Subject: [PATCH] chore: Release manta version 1.19.3 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3adc1946..50a1be59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.19.3] - 2024-01-21 + +### Refactor + +- Clean code + ## [1.19.2] - 2024-01-21 ### Bug Fixes @@ -9,6 +15,10 @@ All notable changes to this project will be documented in this file. - Rollback apply hw so it unpins all nodes in target hsm - Fix issues related to add hw and remove hw subcommands +### Miscellaneous Tasks + +- Release manta version 1.19.2 + ## [1.19.1] - 2024-01-19 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index eb6a73cf..9d54550e 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.19.2" +version = "1.19.3" 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"