Skip to content

Commit

Permalink
Version changed to 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spirali committed May 29, 2024
1 parent 9ff6b91 commit 4a37594
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dev
# 0.19.0

## New features

Expand All @@ -9,6 +9,8 @@

## Changes

* Dashboard is disabled in this version. We expect to reneeble it in 1-2 release cycles

* Node file generated for multi-node tasks now contains only short hostnames
(e.g. if hostname is "cn690.karolina.it4i.cz", only "cn690" is written into node list)
You can read ``HQ_HOST_FILE`` if you need to get full hostnames without stripping.
Expand All @@ -19,6 +21,7 @@
API (https://github.com/It4innovations/hyperqueue/issues/691).
* `hq alloc add --name <name>` will now correctly use the passed `<name>` to name allocations submitted to Slurm/PBS.


# v0.18.0

## Breaking change
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/hyperqueue/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hyperqueue"
version = "0.18.0"
version = "0.19.0"
description = "Job execution system"
authors.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/pyhq/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyhq"
version = "0.18.0"
version = "0.19.0"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion nedoc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[main]
project_name = hyperqueue
project_version = 0.18.0
project_version = 0.19.0

source_path = crates/pyhq/python/hyperqueue
target_path = ./docs/apidoc
Expand Down

0 comments on commit 4a37594

Please sign in to comment.