diff --git a/CHANGELOG.md b/CHANGELOG.md index 3db9e750..1b6c28b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,23 @@ All notable changes to this project will be documented in this file. +## [1.46.0] - 2024-07-29 + +### Features + +- Config file autogeneration +- Config file autogeneration + ## [1.45.3] - 2024-07-28 ### Features - Update mesa version +### Miscellaneous Tasks + +- Release manta version 1.45.3 + ## [1.45.2] - 2024-07-28 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index e2d230ed..6100cef4 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.45.3" +version = "1.46.0" 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"