| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fbaaf7b commit 7e7690c
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,10 @@ | |||
| 2 | 2 | ||
| 3 | 3 | <!--next-version-placeholder--> | |
| 4 | 4 | ||
| 5 | + ## v0.60.0 (2023-05-01) | ||
| 6 | + ### Feature | ||
| 7 | + * Speed up processing incoming data ([#1167](https://github.com/python-zeroconf/python-zeroconf/issues/1167)) ([`fbaaf7b`](https://github.com/python-zeroconf/python-zeroconf/commit/fbaaf7bb6ff985bdabb85feb6cba144f12d4f1d6)) | ||
| 8 | + | ||
| 5 | 9 | ## v0.59.0 (2023-05-01) | |
| 6 | 10 | ### Feature | |
| 7 | 11 | * Speed up decoding dns questions when processing incoming data ([#1168](https://github.com/python-zeroconf/python-zeroconf/issues/1168)) ([`f927190`](https://github.com/python-zeroconf/python-zeroconf/commit/f927190cb24f70fd7c825c6e12151fcc0daf3973)) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | [tool.poetry] | |
| 2 | 2 | name = "zeroconf" | |
| 3 | - version = "0.59.0" | ||
| 3 | + version = "0.60.0" | ||
| 4 | 4 | description = "A pure python implementation of multicast DNS service discovery" | |
| 5 | 5 | authors = ["Paul Scott-Murphy", "William McBrine", "Jakub Stasiak", "J. Nick Koston"] | |
| 6 | 6 | license = "LGPL" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -84,7 +84,7 @@ | |||
| 84 | 84 | ||
| 85 | 85 | __author__ = 'Paul Scott-Murphy, William McBrine' | |
| 86 | 86 | __maintainer__ = 'Jakub Stasiak <jakub@stasiak.at>' | |
| 87 | - __version__ = '0.59.0' | ||
| 87 | + __version__ = '0.60.0' | ||
| 88 | 88 | __license__ = 'LGPL' | |
| 89 | 89 | ||
| 90 | 90 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments