Skip to content

Commit 2450b25

Browse files
committed
Version changed to v0.25.0
1 parent edf6185 commit 2450b25

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## v0.25.0
22

33
### Breaking change
44

@@ -10,7 +10,7 @@
1010
* Client notification mechanism. A task can generate a notification,
1111
which the process that submitted the task can capture.
1212
* `hq journal report` that exports a statistics into an HTML report
13-
* Resource coupling is now stabilized. It is extended to freely set arbitrary weights between groups.
13+
* Resource coupling is now stabilized. Worker resources may now define arbitrary weights between groups.
1414
* Server scheduler more respects priorities
1515
* Server scheduler improved when resource variants are used
1616
* Extended events:

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/hyperqueue/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyperqueue"
3-
version = "0.24.0"
3+
version = "0.25.0"
44
description = "Task execution system for clusters"
55
authors.workspace = true
66
edition.workspace = true

crates/pyhq/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyhq"
3-
version = "0.24.0"
3+
version = "0.25.0"
44
authors.workspace = true
55
edition.workspace = true
66
rust-version.workspace = true

nedoc.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[main]
44
project_name = hyperqueue
5-
project_version = 0.24.0
5+
project_version = 0.25.0
66

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

0 commit comments

Comments
 (0)