8000 0.60.0 · python-zeroconf/python-zeroconf@7e7690c · GitHub
[go: up one dir, main page]

Skip to content

Commit 7e7690c

Browse files
author
github-actions
committed
0.60.0
Automatically generated by python-semantic-release
1 parent fbaaf7b commit 7e7690c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## v0.60.0 (2023-05-01)
6+
### Feature
7+
* Speed up processing incoming data ([#1167](https://github.com/python-zeroconf/python-zeroconf/issues/1167)) ([`fbaaf7b`](https://github.com/python-zeroconf/python-zeroconf/commit/fbaaf7bb6ff985bdabb85feb6cba144f12d4f1d6))
8+
59
## v0.59.0 (2023-05-01)
610
### Feature
711
* Speed up decoding dns questions when processing incoming data ([#1168](https://github.com/python-zeroconf/python-zeroconf/issues/1168)) ([`f927190`](https://github.com/python-zeroconf/python-zeroconf/commit/f927190cb24f70fd7c825c6e12151fcc0daf3973))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "zeroconf"
3-
version = "0.59.0"
3+
version = "0.60.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
__author__ = 'Paul Scott-Murphy, William McBrine'
8686
__maintainer__ = 'Jakub Stasiak <jakub@stasiak.at>'
87-
__version__ = '0.59.0'
87+
__version__ = '0.60.0'
8888
__license__ = 'LGPL'
8989

9090

0 commit comments

Comments
 (0)
0