diff --git a/CHANGELOG.md b/CHANGELOG.md index dca296af..fa0af72d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.46.14] - 2024-08-11 + +### Features + +- Filter sat file template data base on cli arguments +- Apply sat file can now filter by image or sessiontemplate + ## [1.46.13] - 2024-08-04 ### Bug Fixes @@ -12,6 +19,10 @@ All notable changes to this project will be documented in this file. - Print config in log debug +### Miscellaneous Tasks + +- Release manta version 1.46.13 + ## [1.46.12] - 2024-08-03 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 685a27f6..6a97e877 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.46.13" +version = "1.46.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"