diff --git a/CHANGELOG.md b/CHANGELOG.md index c134fb0..d05b7a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,26 @@ All notable changes to this project will be documented in this file. +## [1.54.1-beta.35] - 2025-01-26 + +### Features + +- Testing segregating traits into modules by type of product + +### Refactor + +- Clean code + ## [1.54.1-beta.34] - 2025-01-23 ### Features - Migrate code related to translate nid to xnames to bakcends +### Miscellaneous Tasks + +- Release manta version 1.54.1-beta.34 + ## [1.54.1-beta.33] - 2025-01-23 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 9927a2b..2df19bb 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.34" +version = "1.54.1-beta.35" 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"