8000 0.146.0 · python-zeroconf/python-zeroconf@c9ef9ee · GitHub
[go: up one dir, main page]

Skip to content

Commit c9ef9ee

Browse files
author
semantic-release
committed
0.146.0
Automatically generated by python-semantic-release
1 parent dea233c commit c9ef9ee

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# CHANGELOG
22

33

4+
## v0.146.0 (2025-03-05)
5+
6+
### Features
7+
8+
- Reduce size of wheels ([#1540](https://github.com/python-zeroconf/python-zeroconf/pull/1540),
9+
[`dea233c`](https://github.com/python-zeroconf/python-zeroconf/commit/dea233c1e0e80584263090727ce07648755964af))
10+
11+
feat: reduce size of binaries
12+
13+
414
## v0.145.1 (2025-02-18)
515

616
### Bug Fixes

pyproject.toml

Lines 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.145.1"
3+
version = "0.146.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-2.1-or-later"

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.145.1"
91+
__version__ = "0.146.0"
9292
__license__ = "LGPL"
9393

9494

0 commit comments

Comments
 (0)
0