Skip to content

Commit a7cefe9

Browse files
author
semantic-release
committed
0.149.10
Automatically generated by python-semantic-release
1 parent a096238 commit a7cefe9

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
<!-- version list -->
44

5+
## v0.149.10 (2026-05-20)
6+
7+
### Bug Fixes
8+
9+
- Accept uppercase .local. trailer in service_type_name
10+
([#1747](https://github.com/python-zeroconf/python-zeroconf/pull/1747),
11+
[`37edde2`](https://github.com/python-zeroconf/python-zeroconf/commit/37edde2f5d9688e9d6c6573ee41a7cd25a54111e))
12+
13+
- Bound TC-deferral assembly window to first-arrival + max delay
14+
([#1732](https://github.com/python-zeroconf/python-zeroconf/pull/1732),
15+
[`a096238`](https://github.com/python-zeroconf/python-zeroconf/commit/a0962385a5079d6204fac7744fee9a9d67233eec))
16+
17+
### Testing
18+
19+
- Add codspeed benchmarks for listener duplicate-packet dedup
20+
([#1744](https://github.com/python-zeroconf/python-zeroconf/pull/1744),
21+
[`068c3f6`](https://github.com/python-zeroconf/python-zeroconf/commit/068c3f68aeaaaf085d5fa197f7bff304ab80f847))
22+
23+
524
## v0.149.9 (2026-05-20)
625

726
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[project]
66
name = "zeroconf"
7-
version = "0.149.9"
7+
version = "0.149.10"
88
license = "LGPL-2.1-or-later"
99
description = "A pure python implementation of multicast DNS service discovery"
1010
readme = "README.rst"

src/zeroconf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888

8989
__author__ = "Paul Scott-Murphy, William McBrine"
9090
__maintainer__ = "Jakub Stasiak <jakub@stasiak.at>"
91-
__version__ = "0.149.9"
91+
__version__ = "0.149.10"
9292
__license__ = "LGPL"
9393

9494

0 commit comments

Comments
 (0)