From c02175d42681fec2fa01b9aa746611269f6fcd6c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 12:20:59 +0000 Subject: [PATCH 1/2] chore(main): release 7.15.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index eab089c..6c17b97 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.14.2" + ".": "7.15.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 86d2892..88f33a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,18 @@ ACK streams that never make progress (previously loops without a progress guarantee, reachable only with buggy/hostile firmware). +## [7.15.0](https://github.com/OpenDisplay/py-opendisplay/compare/v7.14.2...v7.15.0) (2026-08-03) + + +### Features + +* **sensors:** expose SHT40 temperature and humidity readings ([1656a2a](https://github.com/OpenDisplay/py-opendisplay/commit/1656a2aa67540a383ffe3db717eb365af405f776)) + + +### Bug Fixes + +* **advertisement:** stop tracking dynamic bytes that are not buttons ([54b04b7](https://github.com/OpenDisplay/py-opendisplay/commit/54b04b76534ace31963865f23e436ebf1adcb771)) + ## [7.14.2](https://github.com/OpenDisplay/py-opendisplay/compare/v7.14.1...v7.14.2) (2026-07-30) diff --git a/pyproject.toml b/pyproject.toml index 24d42eb..300354e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "py-opendisplay" -version = "7.14.2" +version = "7.15.0" description = "Python library for OpenDisplay BLE e-paper displays" readme = "README.md" license = "MIT" From f906a18235ba8c289bb75ba2e1980c39e393b7ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 12:21:04 +0000 Subject: [PATCH 2/2] chore: sync uv.lock with release version --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index b6ebbcd..c0e6096 100644 --- a/uv.lock +++ b/uv.lock @@ -707,7 +707,7 @@ wheels = [ [[package]] name = "py-opendisplay" -version = "7.14.2" +version = "7.15.0" source = { editable = "." } dependencies = [ { name = "bleak" },