Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2ee954d

Browse filesBrowse files
author
github-actions
committed
0.133.0
Automatically generated by python-semantic-release
1 parent f7c7708 commit 2ee954d
Copy full SHA for 2ee954d

File tree

3 files changed

+11
-2
lines changed
Filter options

3 files changed

+11
-2
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

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

5+
## v0.133.0 (2024-08-27)
6+
7+
### Feature
8+
9+
* Improve performance of ip address caching ([#1392](https://github.com/python-zeroconf/python-zeroconf/issues/1392)) ([`f7c7708`](https://github.com/python-zeroconf/python-zeroconf/commit/f7c77081b2f8c70b1ed6a9b9751a86cf91f9aae2))
10+
* Enable building of arm64 macOS builds ([#1384](https://github.com/python-zeroconf/python-zeroconf/issues/1384)) ([`0df2ce0`](https://github.com/python-zeroconf/python-zeroconf/commit/0df2ce0e6f7313831da6a63d477019982d5df55c))
11+
* Add classifier for python 3.13 ([#1393](https://github.com/python-zeroconf/python-zeroconf/issues/1393)) ([`7fb2bb2`](https://github.com/python-zeroconf/python-zeroconf/commit/7fb2bb21421c70db0eb288fa7e73d955f58b0f5d))
12+
* Python 3.13 support ([#1390](https://github.com/python-zeroconf/python-zeroconf/issues/1390)) ([`98cfa83`](https://github.com/python-zeroconf/python-zeroconf/commit/98cfa83710e43880698353821bae61108b08cb2f))
13+
514
## v0.132.2 (2024-04-13)
615

716
### Fix

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines 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.132.2"
3+
version = "0.133.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

Copy file name to clipboardExpand all lines: src/zeroconf/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
__author__ = "Paul Scott-Murphy, William McBrine"
8585
__maintainer__ = "Jakub Stasiak <jakub@stasiak.at>"
86-
__version__ = "0.132.2"
86+
__version__ = "0.133.0"
8787
__license__ = "LGPL"
8888

8989

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.