Skip to content

Navigation Menu

Sign in
Appearance settings

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 ef09683

Browse filesBrowse files
actions-usergithub-actions
authored and
github-actions
committed
0.47.1
Automatically generated by python-semantic-release
1 parent 48ae77f commit ef09683
Copy full SHA for ef09683

File tree

3 files changed

+6
-2
lines changed
Filter options

3 files changed

+6
-2
lines changed

‎CHANGELOG.md

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

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

5+
## v0.47.1 (2022-12-24)
6+
### Fix
7+
* The equality checks for DNSPointer and DNSService should be case insensitive ([#1122](https://github.com/python-zeroconf/python-zeroconf/issues/1122)) ([`48ae77f`](https://github.com/python-zeroconf/python-zeroconf/commit/48ae77f026a96e2ca475b0ff80cb6d22207ce52f))
8+
59
## v0.47.0 (2022-12-22)
610
### Feature
711
* Optimize equality checks for DNS records ([#1120](https://github.com/python-zeroconf/python-zeroconf/issues/1120)) ([`3a25ff7`](https://github.com/python-zeroconf/python-zeroconf/commit/3a25ff74bea83cd7d50888ce1ebfd7650d704bfa))

‎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.47.0"
3+
version = "0.47.1"
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
@@ -84,7 +84,7 @@
8484

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

9090

0 commit comments

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