From 9d0dcb57d4d0516459f7a2780fe60dd878f36039 Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Tue, 31 Dec 2024 16:21:46 +0100 Subject: [PATCH] chore: Release manta version 1.54.1-beta.13 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index addf2dc..a84dccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,22 @@ All notable changes to this project will be documented in this file. +## [1.54.1-beta.13] - 2024-12-31 + +### Bug Fixes + +- Update github image from ubuntu 20.04 to ubuntu 24.04 and rust toolchain from 1.78.0 to 1.81.0 + ## [1.54.1-beta.12] - 2024-12-31 ### Bug Fixes - Update github image from ubuntu 20.04 to ubuntu 24.04 +### Miscellaneous Tasks + +- Release manta version 1.54.1-beta.12 + ## [1.54.1-beta.11] - 2024-12-31 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 159b790..6402f9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" authors = ["Manuel Sopena Ballesteros ", "Miguel Gila "] name = "manta" description = "Another CLI for ALPS" -version = "1.54.1-beta.12" +version = "1.54.1-beta.13" 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"