From beb41dcbf558bc40b76dc8b0e672fc19ab1e4a03 Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Thu, 16 Nov 2023 13:21:46 +0100 Subject: [PATCH] chore: Release manta version 1.12.3 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7ee92bb..5b759fc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,22 @@ All notable changes to this project will be documented in this file. +## [1.12.3] - 2023-11-16 + +### Documentation + +- Fix README + ## [1.12.2] - 2023-11-16 ### Documentation - Update README +### Miscellaneous Tasks + +- Release manta version 1.12.2 + ## [1.12.1] - 2023-11-16 ### Features diff --git a/Cargo.toml b/Cargo.toml index cf3b3bf2..d759554b 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.12.2" +version = "1.12.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"