From bef91946178a42878b06163743530fd2f62396f0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 18 Dec 2022 02:06:46 +0000 Subject: [PATCH] 0.42.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- src/zeroconf/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f7ac8a2..a4b355e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.42.0 (2022-12-18) +### Feature +* Optimize incoming parser by using unpack_from ([#1115](https://github.com/python-zeroconf/python-zeroconf/issues/1115)) ([`a7d50ba`](https://github.com/python-zeroconf/python-zeroconf/commit/a7d50baab362eadd2d292df08a39de6836b41ea7)) + ## v0.41.0 (2022-12-18) ### Feature * Optimize incoming parser by adding pxd files ([#1111](https://github.com/python-zeroconf/python-zeroconf/issues/1111)) ([`26efeb0`](https://github.com/python-zeroconf/python-zeroconf/commit/26efeb09783050266242542228f34eb4dd83e30c)) diff --git a/pyproject.toml b/pyproject.toml index 25343fbc..c7ae39e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "zeroconf" -version = "0.41.0" +version = "0.42.0" description = "A pure python implementation of multicast DNS service discovery" authors = ["Paul Scott-Murphy", "William McBrine", "Jakub Stasiak", "J. Nick Koston"] license = "LGPL" diff --git a/src/zeroconf/__init__.py b/src/zeroconf/__init__.py index 7b49a420..7868fca8 100644 --- a/src/zeroconf/__init__.py +++ b/src/zeroconf/__init__.py @@ -84,7 +84,7 @@ __author__ = 'Paul Scott-Murphy, William McBrine' __maintainer__ = 'Jakub Stasiak ' -__version__ = '0.41.0' +__version__ = '0.42.0' __license__ = 'LGPL'