diff --git a/CHANGELOG.md b/CHANGELOG.md index a97fc0153..0b8a691dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,15 @@ # Changelog -## Unreleased +## v0.26.1 ### Fixes * Fixed a rare server crash when self retracting occurs. +### New features + +* Added scrolling to CPU table + ## v0.26.0 ### Breaking change diff --git a/crates/hyperqueue/Cargo.toml b/crates/hyperqueue/Cargo.toml index 8305ae671..8265a3249 100644 --- a/crates/hyperqueue/Cargo.toml +++ b/crates/hyperqueue/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyperqueue" -version = "0.26.0" +version = "0.26.1" 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 133f16356..622cf9a51 100644 --- a/crates/pyhq/Cargo.toml +++ b/crates/pyhq/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyhq" -version = "0.26.0" +version = "0.26.1" authors.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/nedoc.conf b/nedoc.conf index 40e464622..fe0876839 100644 --- a/nedoc.conf +++ b/nedoc.conf @@ -2,7 +2,7 @@ [main] project_name = hyperqueue -project_version = 0.26.0 +project_version = 0.26.1 source_path = crates/pyhq/python/hyperqueue target_path = ./docs/apidoc