We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bd94b6 commit 8c2ef5fCopy full SHA for 8c2ef5f
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## 1.7.1
2
+
3
+ABQ 1.7.1 is a patch release.
4
5
+This release fixes an unintentional breaking change introduced in ABQ 1.6.4 that
6
+could result in ABQ runs using an organization access token with a run ID
7
+determined from CI environment variables to use an ephemeral queue, rather than
8
+the RWX-hosted remote queue.
9
10
## 1.7.0
11
12
ABQ 1.7.0 is a minor release.
crates/abq_cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "abq"
-version = "1.7.0"
+version = "1.7.1"
edition = "2021"
[dependencies]
0 commit comments