File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.4 .0"
2+ "." : " 0.5 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.5.0 (2025-06-04)
4+
5+ Full Changelog: [ v0.4.0...v0.5.0] ( https://github.com/onkernel/kernel-go-sdk/compare/v0.4.0...v0.5.0 )
6+
7+ ### Features
8+
9+ * ** api:** update via SDK Studio ([ f0b66f8] ( https://github.com/onkernel/kernel-go-sdk/commit/f0b66f87541f4bc109f479906c3554bffb38c26f ) )
10+ * ** api:** update via SDK Studio ([ d60d333] ( https://github.com/onkernel/kernel-go-sdk/commit/d60d3337306d90c8c51a54c6abeece2731dd4834 ) )
11+ * ** client:** allow overriding unions ([ 51d877d] ( https://github.com/onkernel/kernel-go-sdk/commit/51d877d1ae7584b237fdb9238e97949b832c3cc8 ) )
12+
13+
14+ ### Bug Fixes
15+
16+ * fix error ([ 7d27985] ( https://github.com/onkernel/kernel-go-sdk/commit/7d2798511671e285d41943c51c3ac8ebc6a7d6d6 ) )
17+
18+
19+ ### Chores
20+
21+ * make go mod tidy continue on error ([ 91b5021] ( https://github.com/onkernel/kernel-go-sdk/commit/91b50217a8a08dd06ba64e05d025386d91d586c8 ) )
22+
323## 0.4.0 (2025-05-28)
424
525Full Changelog: [ v0.3.0...v0.4.0] ( https://github.com/onkernel/kernel-go-sdk/compare/v0.3.0...v0.4.0 )
Original file line number Diff line number Diff 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.4 .0'
27+ go get -u ' github.com/onkernel/kernel-go-sdk@v0.5 .0'
2828```
2929
3030<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 22
33package internal
44
5- const PackageVersion = "0.4 .0" // x-release-please-version
5+ const PackageVersion = "0.5 .0" // x-release-please-version
You can’t perform that action at this time.
0 commit comments