Skip to content

Commit e60cc41

Browse files
author
github-actions
committed
0.124.0
Automatically generated by python-semantic-release
1 parent 605dc9c commit e60cc41

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## v0.124.0 (2023-11-12)
6+
7+
### Feature
8+
9+
* Avoid decoding known answers if we have no answers to give ([#1308](https://github.com/python-zeroconf/python-zeroconf/issues/1308)) ([`605dc9c`](https://github.com/python-zeroconf/python-zeroconf/commit/605dc9ccd843a535802031f051b3d93310186ad1))
10+
* Small speed up to process incoming packets ([#1309](https://github.com/python-zeroconf/python-zeroconf/issues/1309)) ([`56ef908`](https://github.com/python-zeroconf/python-zeroconf/commit/56ef90865189c01d2207abcc5e2efe3a7a022fa1))
11+
512
## v0.123.0 (2023-11-12)
613

714
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "zeroconf"
3-
version = "0.123.0"
3+
version = "0.124.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

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

8686
__author__ = 'Paul Scott-Murphy, William McBrine'
8787
__maintainer__ = 'Jakub Stasiak <jakub@stasiak.at>'
88-
__version__ = '0.123.0'
88+
__version__ = '0.124.0'
8989
__license__ = 'LGPL'
9090

9191

0 commit comments

Comments
 (0)