File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.8.2 "
2
+ "." : " 0.8.3 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.8.3 (2025-08-01)
4
+
5
+ Full Changelog: [ v0.8.2...v0.8.3] ( https://github.com/onkernel/kernel-python-sdk/compare/v0.8.2...v0.8.3 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** lower default timeout to 5s ([ 6d43e73] ( https://github.com/onkernel/kernel-python-sdk/commit/6d43e73a5206d3faa99825d6ee49986a5d5919aa ) )
10
+ * ** api:** manual updates ([ c6990ba] ( https://github.com/onkernel/kernel-python-sdk/commit/c6990ba5c9974f96270e1ca86e9d7935d7db03d7 ) )
11
+ * ** client:** support file upload requests ([ 79b06da] ( https://github.com/onkernel/kernel-python-sdk/commit/79b06da326192ceb5edf703576bd25835cbed031 ) )
12
+
13
+
14
+ ### Chores
15
+
16
+ * ** project:** add settings file for vscode ([ c46aa48] ( https://github.com/onkernel/kernel-python-sdk/commit/c46aa48e7d07db3317b038c51b3c58a88b2d44d4 ) )
17
+
3
18
## 0.8.2 (2025-07-23)
4
19
5
20
Full Changelog: [ v0.8.1...v0.8.2] ( https://github.com/onkernel/kernel-python-sdk/compare/v0.8.1...v0.8.2 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " kernel"
3
- version = " 0.8.2 "
3
+ version = " 0.8.3 "
4
4
description = " The official Python library for the kernel API"
5
5
dynamic = [" readme" ]
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
3
3
__title__ = "kernel"
4
- __version__ = "0.8.2 " # x-release-please-version
4
+ __version__ = "0.8.3 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments