Skip to content

Commit 561620e

Browse files
release: 0.4.0
1 parent ef1ee92 commit 561620e

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.0"
2+
".": "0.4.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## 0.4.0 (2025-02-28)
4+
5+
Full Changelog: [v0.3.0...v0.4.0](https://github.com/ContextualAI/contextual-client-python/compare/v0.3.0...v0.4.0)
6+
7+
### Features
8+
9+
* Link to BinaryAPIResponse in api.md ([#57](https://github.com/ContextualAI/contextual-client-python/issues/57)) ([a04dd53](https://github.com/ContextualAI/contextual-client-python/commit/a04dd538b5d24deb3b3ce846c55565622ff303b8))
10+
11+
12+
### Chores
13+
14+
* **docs:** update client docstring ([#55](https://github.com/ContextualAI/contextual-client-python/issues/55)) ([ef1ee92](https://github.com/ContextualAI/contextual-client-python/commit/ef1ee92de1e68a7d244c5d0a0bfc22ed45b2c54c))
15+
16+
17+
### Documentation
18+
19+
* update URLs from stainlessapi.com to stainless.com ([#53](https://github.com/ContextualAI/contextual-client-python/issues/53)) ([bda9ae0](https://github.com/ContextualAI/contextual-client-python/commit/bda9ae0e30c583d093a1117e7e81137d105cf2fe))
20+
321
## 0.3.0 (2025-02-26)
422

523
Full Changelog: [v0.2.0...v0.3.0](https://github.com/ContextualAI/contextual-client-python/compare/v0.2.0...v0.3.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "contextual-client"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "The official Python library for the Contextual AI API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/contextual/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "contextual"
4-
__version__ = "0.3.0" # x-release-please-version
4+
__version__ = "0.4.0" # x-release-please-version

0 commit comments

Comments
 (0)