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 e21da72 commit f51de9fCopy full SHA for f51de9f
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.1.0-alpha.51"
+ ".": "0.1.0-alpha.52"
3
}
CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## 0.1.0-alpha.52 (2025-11-11)
4
+
5
+Full Changelog: [v0.1.0-alpha.51...v0.1.0-alpha.52](https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.51...v0.1.0-alpha.52)
6
7
## 0.1.0-alpha.51 (2025-10-25)
8
9
Full Changelog: [v0.1.0-alpha.50...v0.1.0-alpha.51](https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.50...v0.1.0-alpha.51)
pkg/cmd/version.go
@@ -2,4 +2,4 @@
package cmd
-const Version = "0.1.0-alpha.51" // x-release-please-version
+const Version = "0.1.0-alpha.52" // x-release-please-version
0 commit comments