Skip to content

Commit afd4517

Browse files
author
semantic-release
committed
0.138.0
Automatically generated by python-semantic-release
1 parent ebbb2af commit afd4517

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# CHANGELOG
22

33

4+
## v0.138.0 (2025-01-08)
5+
6+
### Features
7+
8+
* feat: improve performance of processing incoming records (#1467)
9+
10+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> ([`ebbb2af`](https://github.com/python-zeroconf/python-zeroconf/commit/ebbb2afccabd3841a3cb0a39824b49773cc6258a))
11+
12+
413
## v0.137.2 (2025-01-06)
514

615
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "zeroconf"
3-
version = "0.137.2"
3+
version = "0.138.0"
44
description = "A pure python implementation of multicast DNS service discovery"
55
authors = ["Paul Scott-Murphy", "William McBrine", "Jakub Stasiak", "J. Nick Koston"]
66
license = "LGPL-2.1-or-later"

src/zeroconf/__init__.py

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

8484
__author__ = "Paul Scott-Murphy, William McBrine"
8585
__maintainer__ = "Jakub Stasiak <jakub@stasiak.at>"
86-
__version__ = "0.137.2"
86+
__version__ = "0.138.0"
8787
__license__ = "LGPL"
8888

8989

0 commit comments

Comments
 (0)