diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 51acdaa4..8ea07c9a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.37.0" + ".": "0.38.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ea818ff5..2ba2bfc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 0.38.0 (2025-11-04) + +Full Changelog: [v0.37.0...v0.38.0](https://github.com/mixedbread-ai/mixedbread-python/compare/v0.37.0...v0.38.0) + +### Features + +* **api:** api update ([77d72b7](https://github.com/mixedbread-ai/mixedbread-python/commit/77d72b73d9cec032f145b8c4813f479c608b29d2)) +* **api:** update via SDK Studio ([86d3699](https://github.com/mixedbread-ai/mixedbread-python/commit/86d36996c249024a6488d84c39150899ed8f5d97)) + + +### Chores + +* add the external id and parsing strategy ([6aa3886](https://github.com/mixedbread-ai/mixedbread-python/commit/6aa3886a760680bc28b3483ee614c687e4622d80)) +* **internal:** grammar fix (it's -> its) ([ec7828b](https://github.com/mixedbread-ai/mixedbread-python/commit/ec7828bf0ef4e93eeccb2b734d0a9308ff366498)) +* sort import block ([31187b0](https://github.com/mixedbread-ai/mixedbread-python/commit/31187b03a29b146c4ab68b6e471a85d64f927521)) + ## 0.37.0 (2025-11-03) Full Changelog: [v0.36.1...v0.37.0](https://github.com/mixedbread-ai/mixedbread-python/compare/v0.36.1...v0.37.0) diff --git a/pyproject.toml b/pyproject.toml index 154ff1cd..37b16b5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mixedbread" -version = "0.37.0" +version = "0.38.0" description = "The official Python library for the Mixedbread API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/mixedbread/_version.py b/src/mixedbread/_version.py index d0589864..07ad0132 100644 --- a/src/mixedbread/_version.py +++ b/src/mixedbread/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "mixedbread" -__version__ = "0.37.0" # x-release-please-version +__version__ = "0.38.0" # x-release-please-version