We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff0a0d commit 2657d83Copy full SHA for 2657d83
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.1.0-alpha.46"
+ ".": "0.1.0-alpha.47"
3
}
CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## 0.1.0-alpha.47 (2025-10-03)
4
+
5
+Full Changelog: [v0.1.0-alpha.46...v0.1.0-alpha.47](https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.46...v0.1.0-alpha.47)
6
7
## 0.1.0-alpha.46 (2025-10-03)
8
9
Full Changelog: [v0.1.0-alpha.45...v0.1.0-alpha.46](https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.45...v0.1.0-alpha.46)
pkg/cmd/version.go
@@ -2,4 +2,4 @@
package cmd
-const Version = "0.1.0-alpha.46" // x-release-please-version
+const Version = "0.1.0-alpha.47" // x-release-please-version
0 commit comments