We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c7e64c commit d92a614Copy full SHA for d92a614
CHANGELOG.md
@@ -1,6 +1,10 @@
1
CHANGELOG
2
=========
3
4
+## 0.9.0 (2025-08-05)
5
+- [#47](https://github.com/codeocean/codeocean-sdk-python/pull/47) feat: add error handling
6
+
7
8
## 0.8.0 (2025-07-11)
9
- [#50](https://github.com/codeocean/codeocean-sdk-python/pull/50) feat: Add Min-Server-Version header support
10
- [#49](https://github.com/codeocean/codeocean-sdk-python/pull/49) feat: Identify AI agents in API requests
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "codeocean"
-version = "0.8.0"
+version = "0.9.0"
authors = [
{ name="Code Ocean", email="dev@codeocean.com" },
]
0 commit comments