Skip to content

Commit

Permalink
chore: Release manta version 1.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Sopena Ballesteros committed Jun 28, 2024
1 parent bbdd8da commit a5c0ec1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file.

## [1.38.0] - 2024-06-28

### Bug Fixes

- Update mesa version

### FEAT

- Command 'apply hw cluster' now can reuse nodes in 'target' HSM group

### Features

- Integrate "pin" and "unpin" features to "apply hw cluster" command

### Refactor

- Clean code
- Code housekeeping
- Rename apply_hw_cluster modules according to pin and unpin strategy

## [1.37.0] - 2024-06-12

### FEAT
Expand All @@ -12,6 +32,10 @@ All notable changes to this project will be documented in this file.

- Improve errors in configuration file

### Miscellaneous Tasks

- Release manta version 1.37.0

## [1.36.3] - 2024-06-12

### FEAT
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
authors = ["Manuel Sopena Ballesteros <[email protected]>", "Miguel Gila <[email protected]>"]
name = "manta"
description = "Another CLI for basic/simple Shasta operations"
version = "1.37.0"
version = "1.38.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"
Expand Down

0 comments on commit a5c0ec1

Please sign in to comment.