From d5b0351742329f6d4421e4d0a4fa4c46a22d4232 Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Fri, 28 Jun 2024 15:06:13 +0200 Subject: [PATCH] chore: Release manta version 1.38.1 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79c2cb89..a1871437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.38.1] - 2024-06-28 + +### Bug Fixes + +- Improve deprecated messages + ## [1.38.0] - 2024-06-28 ### Bug Fixes @@ -16,6 +22,10 @@ All notable changes to this project will be documented in this file. - Integrate "pin" and "unpin" features to "apply hw cluster" command +### Miscellaneous Tasks + +- Release manta version 1.38.0 + ### Refactor - Clean code diff --git a/Cargo.toml b/Cargo.toml index 28e4a116..e2367cf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["Manuel Sopena Ballesteros ", "Miguel Gila "] name = "manta" description = "Another CLI for basic/simple Shasta operations" -version = "1.38.0" +version = "1.38.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"