From c3db5205769229bfd17937878a0a63074d73c4cc Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 16:04:23 +0000 Subject: [PATCH 1/4] feat(sql): initial commit --- .stats.yml | 6 +++--- LICENSE | 2 +- pkg/cmd/build_test.go | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.stats.yml b/.stats.yml index f0b2dba..297882d 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 20 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless%2Fstainless-v0-14899ed94f51eb27170c1618fcdb134c6df08db90996eeec2f620eb8d84c604a.yml -openapi_spec_hash: a4cf6948697a56d5b07ad48ef133093b -config_hash: f1b8a43873719fc8f2789008f3aa2260 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless%2Fstainless-v0-c9cc06ef2a81689b87584b0ed2b2eaecacdf4481bc191b3b98659e7d56c88414.yml +openapi_spec_hash: dbe850db5529faa656cce1da730da5f7 +config_hash: 8563083ae1fa5c137476fb1237aa8ea9 diff --git a/LICENSE b/LICENSE index 3370fde..543645c 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2025 Stainless + Copyright 2026 Stainless Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/pkg/cmd/build_test.go b/pkg/cmd/build_test.go index cef695c..458d386 100644 --- a/pkg/cmd/build_test.go +++ b/pkg/cmd/build_test.go @@ -18,7 +18,7 @@ func TestBuildsCreate(t *testing.T) { "--allow-empty", "--branch", "branch", "--commit-message", "commit_message", - "--target-commit-messages", "{cli: cli, csharp: csharp, go: go, java: java, kotlin: kotlin, node: node, openapi: openapi, php: php, python: python, ruby: ruby, terraform: terraform, typescript: typescript}", + "--target-commit-messages", "{cli: cli, csharp: csharp, go: go, java: java, kotlin: kotlin, node: node, openapi: openapi, php: php, python: python, ruby: ruby, sql: sql, terraform: terraform, typescript: typescript}", "--target", "node", ) } From 46762e64cc595d1e24ac3b95d1c509914a0e7ac5 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 22:16:01 +0000 Subject: [PATCH 2/4] codegen metadata --- .stats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stats.yml b/.stats.yml index 297882d..0f8800a 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 20 openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless%2Fstainless-v0-c9cc06ef2a81689b87584b0ed2b2eaecacdf4481bc191b3b98659e7d56c88414.yml openapi_spec_hash: dbe850db5529faa656cce1da730da5f7 -config_hash: 8563083ae1fa5c137476fb1237aa8ea9 +config_hash: fc175657f8498816a77dd7eb3f4cb8f7 From f344529bb538d98dbfc5f72465709cb060f447cc Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 02:14:08 +0000 Subject: [PATCH 3/4] codegen metadata --- .stats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stats.yml b/.stats.yml index 0f8800a..f957592 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 20 openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless%2Fstainless-v0-c9cc06ef2a81689b87584b0ed2b2eaecacdf4481bc191b3b98659e7d56c88414.yml openapi_spec_hash: dbe850db5529faa656cce1da730da5f7 -config_hash: fc175657f8498816a77dd7eb3f4cb8f7 +config_hash: effe8b6aab8f8658232161326e483a5e From fc7f1facc7d53d7e807c1071a8dd6a439f3f3f33 Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Tue, 6 Jan 2026 18:14:25 -0800 Subject: [PATCH 4/4] release: 0.1.0-alpha.66 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pkg/cmd/version.go | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7c77f9b..b1434c5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.65" + ".": "0.1.0-alpha.66" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 75bebb9..fef0e82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.0-alpha.66 (2026-01-07) + +Full Changelog: [v0.1.0-alpha.65...v0.1.0-alpha.66](https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.65...v0.1.0-alpha.66) + +### Features + +* **sql:** initial commit ([c3db520](https://github.com/stainless-api/stainless-api-cli/commit/c3db5205769229bfd17937878a0a63074d73c4cc)) + ## 0.1.0-alpha.65 (2025-12-22) Full Changelog: [v0.1.0-alpha.64...v0.1.0-alpha.65](https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.64...v0.1.0-alpha.65) diff --git a/pkg/cmd/version.go b/pkg/cmd/version.go index e974bd7..0131c74 100644 --- a/pkg/cmd/version.go +++ b/pkg/cmd/version.go @@ -2,4 +2,4 @@ package cmd -const Version = "0.1.0-alpha.65" // x-release-please-version +const Version = "0.1.0-alpha.66" // x-release-please-version