Skip to content

Commit 023dcde

Browse files
author
semantic-release
committed
0.149.0
Automatically generated by python-semantic-release
1 parent 1031559 commit 023dcde

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
<!-- version list -->
44

5+
## v0.149.0 (2026-05-16)
6+
7+
### Features
8+
9+
- Drop Python 3.9 support ([#1688](https://github.com/python-zeroconf/python-zeroconf/pull/1688),
10+
[`327b93d`](https://github.com/python-zeroconf/python-zeroconf/commit/327b93dc602707e25d53788f0fb14e142f4558b3))
11+
12+
### Performance Improvements
13+
14+
- **build**: Parallelize cython extension compilation
15+
([#1689](https://github.com/python-zeroconf/python-zeroconf/pull/1689),
16+
[`1ea6b94`](https://github.com/python-zeroconf/python-zeroconf/commit/1ea6b940ecbfd7e7654ad022cf7f4f888cf1daa5))
17+
18+
519
## v0.147.4 (2026-05-16)
620

721
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[project]
66
name = "zeroconf"
7-
version = "0.147.4"
7+
version = "0.149.0"
88
license = "LGPL-2.1-or-later"
99
description = "A pure python implementation of multicast DNS service discovery"
1010
readme = "README.rst"

src/zeroconf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888

8989
__author__ = "Paul Scott-Murphy, William McBrine"
9090
__maintainer__ = "Jakub Stasiak <jakub@stasiak.at>"
91-
__version__ = "0.147.4"
91+
__version__ = "0.149.0"
9292
__license__ = "LGPL"
9393

9494

0 commit comments

Comments
 (0)