From eedd5ad8d7fd83d08f65bb54a12b227c5ae70f80 Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Thu, 3 Oct 2024 23:18:43 +0200 Subject: [PATCH] chore: Release manta version 1.50.14 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 131ce323..0658c6ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,22 @@ All notable changes to this project will be documented in this file. +## [1.50.14] - 2024-10-03 + +### Bug Fixes + +- Set kernel parameters + ## [1.50.13] - 2024-10-03 ### Bug Fixes - Argument parsing in 'power on cluster' command +### Miscellaneous Tasks + +- Release manta version 1.50.13 + ## [1.50.12] - 2024-10-01 ### Features diff --git a/Cargo.toml b/Cargo.toml index 65c375c3..f28bfdd5 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 ALPS" -version = "1.50.13" +version = "1.50.14" 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"