Skip to content

Commit 62358da

Browse files
committed
Row 0.2.0.
1 parent 056e17b commit 62358da

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.3
2+
current_version = 0.2.0
33
commit = False
44
tag = False
55

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ body:
3535
attributes:
3636
label: Row version
3737
description: What version of **row** are you using?
38-
placeholder: 0.1.3
38+
placeholder: 0.2.0
3939
- type: markdown
4040
attributes:
4141
value: |

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "row"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
edition = "2021"
55
rust-version = "1.77"
66
description = "Row is a command line tool that helps you manage workflows on HPC resources."

doc/src/release-notes.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# Release notes
22

3-
## 0.2.0 (not yet released)
3+
## 0.2.0 (2024-06-18)
4+
5+
**Row** 0.2 adds support for partial-node job submissions on clusters without shared
6+
partitions and fixes GPU job submissions on some clusters.
47

58
*Added:*
69

710
* `warn_[cpus|gpus]_not_multiple_of` key for *clusters.toml*
811

912
*Changed:*
1013

11-
* OLCF Frontier configuration now uses `warn_gpus_not_multiple_of` instead of `require_gpus_multiple_of`
12-
* OLCF Andes configuration now uses `warn_cpus_not_multiple_of` instead of `require_cpus_multiple_of`
14+
* OLCF Frontier configuration now uses `warn_gpus_not_multiple_of` instead of `require_gpus_multiple_of`.
15+
* OLCF Andes configuration now uses `warn_cpus_not_multiple_of` instead of `require_cpus_multiple_of`.
1316

1417
*Fixed:*
1518

0 commit comments

Comments
 (0)