0.147.1 · python-zeroconf/python-zeroconf@0f63f05

3 files changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -1,6 +1,17 @@

11

# CHANGELOG

22
33
4+

## v0.147.1 (2025-09-05)

5+
6+

### Bug Fixes

7+
8+

- Increase check time and add random wait to avoid service collisions

9+

([#1611](https://github.com/python-zeroconf/python-zeroconf/pull/1611),

10+

[`8c382ee`](https://github.com/python-zeroconf/python-zeroconf/commit/8c382eedc6da80031d9a7a42f299f95f115b7e47))

11+
12+

Co-authored-by: J. Nick Koston <nick@koston.org>

13+
14+
415

## v0.147.0 (2025-05-03)

516
617

### Features

Original file line numberDiff line numberDiff line change

@@ -1,6 +1,6 @@

11

[tool.poetry]

22

name = "zeroconf"

3-

version = "0.147.0"

3+

version = "0.147.1"

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"

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.147.0"

91+

__version__ = "0.147.1"

9292

__license__ = "LGPL"

9393
9494