Skip to content

Commit db1dcf6

Browse files
committed
Prepare release 0.22.0
1 parent ecc021b commit db1dcf6

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,20 @@ See examples directory for more.
120120
Changelog
121121
=========
122122

123+
0.22.0
124+
------
125+
126+
* A lot of maintenance work (tooling, typing coverage and improvements, spelling) done, thanks to Ville Skyttä
127+
* Provided saner defaults in ServiceInfo's constructor, thanks to Jorge Miranda
128+
* Fixed service removal packets not being sent on shutdown, thanks to Andrew Bonney
129+
* Added a way to define TTL-s through ServiceInfo contructor parameters, thanks to Andrew Bonney
130+
131+
Technically backwards incompatible:
132+
133+
* Adjusted query intervals to match RFC 6762, thanks to Andrew Bonney
134+
* Made default TTL-s match RFC 6762, thanks to Andrew Bonney
135+
136+
123137
0.21.3
124138
------
125139

zeroconf.py

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

3939
__author__ = 'Paul Scott-Murphy, William McBrine'
4040
__maintainer__ = 'Jakub Stasiak <[email protected]>'
41-
__version__ = '0.21.3'
41+
__version__ = '0.22.0'
4242
__license__ = 'LGPL'
4343

4444

0 commit comments

Comments
 (0)