FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

0.149.13 · python-zeroconf/python-zeroconf@e95297f · GitHub

Commit e95297f

Browse files
semantic-release
committed
0.149.13
Automatically generated by python-semantic-release
1 parent 5444495 commit e95297f

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

‎CHANGELOG.md‎

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

33
<!-- version list -->
44

5+
## v0.149.13 (2026-05-20)
6+
7+
### Bug Fixes
8+
9+
- Bound record payload reads against rdlength overrun
10+
([#1756](https://github.com/python-zeroconf/python-zeroconf/pull/1756),
11+
[`5444495`](https://github.com/python-zeroconf/python-zeroconf/commit/544449596e645fcaad3834fa0cb614a54f847a82))
12+
13+
### Documentation
14+
15+
- Clarify LGPL-2.1-or-later license in README
16+
([#1763](https://github.com/python-zeroconf/python-zeroconf/pull/1763),
17+
[`28bb01f`](https://github.com/python-zeroconf/python-zeroconf/commit/28bb01f23951f7883d8c3af66b6d537c34c516c7))
18+
19+
### Refactoring
20+
21+
- Extract loopback Zeroconf fixtures and mock_incoming_msg helper
22+
([#1758](https://github.com/python-zeroconf/python-zeroconf/pull/1758),
23+
[`cb0af4a`](https://github.com/python-zeroconf/python-zeroconf/commit/cb0af4a8f4cdaad3721a2851d9fa17709d39ae62))
24+
25+
526
## v0.149.12 (2026-05-20)
627

728
### 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.12"
7+
version = "0.149.13"
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.12"
91+
__version__ = "0.149.13"
9292
__license__ = "LGPL"
9393

9494

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL