8000 0.69.0 · python-zeroconf/python-zeroconf@d713a45 · GitHub
[go: up one dir, main page]

Skip to content

Commit d713a45

Browse files
author
github-actions
committed
0.69.0
Automatically generated by python-semantic-release
1 parent 8ae8ba1 commit d713a45

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## v0.69.0 (2023-06-18)
6+
7+
### Feature
8+
9+
* Cython3 support ([#1190](https://github.com/python-zeroconf/python-zeroconf/issues/1190)) ([`8ae8ba1`](https://github.com/python-zeroconf/python-zeroconf/commit/8ae8ba1af324b0c8c2da3bd12c264a5c0f3dcc3d))
10+
* Reorder incoming data handler to reduce overhead ([#1189](https://github.com/python-zeroconf/python-zeroconf/issues/1189)) ([`32756ff`](https://github.com/python-zeroconf/python-zeroconf/commit/32756ff113f675b7a9cf16d3c0ab840ba733e5e4))
11+
512
## v0.68.1 (2023-06-18)
613

714
### Fix

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.68.1"
3+
version = "0.69.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.68.1'
87+
__version__ = '0.69.0'
8888
__license__ = 'LGPL'
8989

9090

0 commit comments

Comments
 (0)
0