Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.37.0"
".": "0.38.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 0.38.0 (2025-11-04)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Changelog Dates Use Incorrect Year (2025 vs 2024)

The release date is set to "2025-11-04" but should be "2024-11-04". The year is incorrectly set to 2025 when it should be 2024. This is consistent with a pattern throughout the changelog where all dates appear to have the wrong year.

Fix in Cursor Fix in Web


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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/mixedbread/_version.py
Original file line number Diff line number Diff line change
@@ -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
Loading