Skip to content

Commit

Permalink
Prepare ABQ 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ayazhafiz committed Oct 20, 2023
1 parent 31243fe commit aacdff9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.6.4

ABQ 1.6.4 is a patch release.

Prior to this release, using `abq test` or `abq report` with an RWX organization
access token to connect to a hosted queue that failed to find an appropriate
queue would result in the ABQ invocation falling back to local mode. Now, ABQ
will exit with an error.

## 1.6.3

ABQ 1.6.3 is a patch release.
Expand Down
2 changes: 1 addition & 1 deletion 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/abq_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "abq"
version = "1.6.3"
version = "1.6.4"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit aacdff9

Please sign in to comment.