Skip to content

Commit

Permalink
get ready for 1.6.0 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelglass committed Jul 10, 2023
1 parent b82d1f7 commit 24720ae
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.6.0

ABQ 1.6.0 adds the `abq report list-tests` command, which lists the tests that were
run on an existing test run.

## 1.5.0

ABQ 1.5.0 adds new functionality for test distribution and the ability to replay
Expand Down Expand Up @@ -111,7 +116,7 @@ remote storage on `abq start`:
- `ABQ_REMOTE_PERSISTENCE_COMMAND`: A comma-delimited string of the executable
and the head arguments that should be called to perform an operation on the
remote persistence target. The executable will be called in the following form:

```
<executable> <...arguments> <mode> <file-type> <run-id> <local-path>
```
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.

4 changes: 2 additions & 2 deletions crates/abq_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "abq"
version = "1.5.0"
version = "1.6.0"
edition = "2021"

[dependencies]
Expand Down Expand Up @@ -68,4 +68,4 @@ mockito.workspace = true

[features]
test-abq-jest = []
s3 = [ "abq_queue/s3" ]
s3 = ["abq_queue/s3"]

0 comments on commit 24720ae

Please sign in to comment.