| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1d9c94a commit 4cf513f
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,20 @@ | |||
| 1 | 1 | # CHANGELOG | |
| 2 | 2 | ||
| 3 | 3 | ||
| 4 | + ## v0.147.0 (2025-05-03) | ||
| 5 | + | ||
| 6 | + ### Features | ||
| 7 | + | ||
| 8 | + - Add cython 3.1 support ([#1580](https://github.com/python-zeroconf/python-zeroconf/pull/1580), | ||
| 9 | + [`1d9c94a`](https://github.com/python-zeroconf/python-zeroconf/commit/1d9c94a82d8da16b8f5355131e6167b69293da6c)) | ||
| 10 | + | ||
| 11 | + - Cython 3.1 support ([#1578](https://github.com/python-zeroconf/python-zeroconf/pull/1578), | ||
| 12 | + [`daaf8d6`](https://github.com/python-zeroconf/python-zeroconf/commit/daaf8d6981c778fe4ba0a63371d9368cf217891a)) | ||
| 13 | + | ||
| 14 | + - Cython 3.11 support ([#1579](https://github.com/python-zeroconf/python-zeroconf/pull/1579), | ||
| 15 | + [`1569383`](https://github.com/python-zeroconf/python-zeroconf/commit/1569383c6cf8ce8977427cfdaf5c7104ce52ab08)) | ||
| 16 | + | ||
| 17 | + | ||
| 4 | 18 | ## v0.146.5 (2025-04-14) | |
| 5 | 19 | ||
| 6 | 20 | ### Bug Fixes | |
| 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.146.5" | ||
| 3 | + version = "0.147.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-2.1-or-later" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -88,7 +88,7 @@ | |||
| 88 | 88 | ||
| 89 | 89 | __author__ = "Paul Scott-Murphy, William McBrine" | |
| 90 | 90 | __maintainer__ = "Jakub Stasiak <jakub@stasiak.at>" | |
| 91 | - __version__ = "0.146.5" | ||
| 91 | + __version__ = "0.147.0" | ||
| 92 | 92 | __license__ = "LGPL" | |
| 93 | 93 | ||
| 94 | 94 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments