Skip to content

Commit c897ccc

Browse files
authored
Merge pull request #8 from onkernel/release-please--branches--main--changes--next
release: 0.1.0
2 parents 4a84457 + 6f35295 commit c897ccc

6 files changed

Lines changed: 14 additions & 4 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.6"
2+
".": "0.1.0"
33
}

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 7
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-39aa058a60035c34a636e7f580b4b9c76b05400ae401ef04a761572b20a5425b.yml
33
openapi_spec_hash: bb79a204f9edb6b6ccfe783a0a82a423
4-
config_hash: 4dfa4d870ce0e23e31ce33ab6a53dd21
4+
config_hash: 5c90b7df80e8f222bb945b14b8d1fec0

CHANGELOG.md

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

3+
## 0.1.0 (2025-05-21)
4+
5+
Full Changelog: [v0.1.0-alpha.6...v0.1.0](https://github.com/onkernel/kernel-go-sdk/compare/v0.1.0-alpha.6...v0.1.0)
6+
7+
### Features
8+
9+
* **api:** update via SDK Studio ([e05f5ec](https://github.com/onkernel/kernel-go-sdk/commit/e05f5ec48a0139acb5f5789124a15916324ceebb))
10+
311
## 0.1.0-alpha.6 (2025-05-20)
412

513
Full Changelog: [v0.1.0-alpha.5...v0.1.0-alpha.6](https://github.com/onkernel/kernel-go-sdk/compare/v0.1.0-alpha.5...v0.1.0-alpha.6)

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Or to pin the version:
2424
<!-- x-release-please-start-version -->
2525

2626
```sh
27-
go get -u 'github.com/onkernel/kernel-go-sdk@v0.1.0-alpha.6'
27+
go get -u 'github.com/onkernel/kernel-go-sdk@v0.1.0'
2828
```
2929

3030
<!-- x-release-please-end -->
@@ -60,6 +60,7 @@ func main() {
6060
File: io.Reader(bytes.NewBuffer([]byte("REPLACE_ME"))),
6161
EnvVars: map[string]string{
6262
"OPENAI_API_KEY": "x",
63+
"LOG_LEVEL": "debug",
6364
},
6465
Version: kernel.String("1.0.0"),
6566
})

internal/version.go

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

33
package internal
44

5-
const PackageVersion = "0.1.0-alpha.6" // x-release-please-version
5+
const PackageVersion = "0.1.0" // x-release-please-version

usage_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ func TestUsage(t *testing.T) {
3131
File: io.Reader(bytes.NewBuffer([]byte("REPLACE_ME"))),
3232
EnvVars: map[string]string{
3333
"OPENAI_API_KEY": "x",
34+
"LOG_LEVEL": "debug",
3435
},
3536
Version: kernel.String("1.0.0"),
3637
})

0 commit comments

Comments
 (0)