Skip to content

Commit d7bc258

Browse files
stainless-botyjp20
authored andcommitted
release: 0.1.0-alpha.64
1 parent aa431b0 commit d7bc258

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.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.63"
2+
".": "0.1.0-alpha.64"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.64 (2025-12-17)
4+
5+
Full Changelog: [v0.1.0-alpha.63...v0.1.0-alpha.64](https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.63...v0.1.0-alpha.64)
6+
7+
### Bug Fixes
8+
9+
* **cli:** remove `*.exe` files from customer SDK changes ([7809497](https://github.com/stainless-api/stainless-api-cli/commit/780949761c6b49604cb8f18678468f57a38b149c))
10+
* generate flags for parameters specified by client ([51b1031](https://github.com/stainless-api/stainless-api-cli/commit/51b1031279571583416a497fc62f6f3b58e3a0a9))
11+
12+
13+
### Chores
14+
15+
* **cli:** add `*.exe` files back to `.gitignore` ([7882fe1](https://github.com/stainless-api/stainless-api-cli/commit/7882fe18ed7ed8d48d885ce836b437af98863abf))
16+
* **cli:** move `jsonview` subpackage to `internal` ([e3b1c70](https://github.com/stainless-api/stainless-api-cli/commit/e3b1c70a58df206773c0548ed6bc674a835421a0))
17+
* **cli:** temporarily remove `*.exe` from `.gitignore` ([34a0d87](https://github.com/stainless-api/stainless-api-cli/commit/34a0d8706e7498bf08877eab47ccb40d89baf267))
18+
* **internal:** codegen related update ([44b6581](https://github.com/stainless-api/stainless-api-cli/commit/44b6581e5979daf7d1d0a66203134eec1602a9de))
19+
* **internal:** codegen related update ([52c6dc8](https://github.com/stainless-api/stainless-api-cli/commit/52c6dc8d08add4a1b6493790f365f96b86a4ef89))
20+
321
## 0.1.0-alpha.63 (2025-12-17)
422

523
Full Changelog: [v0.1.0-alpha.62...v0.1.0-alpha.63](https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.62...v0.1.0-alpha.63)

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.63" // x-release-please-version
5+
const Version = "0.1.0-alpha.64" // x-release-please-version

0 commit comments

Comments
 (0)