Skip to content

Commit 59d760f

Browse files
release: 5.1.0
1 parent 4500314 commit 59d760f

4 files changed

Lines changed: 19 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-
".": "5.0.0"
2+
".": "5.1.0"
33
}

CHANGELOG.md

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

3+
## 5.1.0 (2026-06-18)
4+
5+
Full Changelog: [v5.0.0...v5.1.0](https://github.com/beeper/desktop-api-python/compare/v5.0.0...v5.1.0)
6+
7+
### Features
8+
9+
* **api:** add app resource with login and verification endpoints ([9868f77](https://github.com/beeper/desktop-api-python/commit/9868f77423a998bfc443bc60fc00d6c7d0e58f53))
10+
* **api:** api update ([9c92ab4](https://github.com/beeper/desktop-api-python/commit/9c92ab490194b4640b4c152e197df698b87d465b))
11+
* **internal/types:** support eagerly validating pydantic iterators ([1850c8a](https://github.com/beeper/desktop-api-python/commit/1850c8a7b7d3e45407524a6ebffe902d4a3f8a71))
12+
13+
14+
### Bug Fixes
15+
16+
* **auth:** prioritize first auth header ([4500314](https://github.com/beeper/desktop-api-python/commit/4500314d39d676c21e20749e1344e0100a5d2b26))
17+
* **client:** add missing f-string prefix in file type error message ([78424e2](https://github.com/beeper/desktop-api-python/commit/78424e24ad4e1f336f843222ff19bf70a50f073f))
18+
319
## 5.0.0 (2026-05-06)
420

521
Full Changelog: [v4.3.0...v5.0.0](https://github.com/beeper/desktop-api-python/compare/v4.3.0...v5.0.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 = "beeper_desktop_api"
3-
version = "5.0.0"
3+
version = "5.1.0"
44
description = "The official Python library for the beeperdesktop API"
55
dynamic = ["readme"]
66
license = "MIT"

src/beeper_desktop_api/_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__ = "beeper_desktop_api"
4-
__version__ = "5.0.0" # x-release-please-version
4+
__version__ = "5.1.0" # x-release-please-version

0 commit comments

Comments
 (0)