diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0bba624..e693591 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.77" + ".": "0.1.0-alpha.78" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f751cda..c9d02e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.1.0-alpha.78 (2026-02-27) + +Full Changelog: [v0.1.0-alpha.77...v0.1.0-alpha.78](https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.77...v0.1.0-alpha.78) + ## 0.1.0-alpha.77 (2026-02-26) Full Changelog: [v0.1.0-alpha.76...v0.1.0-alpha.77](https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.76...v0.1.0-alpha.77) diff --git a/pkg/cmd/build_test.go b/pkg/cmd/build_test.go index 511b9ae..b430722 100644 --- a/pkg/cmd/build_test.go +++ b/pkg/cmd/build_test.go @@ -13,6 +13,7 @@ func TestBuildsCreate(t *testing.T) { mocktest.TestRunMockTestWithFlags( t, "builds", "create", + "--wait", "none", "--project", "project", "--revision", "string", "--allow-empty=true", @@ -30,6 +31,7 @@ func TestBuildsCreate(t *testing.T) { mocktest.TestRunMockTestWithFlags( t, "builds", "create", + "--wait", "none", "--project", "project", "--revision", "string", "--allow-empty=true", diff --git a/pkg/cmd/version.go b/pkg/cmd/version.go index 42ccc15..c95047f 100644 --- a/pkg/cmd/version.go +++ b/pkg/cmd/version.go @@ -2,4 +2,4 @@ package cmd -const Version = "0.1.0-alpha.77" // x-release-please-version +const Version = "0.1.0-alpha.78" // x-release-please-version