File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ ## 0.9.1 (2025-08-29)
5+ - [ #56 ] ( https://github.com/codeocean/codeocean-sdk-python/pull/56 ) fix: update query description in search APIs
6+
47## 0.9.0 (2025-08-05)
58- [ #47 ] ( https://github.com/codeocean/codeocean-sdk-python/pull/47 ) feat: add error handling
69
7-
810## 0.8.0 (2025-07-11)
911- [ #50 ] ( https://github.com/codeocean/codeocean-sdk-python/pull/50 ) feat: Add Min-Server-Version header support
1012- [ #49 ] ( https://github.com/codeocean/codeocean-sdk-python/pull/49 ) feat: Identify AI agents in API requests
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " codeocean"
7- version = " 0.9.0 "
7+ version = " 0.9.1 "
88authors = [
99 { name =" Code Ocean" , email =" dev@codeocean.com" },
1010]
You can’t perform that action at this time.
0 commit comments