v0.12.0-beta2 release

This commit is contained in:
henrygd
2025-07-12 21:19:57 -04:00
parent 6520783fe9
commit 806c4e51c5
32 changed files with 735 additions and 7 deletions

View File

@@ -475,7 +475,7 @@ func TestWriteToSessionEncoding(t *testing.T) {
},
{
name: "matching beta version should use CBOR",
hubVersion: "0.12.0-beta1",
hubVersion: "0.12.0-beta2",
expectedUsesCbor: true,
},
}