Skip to content

Commit

Permalink
Version changed to v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spirali committed Jan 13, 2025
1 parent b63c688 commit 952875e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Dev
## v0.21.0

### Breaking change
* Pre-built HyperQueue releases available from our GitHub repository are now built with GLIBC `2.28`, instead of `2.17`. If you need to run HyperQueue on a system with an older GLIBC version, you might need to recompile it from source on your system. If you encounter any issues, please let us know.
Expand Down Expand Up @@ -817,4 +817,4 @@ would pass `OMP_NUM_THREADS=4` to the executed `<program>`.

* Job arrays
* Cpu management
* --stdout/--stderr configuration in submit
* --stdout/--stderr configuration in submit
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.20.0"
version = "0.21.0"
description = "Job execution system"
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.20.0"
version = "0.21.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.20.0
project_version = 0.21.0

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

0 comments on commit 952875e

Please sign in to comment.