Skip to content

Commit 97e3f27

Browse files
committed
release: 0.1.0-alpha.88
1 parent ee8b94d commit 97e3f27

3 files changed

Lines changed: 28 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.87"
2+
".": "0.1.0-alpha.88"
33
}

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## 0.1.0-alpha.88 (2026-04-09)
4+
5+
Full Changelog: [v0.1.0-alpha.87...v0.1.0-alpha.88](https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.87...v0.1.0-alpha.88)
6+
7+
### Features
8+
9+
* add console.IsInteractive() helper ([d2bd149](https://github.com/stainless-api/stainless-api-cli/commit/d2bd149865971de55adf17296f685f5c4c78b072))
10+
* **components/dev:** forward error from build ([a4d78c6](https://github.com/stainless-api/stainless-api-cli/commit/a4d78c6b86282ca1f68d02f4c1bacc06a6502820))
11+
* **dev:** require project parameter ([ee8b94d](https://github.com/stainless-api/stainless-api-cli/commit/ee8b94d20030127b3f0893917d8e793fa6ed5965))
12+
* **init/builds create:** use dev component instead ([6e06b1e](https://github.com/stainless-api/stainless-api-cli/commit/6e06b1e0e180989faaf497bcd1ba074eafcd0428))
13+
* **init:** don't overwrite config files by default ([96f9d11](https://github.com/stainless-api/stainless-api-cli/commit/96f9d116a27385c6ab1366abe001026eed17158a))
14+
* **init:** support non-interactive mode for stl init ([7fbcaeb](https://github.com/stainless-api/stainless-api-cli/commit/7fbcaeb617ade079c002bac50cd4ebb935df349b))
15+
* **init:** upload --stainless-config when creating a new project ([d96e641](https://github.com/stainless-api/stainless-api-cli/commit/d96e6416d2001f753540007235b7d17a77a03095))
16+
17+
18+
### Bug Fixes
19+
20+
* handle openapi target in BuildTarget lookup ([d09eede](https://github.com/stainless-api/stainless-api-cli/commit/d09eede6ca8f6f4ea7d9e42d77e39a4d2400228b))
21+
* **init:** require --openapi-spec for non-interactive project creation ([1b338ad](https://github.com/stainless-api/stainless-api-cli/commit/1b338ad116591b18eee735bdd3354d82e82b6a4b))
22+
* **init:** respect --targets flag for existing projects ([c6444a0](https://github.com/stainless-api/stainless-api-cli/commit/c6444a098b86d9072ebbb551e868550f5e0df216))
23+
24+
25+
### Refactors
26+
27+
* **init:** extract askSelectTargets from init flow ([62c6102](https://github.com/stainless-api/stainless-api-cli/commit/62c610247ee9bd411836a9b683fbf74c01772954))
28+
329
## 0.1.0-alpha.87 (2026-03-30)
430

531
Full Changelog: [v0.1.0-alpha.86...v0.1.0-alpha.87](https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.86...v0.1.0-alpha.87)

pkg/cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package cmd
44

5-
const Version = "0.1.0-alpha.87" // x-release-please-version
5+
const Version = "0.1.0-alpha.88" // x-release-please-version

0 commit comments

Comments
 (0)