Skip to content

Commit e3bf880

Browse files
author
github-actions
committed
0.134.0
Automatically generated by python-semantic-release
1 parent 9262626 commit e3bf880

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

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

33
<!--next-version-placeholder-->
44

5+
## v0.134.0 (2024-09-08)
6+
7+
### Feature
8+
9+
* Improve performance when IP addresses change frequently ([#1407](https://github.com/python-zeroconf/python-zeroconf/issues/1407)) ([`111c91a`](https://github.com/python-zeroconf/python-zeroconf/commit/111c91ab395a7520e477eb0e75d5924fba3c64c7))
10+
11+
### Fix
12+
13+
* Improve helpfulness of ServiceInfo.request assertions ([#1408](https://github.com/python-zeroconf/python-zeroconf/issues/1408)) ([`9262626`](https://github.com/python-zeroconf/python-zeroconf/commit/9262626895d354ed7376aa567043b793c37a985e))
14+
515
## v0.133.0 (2024-08-27)
616

717
### Feature

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.133.0"
3+
version = "0.134.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"

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.133.0"
86+
__version__ = "0.134.0"
8787
__license__ = "LGPL"
8888

8989

0 commit comments

Comments
 (0)