From c50ed48e4ba5a52610e681e5d036dcd12a043741 Mon Sep 17 00:00:00 2001 From: Ada Bohm Date: Mon, 9 Feb 2026 14:35:17 +0100 Subject: [PATCH] Version changed to v0.25.0 --- CHANGELOG.md | 4 ++-- Cargo.lock | 4 ++-- crates/hyperqueue/Cargo.toml | 2 +- crates/pyhq/Cargo.toml | 2 +- nedoc.conf | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82ceebb22..c203de8d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v0.25.0 ### Breaking change @@ -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: diff --git a/Cargo.lock b/Cargo.lock index c5428d0b2..676b54b56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1080,7 +1080,7 @@ checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424" [[package]] name = "hyperqueue" -version = "0.24.0" +version = "0.25.0" dependencies = [ "anyhow", "bincode", @@ -1806,7 +1806,7 @@ dependencies = [ [[package]] name = "pyhq" -version = "0.24.0" +version = "0.25.0" dependencies = [ "anyhow", "hyperqueue", diff --git a/crates/hyperqueue/Cargo.toml b/crates/hyperqueue/Cargo.toml index d8c619d2d..72f63e78b 100644 --- a/crates/hyperqueue/Cargo.toml +++ b/crates/hyperqueue/Cargo.toml @@ -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 diff --git a/crates/pyhq/Cargo.toml b/crates/pyhq/Cargo.toml index adae00dcb..0b2f86c31 100644 --- a/crates/pyhq/Cargo.toml +++ b/crates/pyhq/Cargo.toml @@ -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 diff --git a/nedoc.conf b/nedoc.conf index ffbfcaeeb..8a41f0d4d 100644 --- a/nedoc.conf +++ b/nedoc.conf @@ -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