Skip to content

Commit

Permalink
Version chaged to v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spirali committed Feb 11, 2024
1 parent 98adfc4 commit 3f19eb8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dev
# v0.18.0

## Breaking change

Expand All @@ -19,6 +19,7 @@ the JSON output mode is still unstable.
* The CLI dashboard is now enabled by default. You can try it with the `hq dashboard` command. Note that it is still
very experimental and a lot of useful features are missing.


# v0.17.0

## Breaking change
Expand Down
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.17.0"
version = "0.18.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.17.0"
version = "0.18.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.17.0
project_version = 0.18.0

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

0 comments on commit 3f19eb8

Please sign in to comment.