diff --git a/CHANGELOG.md b/CHANGELOG.md index 55ba39914..b1d524584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -# Dev + +# v0.14.0 + ## New features ### CLI diff --git a/Cargo.lock b/Cargo.lock index eb53a69db..0eecffee4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -915,7 +915,7 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyperqueue" -version = "0.13.0" +version = "0.14.0" dependencies = [ "anyhow", "async-compression", @@ -1613,7 +1613,7 @@ dependencies = [ [[package]] name = "pyhq" -version = "0.13.0" +version = "0.14.0" dependencies = [ "anyhow", "dict_derive", diff --git a/crates/hyperqueue/Cargo.toml b/crates/hyperqueue/Cargo.toml index 4f1f40b2c..8387b5c41 100644 --- a/crates/hyperqueue/Cargo.toml +++ b/crates/hyperqueue/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyperqueue" -version = "0.13.0" +version = "0.14.0" description = "Job execution system" authors.workspace = true edition.workspace = true diff --git a/crates/pyhq/Cargo.toml b/crates/pyhq/Cargo.toml index 1f02590ea..3806f2ec9 100644 --- a/crates/pyhq/Cargo.toml +++ b/crates/pyhq/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyhq" -version = "0.13.0" +version = "0.14.0" authors.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/nedoc.conf b/nedoc.conf index e9477a7d4..0c0ab9719 100644 --- a/nedoc.conf +++ b/nedoc.conf @@ -2,7 +2,7 @@ [main] project_name = hyperqueue -project_version = 0.13.0 +project_version = 0.14.0 source_path = crates/pyhq/python/hyperqueue target_path = ./docs/apidoc