Skip to content

Commit a3249bf

Browse files
release: 0.9.0
1 parent d2bb62a commit a3249bf

4 files changed

Lines changed: 21 additions & 3 deletions

File tree

.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.8.1"
2+
".": "0.9.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.9.0 (2025-06-24)
4+
5+
Full Changelog: [v0.8.1...v0.9.0](https://github.com/mixedbread-ai/mixedbread-python/compare/v0.8.1...v0.9.0)
6+
7+
### Features
8+
9+
* **client:** add support for aiohttp ([94e0fc5](https://github.com/mixedbread-ai/mixedbread-python/commit/94e0fc58df85c64265612832cefa956c7723a79c))
10+
11+
12+
### Chores
13+
14+
* **tests:** skip some failing tests on the latest python versions ([d2bb62a](https://github.com/mixedbread-ai/mixedbread-python/commit/d2bb62a9bbf7f10ee048b0f21d49841b1e1ed1a0))
15+
16+
17+
### Documentation
18+
19+
* **client:** fix httpx.Timeout documentation reference ([855e94a](https://github.com/mixedbread-ai/mixedbread-python/commit/855e94ac632b0da2a8460af1964bb50b3ee37edb))
20+
321
## 0.8.1 (2025-06-18)
422

523
Full Changelog: [v0.8.0...v0.8.1](https://github.com/mixedbread-ai/mixedbread-python/compare/v0.8.0...v0.8.1)

pyproject.toml

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

src/mixedbread/_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__ = "mixedbread"
4-
__version__ = "0.8.1" # x-release-please-version
4+
__version__ = "0.9.0" # x-release-please-version

0 commit comments

Comments
 (0)