From d41e13e3d8c3952aa1a5e605290e3ef9f2a6f3c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 17:50:23 +0000 Subject: [PATCH 1/2] chore(main): release 7.14.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5ae6971..eab089c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.14.1" + ".": "7.14.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d47fdd2..86d2892 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,15 @@ ACK streams that never make progress (previously loops without a progress guarantee, reachable only with buggy/hostile firmware). +## [7.14.2](https://github.com/OpenDisplay/py-opendisplay/compare/v7.14.1...v7.14.2) (2026-07-30) + + +### Bug Fixes + +* **cli:** report all config packets in info via a table-driven renderer ([3d723a2](https://github.com/OpenDisplay/py-opendisplay/commit/3d723a20997012acbb936de1d2106b7bc79586a6)) +* **cli:** report all config packets in info via a table-driven renderer ([3fd74e2](https://github.com/OpenDisplay/py-opendisplay/commit/3fd74e23479379de0330f5519658fd667b2b608f)) +* **discovery:** bind zeroconf handler by the keyword names it dispatches with ([d5a7ed6](https://github.com/OpenDisplay/py-opendisplay/commit/d5a7ed63393556a133f0a7ee32d97c08342c4daf)) + ## [7.14.1](https://github.com/OpenDisplay/py-opendisplay/compare/v7.14.0...v7.14.1) (2026-07-27) diff --git a/pyproject.toml b/pyproject.toml index 39de3e8..24d42eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "py-opendisplay" -version = "7.14.1" +version = "7.14.2" description = "Python library for OpenDisplay BLE e-paper displays" readme = "README.md" license = "MIT" From 23d1b565da5dfa91a076f663439a2f23feda3db0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 17:50:31 +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 a63d138..b6ebbcd 100644 --- a/uv.lock +++ b/uv.lock @@ -707,7 +707,7 @@ wheels = [ [[package]] name = "py-opendisplay" -version = "7.14.1" +version = "7.14.2" source = { editable = "." } dependencies = [ { name = "bleak" },