Skip to content

Commit 127338d

Browse files
author
semantic-release
committed
0.140.0
Automatically generated by python-semantic-release
1 parent aaec7c2 commit 127338d

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

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

33

4+
## v0.140.0 (2025-01-16)
5+
6+
### Bug Fixes
7+
8+
* fix(docs): remove repetition of words (#1479)
9+
10+
Co-authored-by: J. Nick Koston <nick@koston.org> ([`dde26c6`](https://github.com/python-zeroconf/python-zeroconf/commit/dde26c655a49811c11071b0531e408a188687009))
11+
12+
### Features
13+
14+
* feat: small performance improvement to writing outgoing packets (#1482) ([`d9be715`](https://github.com/python-zeroconf/python-zeroconf/commit/d9be7155a0ef1ac521e5bbedd3884ddeb9f0b99d))
15+
16+
* feat: migrate to native types (#1472)
17+
18+
Co-authored-by: J. Nick Koston <nick@koston.org>
19+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> ([`22a0fb4`](https://github.com/python-zeroconf/python-zeroconf/commit/22a0fb487db27bc2c6448a9167742f3040e910ba))
20+
21+
422
## v0.139.0 (2025-01-09)
523

624
### Features

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.139.0"
3+
version = "0.140.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
@@ -83,7 +83,7 @@
8383

8484
__author__ = "Paul Scott-Murphy, William McBrine"
8585
__maintainer__ = "Jakub Stasiak <jakub@stasiak.at>"
86-
__version__ = "0.139.0"
86+
__version__ = "0.140.0"
8787
__license__ = "LGPL"
8888

8989

0 commit comments

Comments
 (0)