Skip to content

Commit 2ad4659

Browse files
committed
chore: Release manta-cli version 1.60.0
1 parent f4bd422 commit 2ad4659

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,32 @@
22

33
All 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2024"
88
authors = ["Manuel Sopena Ballesteros <msopena@cscs.ch>", "Miguel Gila <miguel.gila@cscs.ch>"]
99
name = "manta-cli"
1010
description = "Another CLI for ALPS"
11-
version = "1.59.9-beta.16"
11+
version = "1.60.0"
1212
license-file = "LICENSE"
1313
documentation = "https://github.com/eth-cscs/manta/blob/main/README.md"
1414
homepage = "https://github.com/eth-cscs/manta/blob/main/README.md"

0 commit comments

Comments
 (0)