diff --git a/CHANGELOG.md b/CHANGELOG.md index bc87cfe..6c35972 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.63] - 2025-02-09 + +### Features + +- Clean log messages + ## [1.54.1-beta.62] - 2025-02-09 ### Bug Fixes - Disable x86_64-unknown-linux-musl in github workload untill we fix the kafka dependency to musl-gcc +### Miscellaneous Tasks + +- Release manta version 1.54.1-beta.62 + ## [1.54.1-beta.61] - 2025-02-09 ### Features diff --git a/Cargo.toml b/Cargo.toml index cca765e..559e477 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.62" +version = "1.54.1-beta.63" 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"