File tree Expand file tree Collapse file tree 4 files changed +26
-3
lines changed Expand file tree Collapse file tree 4 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.8 .0"
2
+ "." : " 0.9 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.9.0 (2025-08-27)
4
+
5
+ Full Changelog: [ v0.8.0...v0.9.0] ( https://github.com/isaacus-dev/isaacus-python/compare/v0.8.0...v0.9.0 )
6
+
7
+ ### Features
8
+
9
+ * ** client:** support file upload requests ([ 2ab398d] ( https://github.com/isaacus-dev/isaacus-python/commit/2ab398dde07e98411c9b6efd76f7b7120a9633a8 ) )
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * avoid newer type syntax ([ 10253fe] ( https://github.com/isaacus-dev/isaacus-python/commit/10253fe93ed8142b52cf5199486221e81ac6ce5a ) )
15
+
16
+
17
+ ### Chores
18
+
19
+ * ** internal:** change ci workflow machines ([ f86cbce] ( https://github.com/isaacus-dev/isaacus-python/commit/f86cbcef2583658466e95eaba4aba61f79646ef9 ) )
20
+ * ** internal:** codegen related update ([ 22b520b] ( https://github.com/isaacus-dev/isaacus-python/commit/22b520b3c67e570f9267135111a89542ee2bdf7f ) )
21
+ * ** internal:** fix ruff target version ([ 889d576] ( https://github.com/isaacus-dev/isaacus-python/commit/889d576cdc28d06404c6ee3ce0c67bf4d3be75c4 ) )
22
+ * ** internal:** update comment in script ([ 7af966e] ( https://github.com/isaacus-dev/isaacus-python/commit/7af966e1677b44d412eda96c5ee8e9866f77ccfb ) )
23
+ * update @stainless-api/prism-cli to v5.15.0 ([ a3141f5] ( https://github.com/isaacus-dev/isaacus-python/commit/a3141f59b0ff6334fde2a9740fd2f86824fe5083 ) )
24
+ * update github action ([ 0518028] ( https://github.com/isaacus-dev/isaacus-python/commit/05180288265bc111dba1c62fbfcd90139a6299ad ) )
25
+
3
26
## 0.8.0 (2025-07-25)
4
27
5
28
Full Changelog: [ v0.7.0...v0.8.0] ( https://github.com/isaacus-dev/isaacus-python/compare/v0.7.0...v0.8.0 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " isaacus"
3
- version = " 0.8 .0"
3
+ version = " 0.9 .0"
4
4
description = " The official Python library for the isaacus 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__ = "isaacus"
4
- __version__ = "0.8 .0" # x-release-please-version
4
+ __version__ = "0.9 .0" # x-release-please-version
You can’t perform that action at this time.
0 commit comments