From 2603fb041953b4ff6364af409436067599f2948a Mon Sep 17 00:00:00 2001 From: Ada Bohm Date: Tue, 24 Oct 2023 19:59:11 +0200 Subject: [PATCH 1/2] Changelog updated --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b25257e69..b16a14ff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,10 @@ the file if the task has finished successfully: $ hq submit --stdout=out.txt:rm-if-finished /my-program ``` +## Fixes + +* Fixed crash when task fails during its initialization + # v0.16.0 From 816ee63521a401fe49dbf07d7ec64e32b76dd48b Mon Sep 17 00:00:00 2001 From: Ada Bohm Date: Tue, 24 Oct 2023 20:05:11 +0200 Subject: [PATCH 2/2] Version change to 0.17.0 --- CHANGELOG.md | 2 +- Cargo.lock | 4 ++-- crates/hyperqueue/Cargo.toml | 2 +- crates/pyhq/Cargo.toml | 2 +- nedoc.conf | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b16a14ff2..341210a03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Dev +# v0.17.0 ## Breaking change diff --git a/Cargo.lock b/Cargo.lock index ab157a74d..125333766 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -937,7 +937,7 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyperqueue" -version = "0.16.0" +version = "0.17.0" dependencies = [ "anyhow", "async-compression", @@ -1594,7 +1594,7 @@ dependencies = [ [[package]] name = "pyhq" -version = "0.16.0" +version = "0.17.0" dependencies = [ "anyhow", "dict_derive", diff --git a/crates/hyperqueue/Cargo.toml b/crates/hyperqueue/Cargo.toml index 3bbec96bf..8c4b1bd1f 100644 --- a/crates/hyperqueue/Cargo.toml +++ b/crates/hyperqueue/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyperqueue" -version = "0.16.0" +version = "0.17.0" description = "Job execution system" authors.workspace = true edition.workspace = true diff --git a/crates/pyhq/Cargo.toml b/crates/pyhq/Cargo.toml index 59c72a617..a015a1d6f 100644 --- a/crates/pyhq/Cargo.toml +++ b/crates/pyhq/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyhq" -version = "0.16.0" +version = "0.17.0" authors.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/nedoc.conf b/nedoc.conf index 64e8d46f2..f67e39ac3 100644 --- a/nedoc.conf +++ b/nedoc.conf @@ -2,7 +2,7 @@ [main] project_name = hyperqueue -project_version = 0.16.0 +project_version = 0.17.0 source_path = crates/pyhq/python/hyperqueue target_path = ./docs/apidoc