File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 1.60.0] - 2026-02-24
6+
7+ ### Bug Fixes
8+
9+ - SAT files validation should fail it only contains 'configuration' data with neither images not session_template
10+ - Improve sat file eschema parsing
11+
12+ ### Features
13+
14+ - Command 'confg show' now shows the path of the configuration file
15+
16+ ### Refactor
17+
18+ - Clean code related to command apply sat-file
19+ - Update Cargo.toml
20+
521## [ 1.59.9-beta.16] - 2026-02-01
622
723### Bug Fixes
824
925- Power operations now operates on a struct instead of a serde json value
1026
27+ ### Miscellaneous Tasks
28+
29+ - Release manta-cli version 1.59.9-beta.16
30+
1131## [ 1.59.9-beta.15] - 2026-02-01
1232
1333### Miscellaneous Tasks
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ edition = "2024"
88authors = [" Manuel Sopena Ballesteros <msopena@cscs.ch>" , " Miguel Gila <miguel.gila@cscs.ch>" ]
99name = " manta-cli"
1010description = " Another CLI for ALPS"
11- version = " 1.59.9-beta.16 "
11+ version = " 1.60.0 "
1212license-file = " LICENSE"
1313documentation = " https://github.com/eth-cscs/manta/blob/main/README.md"
1414homepage = " https://github.com/eth-cscs/manta/blob/main/README.md"
You can’t perform that action at this time.
0 commit comments