File tree 3 files changed +11
-2
lines changed
Filter options
3 files changed +11
-2
lines changed
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
3
4
+ ## v0.143.1 (2025-02-12)
5
+
6
+ ### Bug Fixes
7
+
8
+ - Make no buffer space available when adding multicast memberships forgiving
9
+ ([ #1516 ] ( https://github.com/python-zeroconf/python-zeroconf/pull/1516 ) ,
10
+ [ ` f377d5c ` ] ( https://github.com/python-zeroconf/python-zeroconf/commit/f377d5cd08d724282c8487785163b466f3971344 ) )
11
+
12
+
4
13
## v0.143.0 (2025-01-31)
5
14
6
15
### Features
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " zeroconf"
3
- version = " 0.143.0 "
3
+ version = " 0.143.1 "
4
4
description = " A pure python implementation of multicast DNS service discovery"
5
5
authors = [" Paul Scott-Murphy" , " William McBrine" , " Jakub Stasiak" , " J. Nick Koston" ]
6
6
license = " LGPL-2.1-or-later"
Original file line number Diff line number Diff line change 88
88
89
89
__author__ = "Paul Scott-Murphy, William McBrine"
90
90
__maintainer__ = "Jakub Stasiak <jakub@stasiak.at>"
91
- __version__ = "0.143.0 "
91
+ __version__ = "0.143.1 "
92
92
__license__ = "LGPL"
93
93
94
94
You can’t perform that action at this time.
0 commit comments