Skip to content

Commit 75abae8

Browse files
committed
Version changed to v0.20.0
1 parent 76496be commit 75abae8

File tree

5 files changed

+15
-6
lines changed

5 files changed

+15
-6
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Dev
1+
# 0.20.0
22

33
## New features
44

@@ -13,6 +13,10 @@
1313
The new architecture also allows parallel I/O writing and storing of multiple job streams in one stream handle.
1414
You can use worker streaming using the `--stream` parameter of `hq submit`. Check out the documentation for more information.
1515

16+
* Optimization of journal size
17+
18+
* Tasks' crash counters are not increased when worker is stopped by `hq worker stop` or by time limit.
19+
1620
## Removed
1721

1822
* Because worker streaming fully replaces original streaming, the original server streaming was removed.
@@ -23,6 +27,11 @@
2327
* HQ should no longer crash while printing job info when a failed task does not have any workers
2428
attached (https://github.com/It4innovations/hyperqueue/issues/731).
2529

30+
## Note
31+
32+
* Dashboard still not enabled in this version
33+
34+
2635
# 0.19.0
2736

2837
## New features

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/hyperqueue/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyperqueue"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
description = "Job execution system"
55
authors.workspace = true
66
edition.workspace = true

crates/pyhq/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyhq"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
authors.workspace = true
55
edition.workspace = true
66
rust-version.workspace = true

nedoc.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[main]
44
project_name = hyperqueue
5-
project_version = 0.19.0
5+
project_version = 0.20.0
66

77
source_path = crates/pyhq/python/hyperqueue
88
target_path = ./docs/apidoc

0 commit comments

Comments
 (0)