From dd15afd317f3f57cb70f16b51eba14013c63972b Mon Sep 17 00:00:00 2001 From: Ada Bohm Date: Tue, 2 Jun 2026 16:25:42 +0200 Subject: [PATCH] Version changed to v0.26.2 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 4 ++-- crates/hyperqueue/Cargo.toml | 2 +- crates/pyhq/Cargo.toml | 2 +- nedoc.conf | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b8a691dc..96665a575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v0.26.2 + +### Fixes + +* Updated Cargo.lock. No visible change if you are using precompiled binaries. + + ## v0.26.1 ### Fixes diff --git a/Cargo.lock b/Cargo.lock index cd65c5189..1ffc0f833 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1130,7 +1130,7 @@ checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424" [[package]] name = "hyperqueue" -version = "0.26.1" +version = "0.26.2" dependencies = [ "anyhow", "bincode", @@ -1851,7 +1851,7 @@ dependencies = [ [[package]] name = "pyhq" -version = "0.26.1" +version = "0.26.2" dependencies = [ "anyhow", "hyperqueue", diff --git a/crates/hyperqueue/Cargo.toml b/crates/hyperqueue/Cargo.toml index 8265a3249..0a19bf93d 100644 --- a/crates/hyperqueue/Cargo.toml +++ b/crates/hyperqueue/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyperqueue" -version = "0.26.1" +version = "0.26.2" 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 622cf9a51..c90cac32a 100644 --- a/crates/pyhq/Cargo.toml +++ b/crates/pyhq/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyhq" -version = "0.26.1" +version = "0.26.2" authors.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/nedoc.conf b/nedoc.conf index fe0876839..1b691b666 100644 --- a/nedoc.conf +++ b/nedoc.conf @@ -2,7 +2,7 @@ [main] project_name = hyperqueue -project_version = 0.26.1 +project_version = 0.26.2 source_path = crates/pyhq/python/hyperqueue target_path = ./docs/apidoc