Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## v0.25.0

### Breaking change

Expand All @@ -10,7 +10,7 @@
* Client notification mechanism. A task can generate a notification,
which the process that submitted the task can capture.
* `hq journal report` that exports a statistics into an HTML report
* Resource coupling is now stabilized. It is extended to freely set arbitrary weights between groups.
* Resource coupling is now stabilized. Worker resources may now define arbitrary weights between groups.
* Server scheduler more respects priorities
* Server scheduler improved when resource variants are used
* Extended events:
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.24.0"
version = "0.25.0"
description = "Task execution system for clusters"
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.24.0"
version = "0.25.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.24.0
project_version = 0.25.0

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